Searched refs:F_printk (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_entries.h68 F_printk(" %ps <-- %ps",
85 F_printk("--> %ps (%d)", (void *)__entry->func, __entry->depth)
105 F_printk("<-- %ps (%d) (start: %llx end: %llx) over: %d retval: %lx",
126 F_printk("<-- %ps (%d) (start: %llx end: %llx) over: %d",
157 F_printk("%u:%u:%u ==> %u:%u:%u [%03u]",
175 F_printk("%u:%u:%u ==+ %u:%u:%u [%03u]",
196 F_printk("\t=> %ps\n\t=> %ps\n\t=> %ps\n"
214 F_printk("\t=> %ps\n\t=> %ps\n\t=> %ps\n"
236 F_printk("%ps: %s",
249 F_printk("
[all...]
H A Dtrace_export.c66 #undef F_printk macro
67 #define F_printk(fmt, args...) fmt, args macro
78 /* force compile-time check on F_printk() */ \
167 #undef F_printk macro
168 #define F_printk(fmt, args...) __stringify(fmt) ", " __stringify(args) macro

Completed in 220 milliseconds