Home
last modified time | relevance | path

Searched refs:CHECK__ (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/perf/tests/
Dkeep-tracking.c19 #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()
Dperf-time-to-tsc.c34 #define CHECK__(x) { \ macro
103 CHECK__(parse_event(evlist, "cycles:u")); in test__perf_time_to_tsc()
123 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
138 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
143 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
162 CHECK__(evsel__parse_sample(evsel, event, &sample)); in test__perf_time_to_tsc()
167 CHECK__(evsel__parse_sample(evsel, event, &sample)); in test__perf_time_to_tsc()