Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dperf-time-to-tsc.c84 const char *comm1, *comm2; in test__perf_time_to_tsc() local
138 comm1 = "Test COMM 1"; in test__perf_time_to_tsc()
139 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm1, 0, 0, 0)); in test__perf_time_to_tsc()
161 if (strcmp(event->comm.comm, comm1) == 0) { in test__perf_time_to_tsc()