Searched refs:prev_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.py331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state,
338 if on_cpu_task != -1 and on_cpu_task != prev_pid:
340 (headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
342 threads[prev_pid] = prev_comm
347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
420 prev_comm, prev_pid, prev_prio, prev_state,
425 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread_map.c164 pid_t pid, prev_pid = INT_MAX; local
179 if (pid == prev_pid)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c692 const u32 prev_pid = perf_evsel__intval(evsel, sample, "prev_pid"), local
718 prev_comm, prev_pid, next_comm, next_pid, delta);
720 prev = register_pid(sched, prev_pid, prev_comm);
926 const u32 prev_pid = perf_evsel__intval(evsel, sample, "prev_pid"), local
949 sched_out = machine__findnew_thread(machine, 0, prev_pid);
1279 const u32 prev_pid = perf_evsel__intval(evsel, sample, "prev_pid"), local
1304 sched_out = machine__findnew_thread(machine, 0, prev_pid);
1362 u32 prev_pid = perf_evsel__intval(evsel, sample, "prev_pid"), local
[all...]
H A Dbuiltin-timechart.c337 int prev_pid; member in struct:sched_switch
442 prev_p = find_create_pid(sw->prev_pid);
447 pid_put_sample(sw->prev_pid, TYPE_RUNNING, cpu, prev_p->current->state_since, timestamp);
/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 181 milliseconds