Lines Matching refs:evlist
39 struct evlist *evlist = evlist__new(); in test__syscall_openat_tp_fields() local
44 if (evlist == NULL) { in test__syscall_openat_tp_fields()
55 evlist__add(evlist, evsel); in test__syscall_openat_tp_fields()
57 err = perf_evlist__create_maps(evlist, &opts.target); in test__syscall_openat_tp_fields()
65 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
67 err = evlist__open(evlist); in test__syscall_openat_tp_fields()
74 err = evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
81 evlist__enable(evlist); in test__syscall_openat_tp_fields()
91 for (i = 0; i < evlist->core.nr_mmaps; i++) { in test__syscall_openat_tp_fields()
95 md = &evlist->mmap[i]; in test__syscall_openat_tp_fields()
131 evlist__poll(evlist, 10); in test__syscall_openat_tp_fields()
141 evlist__delete(evlist); in test__syscall_openat_tp_fields()