Searched defs:next_pid (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py558 next_pid = 1 variable in class:TestDriver
572 self.pid = TestDriver.next_pid
573 TestDriver.next_pid += 1
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c341 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);
H A Dbuiltin-sched.c693 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...]

Completed in 100 milliseconds