Home
last modified time | relevance | path

Searched refs:id_pos (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Devlist.c143 evlist->id_pos = first->id_pos; in evlist__set_id_pos()
702 if (evlist->id_pos >= n) in evlist__event2id()
704 *id = array[evlist->id_pos]; in evlist__event2id()
1223 if (evlist->id_pos < 0 || evlist->is_pos < 0) in evlist__valid_sample_type()
1227 if (pos->id_pos != evlist->id_pos || in evlist__valid_sample_type()
H A Devlist.h57 int id_pos; member
H A Devsel.h63 int id_pos; member
H A Devsel.c219 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos()