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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
wakeup-latency.pl 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
sched-migration.py 332 next_comm, next_pid, next_prio):
340 (headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
343 threads[next_pid] = next_comm
344 self.current_tsk[headers.cpu] = next_pid
347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
421 next_comm, next_pid, next_prio):
426 next_comm, next_pid, next_prio)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 693 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); local
718 prev_comm, prev_pid, next_comm, next_pid, delta);
721 next = register_pid(sched, next_pid, next_comm);
927 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); local
950 sched_in = machine__findnew_thread(machine, 0, next_pid);
1280 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); local
1305 sched_in = machine__findnew_thread(machine, 0, next_pid);
1363 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); local
    [all...]
builtin-timechart.c 341 int next_pid; member in struct:sched_switch
444 p = find_create_pid(sw->next_pid);
450 pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 558 next_pid = 1 variable in class:TestDriver
572 self.pid = TestDriver.next_pid
573 TestDriver.next_pid += 1
  /external/chromium-trace/
script.js     [all...]

Completed in 152 milliseconds