Searched refs:is_pos (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/m68k/fpsp040/
H A Dx_store.S47 beqs is_pos
49 is_pos: label
/linux-master/tools/perf/util/
H A Devlist.c136 * and is_pos. For convenience, put a copy on evlist.
143 evlist->is_pos = first->is_pos;
705 if (evlist->is_pos > n)
707 n -= evlist->is_pos;
1222 if (evlist->id_pos < 0 || evlist->is_pos < 0)
1227 pos->is_pos != evlist->is_pos)
H A Devlist.h58 int is_pos; member in struct:evlist
H A Devsel.h54 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
64 int is_pos; member in struct:evsel
H A Devsel.c192 * __perf_evsel__calc_is_pos - calculate is_pos.
221 evsel->is_pos = __perf_evsel__calc_is_pos(evsel->core.attr.sample_type);

Completed in 137 milliseconds