Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c1388 static struct thread *curr_thread[MAX_CPUS]; variable
1426 curr_thread[this_cpu] = sched_in; in map_switch_event()
1454 if (curr_thread[cpu]) { in map_switch_event()
1455 if (curr_thread[cpu]->pid) in map_switch_event()
1456 printf("%2s ", curr_thread[cpu]->shortname); in map_switch_event()