Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/trace/
Dhistogram.rst904 # echo 'hist:key=child_comm:val=hitcount:size=256' > \
908 # trigger info: hist:keys=child_comm:vals=hitcount:sort=hitcount:size=256 [active]
910 { child_comm: dconf worker } hitcount: 1
911 { child_comm: ibus-daemon } hitcount: 1
912 { child_comm: whoopsie } hitcount: 1
913 { child_comm: smbd } hitcount: 1
914 { child_comm: gdbus } hitcount: 1
915 { child_comm: kthreadd } hitcount: 1
916 { child_comm: dconf worker } hitcount: 1
917 { child_comm: evolution-alarm } hitcount: 2
[all …]
/Linux-v4.19/include/trace/events/
Dsched.h282 __array( char, child_comm, TASK_COMM_LEN )
289 memcpy(__entry->child_comm, child->comm, TASK_COMM_LEN);
295 __entry->child_comm, __entry->child_pid)
/Linux-v4.19/tools/perf/scripts/python/
Dsched-migration.py396 common_callchain, parent_comm, parent_pid, child_comm, child_pid): argument