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

/linux-master/tools/perf/
H A Dbuiltin-sched.c111 struct work_atoms { struct
124 typedef int (*sort_fn_t)(struct work_atoms *, struct work_atoms *);
951 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r)
967 static struct work_atoms *
972 struct work_atoms key = { .thread = thread };
975 struct work_atoms *atoms;
978 atoms = container_of(node, struct work_atoms, node);
994 __thread_latency_insert(struct rb_root_cached *root, struct work_atoms *dat
[all...]

Completed in 163 milliseconds