Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-lock.c46 struct lock_stat { struct
211 static int lock_stat_key_ ## member(struct lock_stat *one, \
212 struct lock_stat *two) \
223 static int lock_stat_key_wait_time_min(struct lock_stat *one, in SINGLE_KEY()
224 struct lock_stat *two) in SINGLE_KEY()
242 int (*key)(struct lock_stat*, struct lock_stat*);
247 static int (*compare)(struct lock_stat *, struct lock_stat *);
282 static void insert_to_result(struct lock_stat *st, in insert_to_result() argument
283 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result() argument
287 struct lock_stat *p; in insert_to_result()
[all …]