Home
last modified time | relevance | path

Searched refs:trace_hwlat_callback (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dftrace_irq.h7 extern void trace_hwlat_callback(bool enter);
19 trace_hwlat_callback(true); in ftrace_nmi_enter()
31 trace_hwlat_callback(false); in ftrace_nmi_exit()
/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.c163 void trace_hwlat_callback(bool enter) in trace_hwlat_callback() function