Searched refs:comm2 (Results 1 – 2 of 2) sorted by relevance
55 const char *comm1, *comm2; in test__perf_time_to_tsc() local104 comm2 = "Test COMM 2"; in test__perf_time_to_tsc()105 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc()123 if (strcmp(event->comm.comm, comm2) == 0) { in test__perf_time_to_tsc()
509 char comm2[22]; in thread_func() local514 sprintf(comm2, ":%s", this_task->comm); in thread_func()515 prctl(PR_SET_NAME, comm2); in thread_func()