Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/perl/
Dfailed-syscalls.pl34 sub trace_end subroutine
Dwakeup-latency.pl66 sub trace_end subroutine
Drw-by-file.pl50 sub trace_end subroutine
Dcheck-perf-trace.pl21 sub trace_end subroutine
Drwtop.pl101 sub trace_end subroutine
Drw-by-pid.pl73 sub trace_end subroutine
/Linux-v4.19/tools/perf/scripts/python/
Dsyscall-counts.py33 def trace_end(): function
Dfutex-contention.py45 def trace_end(): function
Dnet_dropmonitor.py64 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
Dpowerpc-hcalls.py159 def trace_end(): function
Dmem-phys-addr.py53 def trace_end(): function
Dstackcollapse.py122 def trace_end(): function
Dstat-cpi.py64 def trace_end(): function
Devent_analyzing_sample.py104 def trace_end(): function
Dintel-pt-events.py27 def trace_end(): function
Dexport-to-sqlite.py394 def trace_end(): function
Dcompaction-times.py205 def trace_end(): function
Dexport-to-postgresql.py581 def trace_end(): function
Dnetdev-times.py173 def trace_end(): function
Dsched-migration.py368 def trace_end(): function
/Linux-v4.19/tools/perf/Documentation/
Dperf-script-python.txt140 def trace_end():
141 print "in trace_end"
164 trace_end(), which are called at the beginning and the end of the
222 def trace_end():
223 print "in trace_end"
230 In trace_end(), we'll simply print the results, but first we need to
268 calling the print_syscall_totals() function from the trace_end()
288 def trace_end():
535 *trace_end*, if defined, is called after all events have been
540 def trace_end():
Dperf-script-perl.txt141 *trace_end*, if defined, is called after all events have been
146 sub trace_end