Home
last modified time | relevance | path

Searched refs:trace_unhandled (Results 1 – 13 of 13) sorted by relevance

/tools/perf/scripts/perl/
Dwakeup-latency.pl101 sub trace_unhandled subroutine
Dcheck-perf-trace.pl92 sub trace_unhandled subroutine
Drw-by-file.pl98 sub trace_unhandled subroutine
Drwtop.pl197 sub trace_unhandled subroutine
Drw-by-pid.pl178 sub trace_unhandled subroutine
/tools/perf/scripts/python/
Dcheck-perf-trace.py54 def trace_unhandled(event_name, context, event_fields_dict): function
Devent_analyzing_sample.py191 def trace_unhandled(event_name, context, event_fields_dict): function
Dintel-pt-events.py32 def trace_unhandled(event_name, context, event_fields_dict): function
Dexport-to-sqlite.py666 def trace_unhandled(event_name, context, event_fields_dict): function
Dsched-migration.py461 def trace_unhandled(event_name, context, event_fields_dict): function
Dexport-to-postgresql.py966 def trace_unhandled(event_name, context, event_fields_dict): function
/tools/perf/Documentation/
Dperf-script-perl.txt42 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
Dperf-script-python.txt152 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):