HomeSort by relevance Sort by last modified time
    Searched full:trace_unhandled (Results 1 - 12 of 12) sorted by null

  /external/linux-tools-perf/scripts/python/
check-perf-trace.py 54 def trace_unhandled(event_name, context, event_fields_dict): function
sched-migration.py 459 def trace_unhandled(event_name, context, common_cpu, common_secs, common_nsecs, function
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 92 sub trace_unhandled subroutine
rw-by-file.pl 98 sub trace_unhandled subroutine
wakeup-latency.pl 101 sub trace_unhandled subroutine
rwtop.pl 193 sub trace_unhandled subroutine
workqueue-stats.pl 123 sub trace_unhandled subroutine
rw-by-pid.pl 178 sub trace_unhandled subroutine
  /external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c 320 else if (get_cv("main::trace_unhandled", 0)) {
327 call_pv("main::trace_unhandled", G_SCALAR);
545 fprintf(ofp, "sub trace_unhandled\n{\n\tmy ($event_name, $context, "
trace-event-python.c 313 handler = PyDict_GetItemString(main_dict, "trace_unhandled");
318 handler_call_die("trace_unhandled");
575 fprintf(ofp, "def trace_unhandled(event_name, context, "
  /external/linux-tools-perf/Documentation/
perf-script-perl.txt 151 *trace_unhandled*, if defined, is called after for any event that
156 sub trace_unhandled
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
550 *trace_unhandled*, if defined, is called after for any event that
555 def trace_unhandled(event_name, context, common_cpu, common_secs,

Completed in 301 milliseconds