Home
last modified time | relevance | path

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

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