Searched refs:parent_comm (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | sched.h | 379 __array( char, parent_comm, TASK_COMM_LEN ) 386 memcpy(__entry->parent_comm, parent->comm, TASK_COMM_LEN); 393 __entry->parent_comm, __entry->parent_pid,
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | sched-migration.py | 394 common_callchain, parent_comm, parent_pid, child_comm, child_pid): argument
|