Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c135 struct work_atoms { struct
146 typedef int (*sort_fn_t)(struct work_atoms *, struct work_atoms *); argument
863 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp()
879 static struct work_atoms *
884 struct work_atoms key = { .thread = thread }; in thread_atoms_search()
887 struct work_atoms *atoms; in thread_atoms_search()
890 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search()
906 __thread_latency_insert(struct rb_root *root, struct work_atoms *data, in __thread_latency_insert()
912 struct work_atoms *this; in __thread_latency_insert()
915 this = container_of(*new, struct work_atoms, node); in __thread_latency_insert()
[all …]