Searched refs:thread_lat_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 947 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp() function 976 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search() 1003 cmp = thread_lat_cmp(sort_list, data, this); in __thread_latency_insert()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 969 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp() function 998 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search() 1025 cmp = thread_lat_cmp(sort_list, data, this); in __thread_latency_insert()
|
Completed in 13 milliseconds