On 2015/5/7 21:01, Steven Rostedt wrote: > On Thu, 7 May 2015 19:38:01 +0800 > Xie XiuQi <xiexiuqi@xxxxxxxxxx> wrote: > >> + TP_printk("pfn %#lx: recovery action for %s: %s", > > I checked the libtraceevent code, and %# is handled. Good, thank you! > > -- Steve > >> + __entry->pfn, >> + __print_symbolic(__entry->type, MF_PAGE_TYPE), >> + __print_symbolic(__entry->result, MF_ACTION_RESULT) >> + ) >> +); >> +#endif /* CONFIG_MEMORY_FAILURE */ >> #endif /* _TRACE_HW_EVENT_MC_H */ >> >> /* This part must be outside protection */ >> > > . > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>