tool_pmu__event_to_str
snprintf(str, sizeof(str), "tool/%s/", tool_pmu__event_to_str(ev));
snprintf(str, sizeof(str), "%s", tool_pmu__event_to_str(ev));
if (!tool_pmu__event_to_str(ev)) {
if (!found && tool_pmu__event_to_str(ev)) {
!expr__get_id(m->pctx, tool_pmu__event_to_str(i), &data))
char *tmp = strdup(tool_pmu__event_to_str(i));
ret = strbuf_addstr(events, tool_pmu__event_to_str(i));
if (!expr__get_id(left->pctx, tool_pmu__event_to_str(i), &data))
if (!expr__get_id(right->pctx, tool_pmu__event_to_str(i), &data))
return tool_pmu__event_to_str(evsel->core.attr.config);
const char *tool_pmu__event_to_str(enum tool_pmu_event ev);