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

/linux-4.4.14/tools/perf/util/
H A Devlist.c75 * Events with compatible sample types all have the same id_pos
82 evlist->id_pos = first->id_pos; perf_evlist__set_id_pos()
667 if (evlist->id_pos >= n) perf_evlist__event2id()
669 *id = array[evlist->id_pos]; perf_evlist__event2id()
1303 if (evlist->id_pos < 0 || evlist->is_pos < 0) perf_evlist__valid_sample_type()
1307 if (pos->id_pos != evlist->id_pos || evlist__for_each()
H A Devsel.h71 * @id_pos: the position of the event id (PERF_SAMPLE_ID or
106 int id_pos; member in struct:perf_evsel
H A Devlist.h47 int id_pos; member in struct:perf_evlist
H A Devsel.c104 * __perf_evsel__calc_id_pos - calculate id_pos.
165 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->attr.sample_type); perf_evsel__calc_id_pos()

Completed in 266 milliseconds