Home
last modified time | relevance | path

Searched refs:__print_ns_without_secs (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Dosnoise.h129 __print_ns_without_secs(__entry->start),
155 __print_ns_without_secs(__entry->start),
184 __print_ns_without_secs(__entry->start),
206 __print_ns_without_secs(__entry->start),
230 __print_ns_without_secs(__entry->start),
/linux/include/trace/stages/
H A Dstage7_class_define.h36 #undef __print_ns_without_secs
37 #define __print_ns_without_secs(val) (val) % 1000000000UL macro
H A Dstage3_trace_output.h144 #undef __print_ns_without_secs
145 #define __print_ns_without_secs(value) \ macro