Home
last modified time | relevance | path

Searched refs:trace_end (Results 1 – 21 of 21) sorted by relevance

/tools/perf/scripts/perl/
Dfailed-syscalls.pl34 sub trace_end subroutine
Dwakeup-latency.pl66 sub trace_end subroutine
Dcheck-perf-trace.pl21 sub trace_end subroutine
Drw-by-file.pl50 sub trace_end subroutine
Drwtop.pl101 sub trace_end subroutine
Drw-by-pid.pl73 sub trace_end subroutine
/tools/perf/scripts/python/
Dsyscall-counts.py33 def trace_end(): function
Dfutex-contention.py45 def trace_end(): function
Dnet_dropmonitor.py63 def trace_end(): function
Dcheck-perf-trace.py25 def trace_end(): function
Dsyscall-counts-by-pid.py36 def trace_end(): function
Dfailed-syscalls-by-pid.py37 def trace_end(): function
Dstackcollapse.py121 def trace_end(): function
Dstat-cpi.py63 def trace_end(): function
Devent_analyzing_sample.py103 def trace_end(): function
Dcompaction-times.py205 def trace_end(): function
Dexport-to-postgresql.py571 def trace_end(): function
Dnetdev-times.py172 def trace_end(): function
Dsched-migration.py364 def trace_end(): function
/tools/perf/Documentation/
Dperf-script-python.txt140 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:
Dperf-script-perl.txt141 *trace_end*, if defined, is called after all events have been
146 sub trace_end