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

  /external/linux-tools-perf/scripts/perl/
failed-syscalls.pl 29 sub trace_end subroutine
check-perf-trace.pl 21 sub trace_end subroutine
23 print "trace_end\n";
rw-by-file.pl 50 sub trace_end subroutine
wakeup-latency.pl 66 sub trace_end subroutine
rwtop.pl 97 sub trace_end subroutine
workqueue-stats.pl 66 sub trace_end subroutine
rw-by-pid.pl 73 sub trace_end subroutine
  /external/linux-tools-perf/scripts/python/
futex-contention.py 45 def trace_end(): function
syscall-counts.py 33 def trace_end(): function
check-perf-trace.py 25 def trace_end(): function
failed-syscalls-by-pid.py 37 def trace_end(): function
syscall-counts-by-pid.py 36 def trace_end(): function
netdev-times.py 172 def trace_end(): function
sched-migration.py 364 def trace_end(): function
  /external/chromium_org/tools/cygprofile/
mergetraces.py 161 (trace_calls, trace_start, trace_end) = ParseLogLines(trace_lines)
165 ", end: " + hex(trace_end) + '\n')
167 trace_calls = Convert(trace_calls, trace_start, trace_end)
  /external/linux-tools-perf/Documentation/
perf-script-python.txt 140 def trace_end():
141 print "in trace_end"
166 trace_end(), which are called at the beginning and the end of the
224 def trace_end():
225 print "in trace_end"
232 In trace_end(), we'll simply print the results, but first we need to
270 calling the print_syscall_totals() function from the trace_end()
290 def trace_end():
541 *trace_end*, if defined, is called after all events have been
546 def trace_end
    [all...]
perf-script-perl.txt 141 *trace_end*, if defined, is called after all events have been
146 sub trace_end
  /external/linux-tools-perf/util/scripting-engines/
trace-event-python.c 419 handler = PyDict_GetItemString(main_dict, "trace_end");
425 handler_call_die("trace_end");
482 fprintf(ofp, "def trace_end():\n");
483 fprintf(ofp, "\tprint \"in trace_end\"\n\n");
trace-event-perl.c 396 if (get_cv("main::trace_end", 0))
397 call_pv("main::trace_end", G_DISCARD | G_NOARGS);
450 fprintf(ofp, "sub trace_end\n{\n\t# optional\n}\n\n");
  /external/oprofile/
ChangeLog-2005 616 * daemon/opd_trans.c: remove legacy TRACE_END

Completed in 311 milliseconds