Home
last modified time | relevance | path

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

12

/linux-5.19.10/tools/perf/scripts/python/
Dflamegraph.py120 def trace_end(self): member in FlameGraphCLI
180 trace_end = cli.trace_end variable
Dsyscall-counts.py35 def trace_end(): function
Dfutex-contention.py53 def trace_end(): function
Dnet_dropmonitor.py66 def trace_end(): function
Dcheck-perf-trace.py27 def trace_end(): function
Dsyscall-counts-by-pid.py38 def trace_end(): function
Dfailed-syscalls-by-pid.py39 def trace_end(): function
Dpowerpc-hcalls.py161 def trace_end(): function
Dmem-phys-addr.py58 def trace_end(): function
Dstackcollapse.py124 def trace_end(): function
Dstat-cpi.py65 def trace_end(): function
Devent_analyzing_sample.py106 def trace_end(): function
Darm-cs-trace-disasm.py124 def trace_end(): function
Dcompaction-times.py205 def trace_end(): function
Dexport-to-sqlite.py641 def trace_end(): function
Dintel-pt-events.py96 def trace_end(): function
/linux-5.19.10/tools/perf/util/
Dthread-stack.c63 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/
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
/linux-5.19.10/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

12