Searched refs:next_prio (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dwakeup-latency.pl33 $next_prio) = @_;
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py332 next_comm, next_pid, next_prio):
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-timechart.c342 int next_prio; member in struct:sched_switch
/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 431 milliseconds