Searched refs:trace_end (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl34 sub trace_end subroutine
H A Drw-by-file.pl50 sub trace_end subroutine
H A Dwakeup-latency.pl66 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-master/tools/perf/scripts/python/
H A Dsyscall-counts.py35 def trace_end(): function
H A Dsyscall-counts-by-pid.py38 def trace_end(): function
H A Dcheck-perf-trace.py27 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 Dfutex-contention.py53 def trace_end(): function
H A Dnet_dropmonitor.py66 def trace_end(): function
H A Dmem-phys-addr.py58 def trace_end(): function
H A Dflamegraph.py132 def trace_end(self): member in class:FlameGraphCLI
243 trace_end = cli.trace_end variable in class:FlameGraphCLI
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 Dgecko.py310 def trace_end() -> None: function
H A Darm-cs-trace-disasm.py123 def trace_end(): function
H A Dexport-to-sqlite.py641 def trace_end(): function
H A Dcompaction-times.py205 def trace_end(): function
H A Dsched-migration.py366 def trace_end(): function
H A Dexport-to-postgresql.py827 def trace_end(): function
/linux-master/tools/perf/util/
H A Dthread-stack.c50 * @trace_end: a 'call' but trace ended
63 bool trace_end; member in struct:thread_stack_entry
239 bool trace_end)
251 ts->stack[ts->cnt].trace_end = trace_end;
283 if (ts->stack[--i].trace_end)
784 bool no_call, bool trace_end)
807 tse->trace_end = trace_end;
1009 if (tse->trace_end) {
238 thread_stack__push(struct thread_stack *ts, u64 ret_addr, bool trace_end) argument
782 thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, u64 timestamp, u64 ref, struct call_path *cp, bool no_call, bool trace_end) argument
1149 bool trace_end = sample->flags & PERF_IP_FLAG_TRACE_END; local
[all...]

Completed in 358 milliseconds

12