Searched refs:trace_end (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/tools/cygprofile/ |
D | mergetraces.py | 211 (trace_calls, trace_start, trace_end) = ParseLogLines(trace_lines) 215 ", end: " + hex(trace_end) + '\n') 217 trace_calls = Convert(trace_calls, trace_start, trace_end)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 29 sub trace_end subroutine
|
D | wakeup-latency.pl | 66 sub trace_end subroutine
|
D | rw-by-file.pl | 50 sub trace_end subroutine
|
D | check-perf-trace.pl | 21 sub trace_end subroutine
|
D | rwtop.pl | 101 sub trace_end subroutine
|
D | rw-by-pid.pl | 73 sub trace_end subroutine
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
D | syscall-counts.py | 33 def trace_end(): function
|
D | futex-contention.py | 45 def trace_end(): function
|
D | check-perf-trace.py | 25 def trace_end(): function
|
D | syscall-counts-by-pid.py | 36 def trace_end(): function
|
D | net_dropmonitor.py | 63 def trace_end(): function
|
D | failed-syscalls-by-pid.py | 37 def trace_end(): function
|
D | event_analyzing_sample.py | 103 def trace_end(): function
|
D | sched-migration.py | 364 def trace_end(): function
|
D | netdev-times.py | 172 def trace_end(): function
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | 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(): 539 *trace_end*, if defined, is called after all events have been 544 def trace_end:
|
D | perf-script-perl.txt | 141 *trace_end*, if defined, is called after all events have been 146 sub trace_end
|
/external/chromium_org/tools/profile_chrome/third_party/ |
D | perf_to_tracing.py | 208 def trace_end(): function
|