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

/kernel/trace/
H A Dtrace_entries.h170 # define IP_FMT "%08lx" macro
172 # define IP_FMT "%016lx" macro
184 F_printk("\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n"
185 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n"
186 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\
[all...]
H A Dtrace_output.c296 # define IP_FMT "%08lx" macro
298 # define IP_FMT "%016lx" macro
329 ret = trace_seq_printf(s, " <" IP_FMT ">", ip);
397 ret = trace_seq_printf(s, " <" IP_FMT ">", ip);

Completed in 40 milliseconds