Home
last modified time | relevance | path

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

/tools/perf/util/
Dlock-contention.h8 struct lock_stat { struct
9 struct hlist_node hash_entry;
10 struct rb_node rb; /* used for sorting */
12 u64 addr; /* address of lockdep_map, used as ID */
13 char *name; /* for strcpy(), we cannot use const */
14 u64 *callstack;
16 unsigned int nr_acquire;
17 unsigned int nr_acquired;
18 unsigned int nr_contended;
19 unsigned int nr_release;
[all …]
/tools/perf/
Dbuiltin-lock.c421 static void insert_to_result(struct lock_stat *st, in insert_to_result()
422 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result()