Lines Matching refs:evlist
40 struct evlist *evlist = evlist__new(); in test__syscall_openat_tp_fields() local
45 if (evlist == NULL) { in test__syscall_openat_tp_fields()
56 evlist__add(evlist, evsel); in test__syscall_openat_tp_fields()
58 err = evlist__create_maps(evlist, &opts.target); in test__syscall_openat_tp_fields()
66 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
68 err = evlist__open(evlist); in test__syscall_openat_tp_fields()
75 err = evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
82 evlist__enable(evlist); in test__syscall_openat_tp_fields()
92 for (i = 0; i < evlist->core.nr_mmaps; i++) { in test__syscall_openat_tp_fields()
96 md = &evlist->mmap[i]; in test__syscall_openat_tp_fields()
132 evlist__poll(evlist, 10); in test__syscall_openat_tp_fields()
142 evlist__delete(evlist); in test__syscall_openat_tp_fields()