/linux-5.19.10/tools/perf/scripts/python/ |
D | flamegraph.py | 120 def trace_end(self): member in FlameGraphCLI 180 trace_end = cli.trace_end variable
|
D | syscall-counts.py | 35 def trace_end(): function
|
D | futex-contention.py | 53 def trace_end(): function
|
D | net_dropmonitor.py | 66 def trace_end(): function
|
D | check-perf-trace.py | 27 def trace_end(): function
|
D | syscall-counts-by-pid.py | 38 def trace_end(): function
|
D | failed-syscalls-by-pid.py | 39 def trace_end(): function
|
D | powerpc-hcalls.py | 161 def trace_end(): function
|
D | mem-phys-addr.py | 58 def trace_end(): function
|
D | stackcollapse.py | 124 def trace_end(): function
|
D | stat-cpi.py | 65 def trace_end(): function
|
D | event_analyzing_sample.py | 106 def trace_end(): function
|
D | arm-cs-trace-disasm.py | 124 def trace_end(): function
|
D | compaction-times.py | 205 def trace_end(): function
|
D | export-to-sqlite.py | 641 def trace_end(): function
|
D | intel-pt-events.py | 96 def trace_end(): function
|
/linux-5.19.10/tools/perf/util/ |
D | thread-stack.c | 63 bool trace_end; member 239 bool trace_end) in thread_stack__push() argument 251 ts->stack[ts->cnt].trace_end = trace_end; in thread_stack__push() 283 if (ts->stack[--i].trace_end) in thread_stack__pop_trace_end() 783 bool no_call, bool trace_end) in thread_stack__push_cp() argument 806 tse->trace_end = trace_end; in thread_stack__push_cp() 1008 if (tse->trace_end) { in thread_stack__trace_begin() 1150 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; in thread_stack__process() local 1166 cp, false, trace_end); in thread_stack__process()
|
/linux-5.19.10/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 34 sub trace_end subroutine
|
D | wakeup-latency.pl | 66 sub trace_end subroutine
|
D | check-perf-trace.pl | 21 sub trace_end subroutine
|
D | rw-by-file.pl | 50 sub trace_end subroutine
|
D | rwtop.pl | 101 sub trace_end subroutine
|
D | rw-by-pid.pl | 73 sub trace_end subroutine
|
/linux-5.19.10/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
|