Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Devlist.c109 * Events with compatible sample types all have the same id_pos
116 evlist->id_pos = first->id_pos; in perf_evlist__set_id_pos()
581 if (evlist->id_pos >= n) in perf_evlist__event2id()
583 *id = array[evlist->id_pos]; in perf_evlist__event2id()
1110 if (evlist->id_pos < 0 || evlist->is_pos < 0) in evlist__valid_sample_type()
1114 if (pos->id_pos != evlist->id_pos || in evlist__valid_sample_type()
H A Devsel.h35 * @id_pos: the position of the event id (PERF_SAMPLE_ID or
48 int id_pos; member
H A Devlist.h55 int id_pos; member
H A Devsel.c121 * __perf_evsel__calc_id_pos - calculate id_pos.
182 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos()
/kernel/linux/linux-6.6/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; in evlist__set_id_pos()
701 if (evlist->id_pos >= n) in evlist__event2id()
703 *id = array[evlist->id_pos]; in evlist__event2id()
1222 if (evlist->id_pos < 0 || evlist->is_pos < 0) in evlist__valid_sample_type()
1226 if (pos->id_pos != evlist->id_pos || in evlist__valid_sample_type()
H A Devsel.h51 * @id_pos: the position of the event id (PERF_SAMPLE_ID or
63 int id_pos; member
H A Devlist.h57 int id_pos; member
H A Devsel.c158 * __perf_evsel__calc_id_pos - calculate id_pos.
219 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos()

Completed in 16 milliseconds