Home
last modified time | relevance | path

Searched refs:first_wildcard_match (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dparse-events.c178 struct list_head *config_terms, struct evsel *first_wildcard_match, in __add_event() argument
191 if (first_wildcard_match) { in __add_event()
192 struct evsel *pos = list_prev_entry(first_wildcard_match, core.node); in __add_event()
194 first_wildcard_match = NULL; in __add_event()
197 first_wildcard_match = pos; in __add_event()
201 first_wildcard_match = pos; in __add_event()
275 evsel->first_wildcard_match = first_wildcard_match; in __add_event()
438 struct evsel *first_wildcard_match);
1404 struct evsel *first_wildcard_match) in __parse_events_add_numeric() argument
1432 metric_id, pmu, &config_terms, first_wildcard_match, in __parse_events_add_numeric()
[all …]
H A Devsel.h77 struct evsel *first_wildcard_match; member
H A Dstat.c546 if (alias->first_wildcard_match == evsel) { in evsel__merge_aliases()
H A Dstat-display.c971 if (config->hybrid_merge && counter->first_wildcard_match != NULL) in print_counter_aggrdata()
974 if (counter->first_wildcard_match != NULL) in print_counter_aggrdata()
H A Devsel.c564 evsel->first_wildcard_match = orig->first_wildcard_match; in evsel__clone()
4296 if (counter->first_wildcard_match != NULL) { in evsel__set_needs_uniquify()
4310 if (evsel == counter || evsel->first_wildcard_match || evsel->pmu == counter->pmu) in evsel__set_needs_uniquify()