HomeSort by relevance Sort by last modified time
    Searched refs:this_cpu (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 1285 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 = sample->cpu, err = 0 local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 1130 int this_cpu; local
1139 this_cpu = g->threads[task_nr].curr_cpu;
1140 if (this_cpu < g->p.nr_cpus/2)
    [all...]

Completed in 943 milliseconds