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

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py332 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/
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...]
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);
/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/chromium-trace/
H A Dscript.js126 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("sched_switch",d.prototype.schedSwitchEvent.bind(this));a.registerEventHandler("sched_wakeup",d.prototype.schedWakeupEvent.bind(this))}var b=tracing.importer.linux_perf.Parser,a={},c=/prev_comm=(.+) prev_pid=(\d+) prev_prio=(\d+) prev_state=(\S\+?|\S\|\S) ==> next_comm=(.+) next_pid=(\d+) next_prio=(\d+)/;a.schedSwitchRE=c;var e=/comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;

Completed in 301 milliseconds