Searched refs:trace_unhandled (Results 1 – 13 of 13) 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 | 191 def trace_unhandled(event_name, context, event_fields_dict): function
|
D | intel-pt-events.py | 32 def trace_unhandled(event_name, context, event_fields_dict): function
|
D | export-to-sqlite.py | 666 def trace_unhandled(event_name, context, event_fields_dict): function
|
D | sched-migration.py | 461 def trace_unhandled(event_name, context, event_fields_dict): function
|
D | export-to-postgresql.py | 966 def trace_unhandled(event_name, context, event_fields_dict): function
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 42 ignored (or passed to a 'trace_unhandled' function, see below) and the 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, event_fields_dict): 176 generated for every script. The first, trace_unhandled(), is called 209 trace_unhandled() functions, which we won't be using. That leaves us 436 ignored (or passed to a 'trace_unhandled' function, see below) and the 544 *trace_unhandled*, if defined, is called after for any event that 549 def trace_unhandled(event_name, context, event_fields_dict):
|