Home
last modified time | relevance | path

Searched refs:evsel__config_callchain (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Devsel.h277 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts,
H A Devsel.c1085 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts, in evsel__config_callchain() function
1240 evsel__config_callchain(evsel, opts, &param); in evsel__apply_config_terms()
1396 evsel__config_callchain(evsel, opts, callchain); in evsel__config()
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c3650 evsel__config_callchain(sys_enter, &trace->opts, &callchain_param); in trace__add_syscall_newtp()
3651 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param); in trace__add_syscall_newtp()
4392 evsel__config_callchain(pgfault_maj, &trace->opts, &callchain_param); in trace__run()
4400 evsel__config_callchain(pgfault_min, &trace->opts, &callchain_param); in trace__run()