Searched refs:profile_cpu (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c72 static int profile_cpu = -1; variable
561 if (profile_cpu != -1)
562 printf(", cpu: %d)\n", profile_cpu);
1193 cpu = profile_cpu;
1194 if (target_tid == -1 && profile_cpu == -1)
H A Dbuiltin-sched.c27 static int profile_cpu = -1; variable
1129 if (profile_cpu == -1 && atom->state != THREAD_SLEEPING)
1157 if (profile_cpu == -1)
1627 if (profile_cpu != -1 && profile_cpu != (int)data.cpu)
1798 OPT_INTEGER('C', "CPU", &profile_cpu,

Completed in 167 milliseconds