Searched refs:max_stack_depth (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/ |
D | builtin-lock.c | 59 static int max_stack_depth = CONTENTION_STACK_DEPTH; variable 942 NULL, NULL, max_stack_depth); in lock_contention_caller() 990 NULL, NULL, max_stack_depth); in callchain_id() 1069 ls->callstack = get_callstack(sample, max_stack_depth); in report_lock_contention_begin_event() 1528 for (int i = 0; i < max_stack_depth; i++) { in print_contention_result() 1650 .max_stack = max_stack_depth, in __cmd_contention() 1918 OPT_INTEGER(0, "max-stack", &max_stack_depth, in cmd_lock()
|
/linux-6.1.9/tools/perf/util/ |
D | hist.h | 170 int max_stack_depth, void *arg);
|
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()
|