Searched refs:comm2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | perf-time-to-tsc.c | 64 const char *comm1, *comm2; in test__perf_time_to_tsc() local 114 comm2 = "Test COMM 2"; in test__perf_time_to_tsc() 115 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc() 136 if (strcmp(event->comm.comm, comm2) == 0) { in test__perf_time_to_tsc()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | perf-time-to-tsc.c | 84 const char *comm1, *comm2; in test__perf_time_to_tsc() local 143 comm2 = "Test COMM 2"; in test__perf_time_to_tsc() 144 CHECK__(prctl(PR_SET_NAME, (unsigned long)comm2, 0, 0, 0)); in test__perf_time_to_tsc() 166 if (strcmp(event->comm.comm, comm2) == 0) { in test__perf_time_to_tsc()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 626 char comm2[22]; in thread_func() local 631 sprintf(comm2, ":%s", this_task->comm); in thread_func() 632 prctl(PR_SET_NAME, comm2); in thread_func()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 628 char comm2[22]; in thread_func() local 633 sprintf(comm2, ":%s", this_task->comm); in thread_func() 634 prctl(PR_SET_NAME, comm2); in thread_func()
|
Completed in 18 milliseconds