Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c443 char comm2[22]; in thread_func() local
446 sprintf(comm2, ":%s", this_task->comm); in thread_func()
447 prctl(PR_SET_NAME, comm2); in thread_func()