Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c19 #define CHECK__(x) { \ macro
76 CHECK__(parse_events(evlist, "cycles:u", NULL)); in test__perf_time_to_tsc()
86 CHECK__(perf_evlist__open(evlist)); in test__perf_time_to_tsc()
88 CHECK__(perf_evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
103 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
108 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()
126 CHECK__(perf_evsel__parse_sample(evsel, event, in test__perf_time_to_tsc()
131 CHECK__(perf_evsel__parse_sample(evsel, event, in test__perf_time_to_tsc()
/Linux-v4.19/tools/perf/tests/
Dkeep-tracking.c13 #define CHECK__(x) { \ macro
86 CHECK__(parse_events(evlist, "dummy:u", NULL)); in test__keep_tracking()
87 CHECK__(parse_events(evlist, "cycles:u", NULL)); in test__keep_tracking()
103 CHECK__(perf_evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
113 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()
132 CHECK__(perf_evsel__disable(evsel)); in test__keep_tracking()
135 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0)); in test__keep_tracking()