Searched refs:comm (Results 1 – 2 of 2) sorted by relevance
67 class SchedWakeupEvent(val comm: String, val pid: Int, val prio: Int, val targetCpu: Int) constant in trebuchet.importers.ftrace.events.SchedWakeupEvent70 val thread = state.threadFor(pid, task = comm) in import()
206 DIFF=$(comm -23 "${IN}" <(grep -P "^\Q$TAG\E:" ${CHANGE_LOG} | cut -f2- -d: | sort -u))