Home
last modified time | relevance | path

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

12

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

Completed in 32 milliseconds

12