Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/
Dbuiltin-lock.c38 struct lock_stat { struct
39 struct list_head hash_entry;
40 struct rb_node rb; /* used for sorting */
47 void *addr; /* address of lockdep_map, used as ID */
48 char *name; /* for strcpy(), we cannot use const */
50 unsigned int nr_acquire;
51 unsigned int nr_acquired;
52 unsigned int nr_contended;
53 unsigned int nr_release;
55 unsigned int nr_readlock;
[all …]
/linux-3.3/kernel/
Dlockdep.c64 int lock_stat = 1; variable
67 #define lock_stat 0 macro