Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dlock-contention.h180 struct lock_stat *pop_owner_stack_trace(struct lock_contention *con);
201 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.c661 struct lock_stat *pop_owner_stack_trace(struct lock_contention *con) in pop_owner_stack_trace() function
/linux/tools/perf/
H A Dbuiltin-lock.c1829 while ((st = pop_owner_stack_trace(con))) in print_contention_result()