Searched refs:work_atoms (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 128 struct work_atoms { struct 141 typedef int (*sort_fn_t)(struct work_atoms *, struct work_atoms *); 947 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp() 963 static struct work_atoms * 968 struct work_atoms key = { .thread = thread }; in thread_atoms_search() 971 struct work_atoms *atoms; in thread_atoms_search() 974 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search() 990 __thread_latency_insert(struct rb_root_cached *root, struct work_atoms *dat [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 129 struct work_atoms { struct 142 typedef int (*sort_fn_t)(struct work_atoms *, struct work_atoms *); 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 *dat [all...] |
Completed in 7 milliseconds