Home
last modified time | relevance | path

Searched refs:sysctl_perf_event_max_stack (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dutil.c45 int sysctl_perf_event_max_stack = PERF_MAX_STACK_DEPTH; variable
53 sysctl_perf_event_max_stack = value; in sysctl__max_stack()
58 return sysctl_perf_event_max_stack; in sysctl__max_stack()
/linux/tools/perf/tests/
H A Dhists_filter.c88 sysctl_perf_event_max_stack, NULL) < 0) { in add_hist_entries()
H A Dhists_cumulate.c109 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
H A Dhists_output.c75 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
/linux/tools/perf/
H A Dbuiltin-c2c.c306 evsel, &al, sysctl_perf_event_max_stack); in process_sample_event()
/linux/kernel/bpf/
H A Dverifier.c11861 err = get_callchain_buffers(sysctl_perf_event_max_stack); in check_helper_call()