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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c1285 int cpu, this_cpu = sample->cpu; local
1287 BUG_ON(this_cpu >= MAX_CPUS || this_cpu < 0);
1289 if (this_cpu > sched->max_cpu)
1290 sched->max_cpu = this_cpu;
1292 timestamp0 = sched->cpu_last_switched[this_cpu];
1293 sched->cpu_last_switched[this_cpu] = timestamp;
1307 sched->curr_thread[this_cpu] = sched_in;
1330 if (cpu != this_cpu)
1361 int this_cpu local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c1130 int this_cpu; local
1139 this_cpu = g->threads[task_nr].curr_cpu;
1140 if (this_cpu < g->p.nr_cpus/2)

Completed in 131 milliseconds