Searched refs:__SORT_BRANCH_STACK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sort.h | 234 __SORT_BRANCH_STACK, enumerator 235 SORT_DSO_FROM = __SORT_BRANCH_STACK,
|
H A D | sort.c | 1712 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) }
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.h | 248 __SORT_BRANCH_STACK, enumerator 249 SORT_DSO_FROM = __SORT_BRANCH_STACK,
|
H A D | sort.c | 2193 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) }
|
Completed in 11 milliseconds