Searched refs:tool_pmu__event_to_str (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/tests/ |
| A D | tool_pmu.c | 23 snprintf(str, sizeof(str), "tool/%s/", tool_pmu__event_to_str(ev)); in do_test() 25 snprintf(str, sizeof(str), "%s", tool_pmu__event_to_str(ev)); in do_test() 30 if (!tool_pmu__event_to_str(ev)) { in do_test() 62 if (!found && tool_pmu__event_to_str(ev)) { in do_test()
|
| /tools/perf/util/ |
| A D | tool_pmu.h | 32 const char *tool_pmu__event_to_str(enum tool_pmu_event ev);
|
| A D | tool_pmu.c | 63 const char *tool_pmu__event_to_str(enum tool_pmu_event ev) in tool_pmu__event_to_str() function 106 return tool_pmu__event_to_str(evsel->core.attr.config); in evsel__tool_pmu_event_name()
|
| A D | metricgroup.c | 644 ret = strbuf_addstr(events, tool_pmu__event_to_str(i)); in metricgroup__build_event_string() 982 if (!expr__get_id(left->pctx, tool_pmu__event_to_str(i), &data)) in metric_list_cmp() 988 if (!expr__get_id(right->pctx, tool_pmu__event_to_str(i), &data)) in metric_list_cmp() 1190 !expr__get_id(m->pctx, tool_pmu__event_to_str(i), &data)) in find_tool_events() 1278 char *tmp = strdup(tool_pmu__event_to_str(i)); in parse_ids()
|
Completed in 8 milliseconds