Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcallchain.c23 int sysctl_perf_event_max_stack __read_mostly = PERF_MAX_STACK_DEPTH;
30 sizeof(__u64) * (sysctl_perf_event_max_stack + in perf_callchain_entry__sizeof()
130 if (event_max_stack > sysctl_perf_event_max_stack) { in get_callchain_buffers()
306 .data = &sysctl_perf_event_max_stack,
307 .maxlen = sizeof(sysctl_perf_event_max_stack),
H A Dcore.c13562 attr->sample_max_stack = sysctl_perf_event_max_stack; in perf_copy_attr()
/linux/tools/perf/util/
H A Dutil.c46 int sysctl_perf_event_max_stack = PERF_MAX_STACK_DEPTH; variable
54 sysctl_perf_event_max_stack = value; in sysctl__max_stack()
59 return sysctl_perf_event_max_stack; in sysctl__max_stack()
H A Devent.h409 extern int sysctl_perf_event_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/include/linux/
H A Dperf_event.h1745 extern int sysctl_perf_event_max_stack;
/linux/tools/perf/
H A Dbuiltin-c2c.c342 evsel, &al, sysctl_perf_event_max_stack); in process_sample_event()
/linux/kernel/bpf/
H A Dverifier.c12053 err = get_callchain_buffers(sysctl_perf_event_max_stack); in check_helper_call()