kernel/arch/x86/include/asm/trace/exceptions.h
.. .. @@ -30,7 +30,7 @@ 30 30 __entry->error_code = error_code; 31 31 ), 32 32 33 - TP_printk("address=%pf ip=%pf error_code=0x%lx",33 + TP_printk("address=%ps ip=%ps error_code=0x%lx",34 34 (void *)__entry->address, (void *)__entry->ip, 35 35 __entry->error_code) ); 36 36 .. .. @@ -45,6 +45,7 @@ 45 45 DEFINE_PAGE_FAULT_EVENT(page_fault_kernel); 46 46 47 47 #undef TRACE_INCLUDE_PATH 48 +#undef TRACE_INCLUDE_FILE48 49 #define TRACE_INCLUDE_PATH . 49 50 #define TRACE_INCLUDE_FILE exceptions 50 51 #endif /* _TRACE_PAGE_FAULT_H */