Home
last modified time | relevance | path

Searched defs:metric_event (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dmetricgroup.h22 struct metric_event { struct
31 * will be looked up, matching either a value (from metric_events) or a argument
/linux/tools/perf/arch/x86/util/
H A Devlist.c87 struct evsel *pos, *metric_event = NULL; in arch_evlist__add_required_events() local
H A Dtopdown.c86 int topdown_insert_slots_event(struct list_head *list, int idx, struct evsel *metric_event) in topdown_insert_slots_event()