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

/linux-master/tools/perf/tests/
H A Dkeep-tracking.c19 #define CHECK__(x) { \ macro
92 CHECK__(parse_event(evlist, "dummy:u"));
93 CHECK__(parse_event(evlist, "cycles:u"));
109 CHECK__(evlist__mmap(evlist, UINT_MAX));
119 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0));
138 CHECK__(evsel__disable(evsel));
141 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm, 0, 0, 0));
H A Dperf-time-to-tsc.c35 #define CHECK__(x) { \ macro
104 CHECK__(parse_event(evlist, "cycles:u"));
124 CHECK__(evlist__mmap(evlist, UINT_MAX));
139 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0));
144 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0));
163 CHECK__(evsel__parse_sample(evsel, event, &sample));
168 CHECK__(evsel__parse_sample(evsel, event, &sample));

Completed in 133 milliseconds