Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 5 of 5) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt50 val pid get() = _pid constant in trebuchet.importers.ftrace.FtraceLine
133 val pid = readInt() in parseLine() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DFtraceEvent.kt27 val pid: Int, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
DSchedEvent.kt67 class SchedWakeupEvent(val comm: String, val pid: Int, val prio: Int, val targetCpu: Int) constant in trebuchet.importers.ftrace.events.SchedWakeupEvent
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py225 def signal(self, pid, sig): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py331 def _get_port_from_ss_output(ss_output, pid): argument