Searched refs:max_stack_depth (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/perf/ |
A D | builtin-lock.c | 64 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable 522 for (int i = 0; i < max_stack_depth; i++) { in match_callstack_filter() 930 NULL, NULL, max_stack_depth); in lock_contention_caller() 978 NULL, NULL, max_stack_depth); in callchain_id() 1133 u64 *callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event() 1678 for (int i = 0; i < max_stack_depth; i++) { in print_contention_result() 1826 .max_stack = max_stack_depth, in __cmd_contention() 2296 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | hist.h | 170 int max_stack_depth, void *arg);
|
A D | hist.c | 1206 int max_stack_depth, void *arg) in hist_entry_iter__add() argument 1215 iter->evsel, al, max_stack_depth); in hist_entry_iter__add()
|
Completed in 16 milliseconds