Home
last modified time | relevance | path

Searched refs:perf_tool_event__to_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c764 ret = strbuf_addstr(events, perf_tool_event__to_str(i)); in metricgroup__build_event_string()
1151 if (!expr__get_id(left->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1157 if (!expr__get_id(right->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1388 !expr__get_id(m->pctx, perf_tool_event__to_str(i), &data)) in find_tool_events()
1476 char *tmp = strdup(perf_tool_event__to_str(i)); in parse_ids()
H A Devsel.h38 const char *perf_tool_event__to_str(enum perf_tool_event ev);
H A Devsel.c76 const char *perf_tool_event__to_str(enum perf_tool_event ev) in perf_tool_event__to_str() function
611 return scnprintf(bf, size, "%s", perf_tool_event__to_str(ev)); in evsel__tool_name()
803 return perf_tool_event__to_str(evsel->tool_event); in evsel__metric_id()