Home
last modified time | relevance | path

Searched defs:lock_stat (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dlock-contention.h19 struct lock_stat { struct
20 struct hlist_node hash_entry;
21 struct rb_node rb; /* used for sorting */
23 u64 addr; /* address of lockdep_map, used as ID */
24 char *name; /* for strcpy(), we cannot use const */
25 u64 *callstack;
27 unsigned int nr_acquire;
28 unsigned int nr_acquired;
29 unsigned int nr_contended;
30 unsigned int nr_release;
[all …]
/tools/perf/
Dbuiltin-lock.c441 static void insert_to_result(struct lock_stat *st, in insert_to_result()
442 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result()