Searched refs:schedSwitchEvent (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
D | sched_parser.js | 23 SchedParser.prototype.schedSwitchEvent.bind(this)); 48 schedSwitchEvent: function(eventName, cpuNumber, pid, ts, eventBase) { method in SchedParser
|
/external/chromium-trace/ |
D | script.js | 110 …a){b.call(this,a);a.registerEventHandler("sched_switch",d.prototype.schedSwitchEvent.bind(this));a… 111 a.schedWakeupRE=e;d.prototype={__proto__:b.prototype,schedSwitchEvent:function(a,b,e,d,l){var m=c.e… method in d
|