Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-sched.c129 struct work_atoms { struct
142 typedef int (*sort_fn_t)(struct work_atoms *, struct work_atoms *); argument
969 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp()
985 static struct work_atoms *
990 struct work_atoms key = { .thread = thread }; in thread_atoms_search()
993 struct work_atoms *atoms; in thread_atoms_search()
996 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search()
1012 __thread_latency_insert(struct rb_root_cached *root, struct work_atoms *data, in __thread_latency_insert()
1019 struct work_atoms *this; in __thread_latency_insert()
1022 this = container_of(*new, struct work_atoms, node); in __thread_latency_insert()
[all …]