Searched refs:F_printk (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/kernel/trace/ |
D | trace_entries.h | 68 F_printk(" %ps <-- %ps", 87 F_printk("--> %ps (%d)", (void *)__entry->func, __entry->depth), 106 F_printk("<-- %ps (%d) (start: %llx end: %llx) over: %d", 137 F_printk("%u:%u:%u ==> %u:%u:%u [%03u]", 157 F_printk("%u:%u:%u ==+ %u:%u:%u [%03u]", 180 F_printk("\t=> %ps\n\t=> %ps\n\t=> %ps\n" 200 F_printk("\t=> %ps\n\t=> %ps\n\t=> %ps\n" 224 F_printk("%ps: %s", 239 F_printk("%ps: %s", 256 F_printk("id:%04x %08x", [all …]
|
D | trace_export.c | 59 #undef F_printk 60 #define F_printk(fmt, args...) fmt, args macro 167 #undef F_printk 168 #define F_printk(fmt, args...) __stringify(fmt) ", " __stringify(args) macro
|