Home
last modified time | relevance | path

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

/linux/arch/m68k/fpsp040/
H A Dx_store.S47 beqs is_pos
49 is_pos: label
/linux/tools/perf/util/
H A Devlist.c162 * and is_pos. For convenience, put a copy on evlist. in evlist__update_id_pos()
169 evlist->is_pos = first->is_pos; in evlist__update_id_pos()
727 if (evlist->is_pos > n) in evlist__event2evsel()
729 n -= evlist->is_pos; in evlist__event2evsel()
1238 if (evlist->id_pos < 0 || evlist->is_pos < 0) in evlist__valid_sample_type()
1243 pos->is_pos != evlist->is_pos) in __evlist__combined_sample_type()
H A Devlist.h64 int is_pos; member
H A Devsel.h40 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
50 int is_pos; member
H A Devsel.c306 * __perf_evsel__calc_is_pos - calculate is_pos.
335 evsel->is_pos = __perf_evsel__calc_is_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos()