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

/linux-master/tools/perf/util/
H A Devlist.c135 * Events with compatible sample types all have the same id_pos
142 evlist->id_pos = first->id_pos;
701 if (evlist->id_pos >= n)
703 *id = array[evlist->id_pos];
1222 if (evlist->id_pos < 0 || evlist->is_pos < 0)
1226 if (pos->id_pos != evlist->id_pos ||
H A Devlist.h57 int id_pos; member in struct:evlist
H A Devsel.h51 * @id_pos: the position of the event id (PERF_SAMPLE_ID or
63 int id_pos; member in struct:evsel
H A Devsel.c159 * __perf_evsel__calc_id_pos - calculate id_pos.
220 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->core.attr.sample_type);

Completed in 124 milliseconds