hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/include/asm/trace/exceptions.h
....@@ -30,7 +30,7 @@
3030 __entry->error_code = error_code;
3131 ),
3232
33
- TP_printk("address=%pf ip=%pf error_code=0x%lx",
33
+ TP_printk("address=%ps ip=%ps error_code=0x%lx",
3434 (void *)__entry->address, (void *)__entry->ip,
3535 __entry->error_code) );
3636
....@@ -45,6 +45,7 @@
4545 DEFINE_PAGE_FAULT_EVENT(page_fault_kernel);
4646
4747 #undef TRACE_INCLUDE_PATH
48
+#undef TRACE_INCLUDE_FILE
4849 #define TRACE_INCLUDE_PATH .
4950 #define TRACE_INCLUDE_FILE exceptions
5051 #endif /* _TRACE_PAGE_FAULT_H */