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.c178 * and is_pos. For convenience, put a copy on evlist. in evlist__purge()
185 RC_CHK_ACCESS(evlist)->is_pos = first->is_pos; in evlist__exit()
1331 pos->is_pos != evlist__is_pos(evlist)) in evlist__update_br_cntr()
H A Devlist.h69 int is_pos;
168 return RC_CHK_ACCESS(evlist)->is_pos;
64 int is_pos; global() member
H A Devsel.h43 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
54 int is_pos;
50 int is_pos; global() member
H A Devsel.c363 * __perf_evsel__calc_is_pos - calculate is_pos. in evsel__set_sample_id()
392 evsel->is_pos = __perf_evsel__calc_is_pos(evsel->core.attr.sample_type); in evsel__init()