Searched refs:max_stack_depth (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | xfarray.c | 427 return xfarray_sortinfo_lo(si) + si->max_stack_depth; in xfarray_sortinfo_hi() 449 int max_stack_depth; in xfarray_sortinfo_alloc() local 465 max_stack_depth = ilog2(array->nr) + 1 - (XFARRAY_ISORT_SHIFT - 1); in xfarray_sortinfo_alloc() 466 if (max_stack_depth < 1) in xfarray_sortinfo_alloc() 467 max_stack_depth = 1; in xfarray_sortinfo_alloc() 470 nr_bytes += max_stack_depth * sizeof(xfarray_idx_t) * 2; in xfarray_sortinfo_alloc() 484 si->max_stack_depth = max_stack_depth; in xfarray_sortinfo_alloc() 534 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_isort_scratch() 650 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_pivot() [all...] |
H A D | trace.h | 949 __field(int, max_stack_depth) 956 __entry->max_stack_depth = si->max_stack_depth; 964 __entry->max_stack_depth) 975 __field(unsigned int, max_stack_depth) 982 __entry->max_stack_depth = si->max_stack_depth; 988 __entry->max_stack_depth, 1003 __field(unsigned int, max_stack_depth) 1015 __entry->max_stack_depth [all...] |
H A D | xfarray.h | 75 uint8_t max_stack_depth; member 108 * xfarray_idx_t lo[max_stack_depth]; 109 * xfarray_idx_t hi[max_stack_depth];
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 65 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable 532 for (int i = 0; i < max_stack_depth; i++) { in match_callstack_filter() 956 NULL, NULL, max_stack_depth); in lock_contention_caller() 1005 NULL, NULL, max_stack_depth); in callchain_id() 1160 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event() 1748 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_stdio() 1798 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_csv() 2053 .max_stack = max_stack_depth, in __cmd_contention() 2524 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 160 int max_stack_depth, void *arg);
|
H A D | hist.c | 1195 int max_stack_depth, void *arg) in hist_entry_iter__add() 1204 iter->evsel, al, max_stack_depth); in hist_entry_iter__add() 1194 hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, int max_stack_depth, void *arg) hist_entry_iter__add() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 174 int max_stack_depth, void *arg);
|
H A D | hist.c | 1224 int max_stack_depth, void *arg) in hist_entry_iter__add() 1233 iter->evsel, al, max_stack_depth); in hist_entry_iter__add() 1223 hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, int max_stack_depth, void *arg) hist_entry_iter__add() argument
|
Completed in 15 milliseconds