Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dlock-contention.h69 struct lock_stat *lock_stat_findnew(u64 addr, const char *name, int flags);
H A Dbpf_lock_contention.c337 st = lock_stat_findnew(ls_key, name, data.flags); in lock_contention_read()
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c490 struct lock_stat *lock_stat_findnew(u64 addr, const char *name, int flags) in lock_stat_findnew() function
672 ls = lock_stat_findnew(key, name, 0); in report_lock_acquire_event()
747 ls = lock_stat_findnew(key, name, 0); in report_lock_acquired_event()
812 ls = lock_stat_findnew(key, name, 0); in report_lock_contended_event()
870 ls = lock_stat_findnew(key, name, 0); in report_lock_release_event()
1126 ls = lock_stat_findnew(key, name, flags); in report_lock_contention_begin_event()