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.c140 * and is_pos. For convenience, put a copy on evlist.
147 evlist->is_pos = first->is_pos; in evlist__set_id_pos()
655 if (evlist->is_pos > n) in evlist__id2sid()
657 n -= evlist->is_pos; in evlist__id2sid()
1168 if (evlist->id_pos < 0 || evlist->is_pos < 0) in asprintf__tp_filter_pids()
1173 pos->is_pos != evlist->is_pos) in asprintf__tp_filter_pids()
H A Devlist.h59 int is_pos; member
H A Devsel.h39 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
49 int is_pos;
64 int is_pos; global() member
H A Devsel.c321 evsel->is_pos = __perf_evsel__calc_is_pos(evsel->core.attr.sample_type); in evsel__calc_id_pos()