Home
last modified time | relevance | path

Searched refs:child_comm (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/trace/events/
Dsched.h275 __array( char, child_comm, TASK_COMM_LEN )
282 memcpy(__entry->child_comm, child->comm, TASK_COMM_LEN);
288 __entry->child_comm, __entry->child_pid)
/linux-4.4.14/tools/perf/scripts/python/
Dsched-migration.py392 common_callchain, parent_comm, parent_pid, child_comm, child_pid): argument