Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-lock.c522 bool match_callstack_filter(struct machine *machine, u64 *callstack) in match_callstack_filter() argument
534 if (!callstack || !callstack[i]) in match_callstack_filter()
537 ip = callstack[i]; in match_callstack_filter()
1022 u64 *callstack; in get_callstack() local
1026 callstack = calloc(max_stack, sizeof(*callstack)); in get_callstack()
1027 if (callstack == NULL) in get_callstack()
1036 callstack[c++] = ip; in get_callstack()
1038 return callstack; in get_callstack()
1145 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event() local
1146 if (callstack == NULL) in report_lock_contention_begin_event()
[all …]
/Linux-v6.6/tools/perf/util/
Dlock-contention.h23 u64 *callstack; member
71 bool match_callstack_filter(struct machine *machine, u64 *callstack);
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,
Dbpf_lock_contention.c350 st->callstack = memdup(stack_trace, stack_size); in lock_contention_read()
351 if (st->callstack == NULL) in lock_contention_read()
Dsession.c1153 static void branch_stack__printf(struct perf_sample *sample, bool callstack) in branch_stack__printf() argument
1158 if (!callstack) { in branch_stack__printf()
1176 if (!callstack) { in branch_stack__printf()
Dintel-pt.c81 bool callstack; member
2688 state->trace_nr, pt->callstack, in intel_pt_sample()
4450 pt->callstack = pt->synth_opts.callchain || in intel_pt_process_auxtrace_info()
/Linux-v6.6/tools/perf/Documentation/
Dperf-lock.txt201 --callstack-filter=<value>::
202 Show lock contention only if the callstack contains the given string.
Dperf-top.txt258 Add the addresses of sampled taken branches to the callstack.
Dperf-report.txt380 Add the addresses of sampled taken branches to the callstack.