Home
last modified time | relevance | path

Searched refs:callstack (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dthread-stack.c138 bool callstack, unsigned int br_stack_sz) in thread_stack__init() argument
142 if (callstack) { in thread_stack__init()
175 bool callstack, in thread_stack__new() argument
202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new()
407 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, in thread_stack__event() argument
416 ts = thread_stack__new(thread, cpu, NULL, callstack, br_stack_sz); in thread_stack__event()
443 if (ts->crp || !callstack) in thread_stack__event()
Dthread-stack.h83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
Dsession.c1139 static void branch_stack__printf(struct perf_sample *sample, bool callstack) in branch_stack__printf() argument
1145 !callstack ? "... branch stack" : "... branch callstack", in branch_stack__printf()
1151 if (!callstack) { in branch_stack__printf()
Dintel-pt.c73 bool callstack; member
2273 state->trace_nr, pt->callstack, in intel_pt_sample()
3893 pt->callstack = pt->synth_opts.callchain || in intel_pt_process_auxtrace_info()
/Linux-v5.15/tools/perf/Documentation/
Dperf-report.txt376 Add the addresses of sampled taken branches to the callstack.