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

/linux-master/tools/perf/util/
H A Devsel.h451 bool evsel__is_function_event(struct evsel *evsel);
H A Devsel.c257 * evsel__is_function_event - Return whether given evsel is a function
264 bool evsel__is_function_event(struct evsel *evsel) function
847 bool function = evsel__is_function_event(evsel);
1201 if (evsel__is_function_event(evsel))

Completed in 114 milliseconds