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

/external/linux-tools-perf/src/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)
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-sched.c1275 int cpu, this_cpu = sample->cpu; local
1277 BUG_ON(this_cpu >= MAX_CPUS || this_cpu < 0);
1279 if (this_cpu > sched->max_cpu)
1280 sched->max_cpu = this_cpu;
1282 timestamp0 = sched->cpu_last_switched[this_cpu];
1283 sched->cpu_last_switched[this_cpu] = timestamp;
1297 sched->curr_thread[this_cpu] = sched_in;
1320 if (cpu != this_cpu)
1351 int this_cpu local
[all...]

Completed in 112 milliseconds