Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dlock-contention.h168 struct lock_stat *lock_stat_findnew(u64 addr, const char *name, int flags);
H A Dlock-contention.c70 struct lock_stat *lock_stat_findnew(u64 addr, const char *name, int flags) in lock_stat_findnew() function
H A Dbpf_lock_contention.c806 st = lock_stat_findnew(ls_key, name, data.flags); in lock_contention_read()
/linux/tools/perf/
H A Dbuiltin-lock.c582 ls = lock_stat_findnew(key, name, 0); in report_lock_acquire_event()
657 ls = lock_stat_findnew(key, name, 0); in report_lock_acquired_event()
722 ls = lock_stat_findnew(key, name, 0); in report_lock_contended_event()
780 ls = lock_stat_findnew(key, name, 0); in report_lock_release_event()
1037 ls = lock_stat_findnew(key, name, flags); in report_lock_contention_begin_event()