Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dosnoise.h33 __print_ns_without_secs(__entry->start),
59 __print_ns_without_secs(__entry->start),
88 __print_ns_without_secs(__entry->start),
110 __print_ns_without_secs(__entry->start),
134 __print_ns_without_secs(__entry->start),
/linux-6.1.9/include/trace/stages/
Dstage7_class_define.h32 #undef __print_ns_without_secs
33 #define __print_ns_without_secs(val) (val) % 1000000000UL macro
Dstage3_trace_output.h130 #undef __print_ns_without_secs
131 #define __print_ns_without_secs(value) \ macro