evsel__is_tool
if (evsel__is_tool(counter))
if (!evsel__is_tool(counter))
if (evsel__is_tool(evsel))
if (evsel__is_tool(evsel))
if (evsel__is_tool(evsel)) {
if (evsel__is_tool(evsel))
selected_is_tool = evsel__is_tool(selected);
if ((selected_is_tool && !evsel__is_tool(candidate)) ||
selected_is_tool = evsel__is_tool(selected);
if (evsel__is_tool(counter)) {
if (!evsel__is_tool(evsel))
bool evsel__is_tool(const struct evsel *evsel);