Home
last modified time | relevance | path

Searched refs:match_callstack_filter (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dlock-contention.h73 bool match_callstack_filter(struct machine *machine, u64 *callstack);
H A Dbpf_lock_contention.c461 if (!match_callstack_filter(machine, stack_trace)) { in lock_contention_read()
H A Dpython.c1434 bool match_callstack_filter(struct machine *machine __maybe_unused, u64 *callstack __maybe_unused) in match_callstack_filter() function
/linux/tools/perf/
H A Dbuiltin-lock.c524 bool match_callstack_filter(struct machine *machine, u64 *callstack) in match_callstack_filter() function
1168 if (!match_callstack_filter(machine, callstack)) { in report_lock_contention_begin_event()