Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/perf/scripts/python/
H A Dflamegraph.py132 def trace_end(self): member in FlameGraphCLI
243 trace_end = cli.trace_end variable
H A Dsyscall-counts.py35 def trace_end(): function
H A Dfutex-contention.py53 def trace_end(): function
H A Dnet_dropmonitor.py66 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 Dfailed-syscalls-by-pid.py39 def trace_end(): function
H A Dpowerpc-hcalls.py161 def trace_end(): function
H A Dmem-phys-addr.py58 def trace_end(): function
H A Dstackcollapse.py124 def trace_end(): function
H A Dstat-cpi.py65 def trace_end(): function
H A Devent_analyzing_sample.py106 def trace_end(): function
H A Darm-cs-trace-disasm.py123 def trace_end(): function
H A Dgecko.py310 def trace_end() -> None: function
H A Dcompaction-times.py205 def trace_end(): function
H A Dexport-to-sqlite.py641 def trace_end(): function
/openbmc/linux/tools/perf/util/
H A 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()
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; in thread_stack__process() local
1165 cp, false, trace_end); in thread_stack__process()
/openbmc/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
H A Drwtop.pl101 sub trace_end subroutine
H A Drw-by-pid.pl73 sub trace_end subroutine
/openbmc/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():
H A Dperf-script-perl.txt141 *trace_end*, if defined, is called after all events have been
146 sub trace_end

12