/Linux-v4.19/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 34 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
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | syscall-counts.py | 33 def trace_end(): function
|
D | futex-contention.py | 45 def trace_end(): function
|
D | net_dropmonitor.py | 64 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 | failed-syscalls-by-pid.py | 37 def trace_end(): function
|
D | powerpc-hcalls.py | 159 def trace_end(): function
|
D | mem-phys-addr.py | 53 def trace_end(): function
|
D | stackcollapse.py | 122 def trace_end(): function
|
D | stat-cpi.py | 64 def trace_end(): function
|
D | event_analyzing_sample.py | 104 def trace_end(): function
|
D | intel-pt-events.py | 27 def trace_end(): function
|
D | export-to-sqlite.py | 394 def trace_end(): function
|
D | compaction-times.py | 205 def trace_end(): function
|
D | export-to-postgresql.py | 581 def trace_end(): function
|
D | netdev-times.py | 173 def trace_end(): function
|
D | sched-migration.py | 368 def trace_end(): function
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-python.txt | 140 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():
|
D | perf-script-perl.txt | 141 *trace_end*, if defined, is called after all events have been 146 sub trace_end
|