Home
last modified time | relevance | path

Searched refs:evsel__is_function_event (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.h353 bool evsel__is_function_event(struct evsel *evsel);
H A Devsel.c219 * evsel__is_function_event - Return whether given evsel is a function
226 bool evsel__is_function_event(struct evsel *evsel) in evsel__is_function_event() function
790 bool function = evsel__is_function_event(evsel); in __evsel__config_callchain()
1128 if (evsel__is_function_event(evsel)) in evsel__config()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel.h450 bool evsel__is_function_event(struct evsel *evsel);
H A Devsel.c256 * evsel__is_function_event - Return whether given evsel is a function
263 bool evsel__is_function_event(struct evsel *evsel) in evsel__is_function_event() function
846 bool function = evsel__is_function_event(evsel); in __evsel__config_callchain()
1200 if (evsel__is_function_event(evsel)) in evsel__config()

Completed in 10 milliseconds