Searched refs:callstack (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/tools/perf/ |
D | builtin-lock.c | 522 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/ |
D | lock-contention.h | 23 u64 *callstack; member 71 bool match_callstack_filter(struct machine *machine, u64 *callstack);
|
D | thread-stack.c | 138 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()
|
D | thread-stack.h | 83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
|
D | bpf_lock_contention.c | 350 st->callstack = memdup(stack_trace, stack_size); in lock_contention_read() 351 if (st->callstack == NULL) in lock_contention_read()
|
D | session.c | 1153 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()
|
D | intel-pt.c | 81 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/ |
D | perf-lock.txt | 201 --callstack-filter=<value>:: 202 Show lock contention only if the callstack contains the given string.
|
D | perf-top.txt | 258 Add the addresses of sampled taken branches to the callstack.
|
D | perf-report.txt | 380 Add the addresses of sampled taken branches to the callstack.
|