Home
last modified time | relevance | path

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

/linux/tools/lib/api/fd/
H A Darray.h35 fdarray_flag__nonfilterable = 0x00000001, enumerator
H A Darray.c119 if (fda->priv[fd].flags & fdarray_flag__nonfilterable) in fdarray__filter()
/linux/tools/perf/util/
H A Devlist.c714 fdarray_flag__nonfilterable | in evlist__event2id()
2143 fdarray_flag__nonfilterable | in get_cmd_arg()
2479 enum fdarray_flags flags = fdarray_flag__nonfilterable | fdarray_flag__non_perf_event; in event_enable_timer__process()
/linux/tools/lib/perf/
H A Devlist.c616 flgs = evsel->system_wide ? fdarray_flag__nonfilterable : fdarray_flag__default; in mmap_per_evsel()
/linux/tools/perf/
H A Dbuiltin-record.c1245 POLLIN | POLLERR | POLLHUP, fdarray_flag__nonfilterable); in record__alloc_thread_data()