Lines Matching refs:evlist
38 struct evlist *evlist = evlist__new(); in test__syscall_openat_tp_fields() local
43 if (evlist == NULL) { in test__syscall_openat_tp_fields()
54 evlist__add(evlist, evsel); in test__syscall_openat_tp_fields()
56 err = perf_evlist__create_maps(evlist, &opts.target); in test__syscall_openat_tp_fields()
64 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
66 err = evlist__open(evlist); in test__syscall_openat_tp_fields()
73 err = evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
80 evlist__enable(evlist); in test__syscall_openat_tp_fields()
90 for (i = 0; i < evlist->core.nr_mmaps; i++) { in test__syscall_openat_tp_fields()
94 md = &evlist->mmap[i]; in test__syscall_openat_tp_fields()
130 evlist__poll(evlist, 10); in test__syscall_openat_tp_fields()
140 evlist__delete(evlist); in test__syscall_openat_tp_fields()