Searched refs:CHECK__ (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | keep-tracking.c | 19 #define CHECK__(x) { \ macro 92 CHECK__(parse_events(evlist, "dummy:u", NULL)); in test__keep_tracking() 93 CHECK__(parse_events(evlist, "cycles:u", NULL)); 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()
|
| A D | perf-time-to-tsc.c | 36 #define CHECK__(x) { \ macro 98 CHECK__(parse_events(evlist, "cycles:u", NULL)); in test__perf_time_to_tsc() 119 CHECK__(evlist__open(evlist)); in test__perf_time_to_tsc() 121 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc() 136 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc() 141 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc() 159 CHECK__(evsel__parse_sample(evsel, event, &sample)); in test__perf_time_to_tsc() 163 CHECK__(evsel__parse_sample(evsel, event, &sample)); in test__perf_time_to_tsc()
|
Completed in 4 milliseconds