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

/linux-master/tools/perf/
H A Dbuiltin-sched.c179 struct thread **curr_thread; member in struct:perf_sched
1595 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in);
1629 struct thread *curr_thread = sched->curr_thread[cpu.cpu]; local
1634 if (curr_thread && thread__has_color(curr_thread))
1648 if (sched->curr_thread[cpu.cpu]) {
1649 curr_tr = thread__get_runtime(sched->curr_thread[cpu.cpu]);
3303 sched->curr_thread = calloc(MAX_CPUS, sizeof(*(sched->curr_thread)));
[all...]

Completed in 588 milliseconds