HomeSort by relevance Sort by last modified time
    Searched full:sched_in (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/
builtin-sched.c 1071 struct thread *sched_out, *sched_in; local
1089 sched_in = perf_session__findnew(session, switch_event->next_pid);
1100 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid);
1102 thread_atoms_insert(sched_in);
1103 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid);
1441 struct thread *sched_out __used, *sched_in; local
1464 sched_in = perf_session__findnew(session, switch_event->next_pid);
1466 curr_thread[this_cpu] = sched_in;
1471 if (!sched_in->shortname[0]) {
1472 sched_in->shortname[0] = next_shortname1
    [all...]

Completed in 72 milliseconds