Home
last modified time | relevance | path

Searched refs:duration (Results 1 – 7 of 7) sorted by relevance

/kernel/trace/
Dtrace_functions_graph.c83 { TRACER_OPT(funcgraph-duration, TRACE_GRAPH_PRINT_DURATION) },
121 print_graph_duration(struct trace_array *tr, unsigned long long duration,
763 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) in trace_print_graph_duration() argument
765 unsigned long nsecs_rem = do_div(duration, 1000); in trace_print_graph_duration()
772 sprintf(usecs_str, "%lu", (unsigned long) duration); in trace_print_graph_duration()
796 print_graph_duration(struct trace_array *tr, unsigned long long duration, in print_graph_duration() argument
818 trace_seq_printf(s, "%c ", trace_find_mark(duration)); in print_graph_duration()
822 trace_print_graph_duration(duration, s); in print_graph_duration()
837 unsigned long long duration; in print_graph_entry_leaf() local
842 duration = graph_ret->rettime - graph_ret->calltime; in print_graph_entry_leaf()
[all …]
Dtrace_hwlat.c82 u64 duration; /* delta */ member
123 entry->duration = sample->duration; in trace_hwlat_sample()
250 s.duration = sample; in get_sample()
Dtrace_entries.h331 __field( u64, duration )
345 __entry->duration,
Dtrace.h752 extern char trace_find_mark(unsigned long long duration);
778 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s);
Dtrace_output.c1292 field->duration, in trace_hwlat_print()
1325 field->duration, in trace_hwlat_raw()
DKconfig157 Its first purpose is to trace the duration of functions and
/kernel/
Dwatchdog.c262 int duration; in watchdog_timer_fn() local
299 duration = is_softlockup(touch_ts); in watchdog_timer_fn()
300 if (unlikely(duration)) { in watchdog_timer_fn()
339 smp_processor_id(), duration, in watchdog_timer_fn()