| /Linux-v5.4/tools/perf/util/ |
| D | thread-stack.c | 63 bool trace_end; member 216 bool trace_end) in thread_stack__push() argument 228 ts->stack[ts->cnt].trace_end = trace_end; in thread_stack__push() 260 if (ts->stack[--i].trace_end) in thread_stack__pop_trace_end() 531 bool no_call, bool trace_end) in thread_stack__push_cp() argument 554 tse->trace_end = trace_end; in thread_stack__push_cp() 756 if (tse->trace_end) { in thread_stack__trace_begin() 898 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; in thread_stack__process() local 914 cp, false, trace_end); in thread_stack__process()
|
| /Linux-v5.4/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-v5.4/tools/perf/scripts/python/ |
| D | syscall-counts.py | 35 def trace_end(): function
|
| D | futex-contention.py | 47 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 | intel-pt-events.py | 29 def trace_end(): function
|
| D | compaction-times.py | 205 def trace_end(): function
|
| D | export-to-sqlite.py | 638 def trace_end(): function
|
| D | sched-migration.py | 366 def trace_end(): function
|
| D | netdev-times.py | 178 def trace_end(): function
|
| /Linux-v5.4/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
|