Searched refs:evsel__config_callchain (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | evsel.h | 259 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts,
|
H A D | evsel.c | 904 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts, in evsel__config_callchain() function 1056 evsel__config_callchain(evsel, opts, ¶m); in evsel__apply_config_terms() 1204 evsel__config_callchain(evsel, opts, callchain); in evsel__config()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 3226 evsel__config_callchain(sys_enter, &trace->opts, &callchain_param); 3227 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param); 3838 evsel__config_callchain(pgfault_maj, &trace->opts, &callchain_param); 3846 evsel__config_callchain(pgfault_min, &trace->opts, &callchain_param);
|