Searched refs:CHECK__ (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/tests/ |
H A D | keep-tracking.c | 19 #define CHECK__(x) { \ macro 92 CHECK__(parse_event(evlist, "dummy:u")); in test__keep_tracking() 93 CHECK__(parse_event(evlist, "cycles:u")); in test__keep_tracking() 109 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking() 119 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking() 138 CHECK__(evsel__disable(evsel)); in test__keep_tracking() 141 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
|
H A D | perf-time-to-tsc.c | 35 #define CHECK__(x) { \ macro 104 CHECK__(parse_event(evlist, "cycles:u")); in test__perf_time_to_tsc() 124 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc() 139 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc() 144 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc() 163 CHECK__(evsel__parse_sample(evsel, event, &sample)); in test__perf_time_to_tsc() 168 CHECK__(evsel__parse_sample(evsel, event, &sample)); in test__perf_time_to_tsc()
|