Searched refs:fdarray (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/lib/api/fd/ |
| H A D | array.h | 19 struct fdarray { struct 39 void fdarray__init(struct fdarray *fda, int nr_autogrow); argument 40 void fdarray__exit(struct fdarray *fda); 42 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow); 43 void fdarray__delete(struct fdarray *fda); 45 int fdarray__add(struct fdarray *fda, int fd, short revents, enum fdarray_flags flags); 46 int fdarray__dup_entry_from(struct fdarray *fda, int pos, struct fdarray *from); 47 int fdarray__poll(struct fdarray *fda, int timeout); 48 int fdarray__filter(struct fdarray *fda, short revents, 49 void (*entry_destructor)(struct fdarray *fda, int fd, void *arg), [all …]
|
| H A D | array.c | 13 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init() 21 int fdarray__grow(struct fdarray *fda, int nr) in fdarray__grow() 48 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow) in fdarray__new() 50 struct fdarray *fda = calloc(1, sizeof(*fda)); in fdarray__new() 64 void fdarray__exit(struct fdarray *fda) in fdarray__exit() 71 void fdarray__delete(struct fdarray *fda) in fdarray__delete() 77 int fdarray__add(struct fdarray *fda, int fd, short revents, enum fdarray_flags flags) in fdarray__add() 92 int fdarray__dup_entry_from(struct fdarray *fda, int pos, struct fdarray *from) in fdarray__dup_entry_from() 109 int fdarray__filter(struct fdarray *fd in fdarray__filter() [all...] |
| /linux/tools/perf/tests/ |
| H A D | fdarray.c | 7 static void fdarray__init_revents(struct fdarray *fda, short revents) in fdarray__init_revents() 20 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix() 34 struct fdarray *fda = fdarray__new(5, 5); in test__fdarray__filter() 95 struct fdarray *fda = fdarray__new(2, 2); in test__fdarray__add()
|
| H A D | Build | 16 perf-test-y += fdarray.o
|
| /linux/tools/lib/perf/include/internal/ |
| H A D | evlist.h | 32 struct fdarray pollfd;
|
| /linux/tools/lib/perf/ |
| H A D | evlist.c | 444 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, in perf_evlist__munmap_filtered()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 112 struct fdarray pollfd; 1187 struct fdarray *fda = &evlist__core(evlist)->pollfd; in record__update_evlist_pollfd_from_thread() 1743 static void record__thread_munmap_filtered(struct fdarray *fda, int fd, in record__thread() 1756 struct fdarray *pollfd; in record__thread()
|
| H A D | builtin-daemon.c | 1256 struct fdarray fda; in __cmd_start()
|
| H A D | builtin-kvm.c | 1456 struct fdarray *fda = &evlist__core(kvm->evlist)->pollfd; in kvm_events_live_report()
|