Home
last modified time | relevance | path

Searched refs:pop_owner_stack_trace (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dlock-contention.h171 struct lock_stat *pop_owner_stack_trace(struct lock_contention *con);
192 static inline struct lock_stat *pop_owner_stack_trace(struct lock_contention *con __maybe_unused) in pop_owner_stack_trace() function
H A Dbpf_lock_contention.c552 struct lock_stat *pop_owner_stack_trace(struct lock_contention *con) in pop_owner_stack_trace() function
/linux-6.15/tools/perf/
H A Dbuiltin-lock.c1827 while ((st = pop_owner_stack_trace(con))) in print_contention_result()