Searched refs:max_stack_depth (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/xfs/scrub/ |
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() 807 if (si->stack_depth >= si->max_stack_depth - 1) { in xfarray_qsort_push() [all …]
|
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 = si->max_stack_depth; 1033 __entry->max_stack_depth,
|
D | xfarray.h | 75 uint8_t max_stack_depth; member
|
/Linux-v6.6/tools/perf/ |
D | builtin-lock.c | 65 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable 531 for (int i = 0; i < max_stack_depth; i++) { in match_callstack_filter() 941 NULL, NULL, max_stack_depth); in lock_contention_caller() 990 NULL, NULL, max_stack_depth); in callchain_id() 1145 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event() 1733 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_stdio() 1783 for (int i = 0; i < max_stack_depth; i++) { in print_lock_stat_csv() 2038 .max_stack = max_stack_depth, in __cmd_contention() 2509 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock()
|
/Linux-v6.6/tools/perf/util/ |
D | hist.h | 174 int max_stack_depth, void *arg);
|
D | hist.c | 1224 int max_stack_depth, void *arg) in hist_entry_iter__add() argument 1233 iter->evsel, al, max_stack_depth); in hist_entry_iter__add()
|