Home
last modified time | relevance | path

Searched refs:trace_end (Results 1 – 25 of 28) 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 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 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
H A Devent_analyzing_sample.py106 def trace_end(): function
H A Dgecko.py310 def trace_end() -> None: function
H A Dexport-to-sqlite.py641 def trace_end(): function
H A Dcompaction-times.py205 def trace_end(): function
H A Dintel-pt-events.py104 def trace_end(): function
H A Dsched-migration.py366 def trace_end(): function
/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()
/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 Dcheck-perf-trace.pl21 sub trace_end subroutine
H A Drw-by-file.pl50 sub trace_end subroutine
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-perl.txt141 *trace_end*, if defined, is called after all events have been
146 sub trace_end
/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh563 def trace_end():

12