Home
last modified time | relevance | path

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

12

/linux/tools/perf/scripts/python/
H A Dflamegraph.py147 def trace_end(self) -> None: member in FlameGraphCLI
267 trace_end = cli.trace_end variable
H A Dsyscall-counts.py35 def trace_end(): function
H A Dnet_dropmonitor.py66 def trace_end(): function
H A Dfutex-contention.py53 def trace_end(): function
H A Dcheck-perf-trace.py27 def trace_end(): function
H A Dsyscall-counts-by-pid.py38 def trace_end(): function
H A Dpowerpc-hcalls.py161 def trace_end(): function
H A Dfailed-syscalls-by-pid.py39 def trace_end(): function
H A Dstackcollapse.py124 def trace_end(): function
H A Dstat-cpi.py65 def trace_end(): function
67 # XXX trace_end callback could be used as an alternative place
H A Devent_analyzing_sample.py106 def trace_end(): function
107 print("In trace_end:\n")
H A Dmem-phys-addr.py109 def trace_end(): function
H A Dgecko.py310 def trace_end() -> None: function
H A Darm-cs-trace-disasm.py186 def trace_end(): function
H A Dexport-to-sqlite.py641 def trace_end(): function
H A Dcompaction-times.py205 def trace_end(): function
/linux/tools/perf/util/
H A Dthread-stack.c50 * @trace_end: a 'call' but trace ended
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()
784 bool no_call, bool trace_end) in thread_stack__push_cp() argument
807 tse->trace_end = trace_end; in thread_stack__push_cp()
1009 if (tse->trace_end) { in thread_stack__trace_begin()
1149 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; thread_stack__process() local
[all...]
/linux/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl34 sub trace_end subroutine
H A Dwakeup-latency.pl66 sub trace_end subroutine
H A Drw-by-file.pl50 sub trace_end subroutine
H A Dcheck-perf-trace.pl21 sub trace_end subroutine
23 print "trace_end\n";
H A Drwtop.pl101 sub trace_end subroutine
H A Drw-by-pid.pl73 sub trace_end subroutine
/linux/tools/perf/Documentation/
H A 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()
[all...]
H A Dperf-script-perl.txt141 *trace_end*, if defined, is called after all events have been
146 sub trace_end

12