Searched refs:CHECK__ (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/perf/arch/x86/tests/ |
| D | perf-time-to-tsc.c | 25 #define CHECK__(x) { \ macro 82 CHECK__(parse_events(evlist, "cycles:u", NULL)); in test__perf_time_to_tsc() 92 CHECK__(evlist__open(evlist)); in test__perf_time_to_tsc() 94 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc() 109 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc() 114 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc() 132 CHECK__(perf_evsel__parse_sample(evsel, event, in test__perf_time_to_tsc() 137 CHECK__(perf_evsel__parse_sample(evsel, event, in test__perf_time_to_tsc()
|
| /Linux-v5.4/tools/perf/tests/ |
| D | keep-tracking.c | 18 #define CHECK__(x) { \ macro 91 CHECK__(parse_events(evlist, "dummy:u", NULL)); in test__keep_tracking() 92 CHECK__(parse_events(evlist, "cycles:u", NULL)); in test__keep_tracking() 108 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking() 118 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking() 137 CHECK__(evsel__disable(evsel)); in test__keep_tracking() 140 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
|