Lines Matching refs:evlist
35 struct perf_evlist *evlist = perf_evlist__new(); in test__syscall_openat_tp_fields() local
40 if (evlist == NULL) { in test__syscall_openat_tp_fields()
51 perf_evlist__add(evlist, evsel); in test__syscall_openat_tp_fields()
53 err = perf_evlist__create_maps(evlist, &opts.target); in test__syscall_openat_tp_fields()
61 thread_map__set_pid(evlist->threads, 0, getpid()); in test__syscall_openat_tp_fields()
63 err = perf_evlist__open(evlist); in test__syscall_openat_tp_fields()
70 err = perf_evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
77 perf_evlist__enable(evlist); in test__syscall_openat_tp_fields()
87 for (i = 0; i < evlist->nr_mmaps; i++) { in test__syscall_openat_tp_fields()
91 md = &evlist->mmap[i]; in test__syscall_openat_tp_fields()
127 perf_evlist__poll(evlist, 10); in test__syscall_openat_tp_fields()
137 perf_evlist__delete(evlist); in test__syscall_openat_tp_fields()