Searched refs:trace_unhandled (Results 1 – 10 of 10) sorted by relevance
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 101 sub trace_unhandled subroutine
|
D | check-perf-trace.pl | 92 sub trace_unhandled subroutine
|
D | rw-by-file.pl | 98 sub trace_unhandled subroutine
|
D | rwtop.pl | 197 sub trace_unhandled subroutine
|
D | rw-by-pid.pl | 178 sub trace_unhandled subroutine
|
/tools/perf/scripts/python/ |
D | check-perf-trace.py | 54 def trace_unhandled(event_name, context, event_fields_dict): function
|
D | event_analyzing_sample.py | 188 def trace_unhandled(event_name, context, event_fields_dict): function
|
D | sched-migration.py | 459 def trace_unhandled(event_name, context, event_fields_dict): function
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 151 *trace_unhandled*, if defined, is called after for any event that 156 sub trace_unhandled
|
D | perf-script-python.txt | 152 def trace_unhandled(event_name, context, common_cpu, common_secs, common_nsecs, 178 generated for every script. The first, trace_unhandled(), is called 211 trace_unhandled() functions, which we won't be using. That leaves us 548 *trace_unhandled*, if defined, is called after for any event that 553 def trace_unhandled(event_name, context, common_cpu, common_secs,
|