Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-lock.c550 if (!callstack || (!callstack[i] && (strcmp(arch, "powerpc") || in match_callstack_filter()
554 ip = callstack[i]; in match_callstack_filter()
1040 u64 *callstack; in get_callstack() local
1044 callstack = calloc(max_stack, sizeof(*callstack)); in get_callstack()
1054 callstack[c++] = ip; in get_callstack()
1056 return callstack; in get_callstack()
1169 free(callstack); in report_lock_contention_begin_event()
1174 ls->callstack = callstack; in report_lock_contention_begin_event()
1176 free(callstack); in report_lock_contention_begin_event()
1761 if (!st->callstack || !st->callstack[i]) in print_lock_stat_stdio()
[all …]
/linux/tools/perf/util/
A Dlock-contention.h25 u64 *callstack; member
73 bool match_callstack_filter(struct machine *machine, u64 *callstack);
A 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()
A Dthread-stack.h83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
A Dbpf_lock_contention.c510 st->callstack = memdup(stack_trace, stack_size); in lock_contention_read()
511 if (st->callstack == NULL) in lock_contention_read()
A Dsession.c857 bool callstack = evsel__has_branch_callstack(evsel); in branch_stack__printf() local
861 if (!callstack) { in branch_stack__printf()
879 if (!callstack) { in branch_stack__printf()
A Dpython.c1434 bool match_callstack_filter(struct machine *machine __maybe_unused, u64 *callstack __maybe_unused) in match_callstack_filter()
A Dintel-pt.c81 bool callstack; member
2692 state->trace_nr, pt->callstack, in intel_pt_sample()
4432 pt->callstack = pt->synth_opts.callchain || in intel_pt_process_auxtrace_info()
/linux/tools/perf/Documentation/
A Dperf-lock.txt201 --callstack-filter=<value>::
202 Show lock contention only if the callstack contains the given string.
A Dperf-top.txt262 Add the addresses of sampled taken branches to the callstack.
A Dperf-report.txt390 Add the addresses of sampled taken branches to the callstack.
/linux/lib/
A DKconfig.debug1094 be on the callstack. To detect this case, it is necessary to report

Completed in 47 milliseconds