Searched refs:trace_unhandled (Results 1 – 15 of 15) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | check-perf-trace.py | 54 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | event_analyzing_sample.py | 191 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | arm-cs-trace-disasm.py | 126 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | export-to-sqlite.py | 669 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | intel-pt-events.py | 109 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | sched-migration.py | 461 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | export-to-postgresql.py | 969 def trace_unhandled(event_name, context, event_fields_dict): function
|
H A D | task-analyzer.py | 905 def trace_unhandled(event_name, context, event_fields_dict, perf_sample_dict): function
|
/linux/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 101 sub trace_unhandled subroutine
|
H A D | check-perf-trace.pl | 92 sub trace_unhandled subroutine
|
H A D | rw-by-file.pl | 98 sub trace_unhandled subroutine
|
H A D | rwtop.pl | 197 sub trace_unhandled subroutine
|
H A D | rw-by-pid.pl | 178 sub trace_unhandled subroutine
|
/linux/tools/perf/Documentation/ |
H A 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
|
H A 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):
|