Home
last modified time | relevance | path

Searched refs:comm (Results 1 – 25 of 569) sorted by path

12345678910>>...23

/linux/Documentation/RCU/
H A Dlockdep-splat.rst40 Pid: 1552, comm: scsi_scan_6 Not tainted 3.0.0-rc5 #17
/linux/Documentation/admin-guide/blockdev/
H A Dparide.rst68 comm DataStor (old-type) "commuter" adapter (TW)
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt24 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
38 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
61 printf "\npid %d; comm %s:\n", $pid_task.pid, $pid_task.comm
/linux/Documentation/bpf/
H A Dcpumasks.rst106 bpf_printk("task %s has CPU affinity", task->comm);
245 bpf_printk("task %s can use CPU %d", task->comm, 0);
H A Dkfuncs.rst571 bpf_printk("Global task %s is valid", local_copy->comm);
/linux/Documentation/core-api/
H A Ddma-api.rst734 Pid: 0, comm: swapper Tainted: G W 2.6.28-dmatest-09289-g8bb99c0 #1
/linux/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst125 (gdb) p $lx_current().comm
H A Dkmemleak.rst243 comm "modprobe", pid 2088, jiffies 4294680594 (age 375.486s)
/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst69 inode #2: comm cp: reading directory lblock 0
/linux/Documentation/filesystems/
H A Dpath-lookup.txt234 / comm: "vi" \
/linux/Documentation/gpu/
H A Dmsm-crash-dump.rst28 comm
/linux/Documentation/input/devices/
H A Diforce-protocol.rst318 Idx 02 Enable comm watchdog (0..1)
/linux/Documentation/trace/
H A Devents.rst140 field:char comm[TASK_COMM_LEN]; offset:12; size:16;
146 print fmt: "task %s:%d [%d] success=%d [%03d]", REC->comm, REC->pid,
151 'comm' which is a string, a distinction important for event filtering.
250 # echo "((sig >= 10 && sig < 15) || sig == 17) && comm != bash" > filter
257 # echo "((sig >= 10 && sig < 15) || dsig == 17) && comm != bash" > filter
260 ((sig >= 10 && sig < 15) || dsig == 17) && comm != bash
H A Dfprobetrace.rst52 $comm : Fetch current task comm.
154 # echo 't sched_switch prev->comm:string' >> dynamic_events
157 The ``prev->comm`` is an embedded char array in the data structure, and
217 # echo 't sched_switch comm=next->comm:string next->start_time' > dynamic_events
221 …00] d..3. 5606.686577: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="rcu_preempt" usage…
222 …00] d..3. 5606.686602: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="sh" usage=1 start_…
223 …00] d..3. 5606.686637: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="swapper/0" usage=2…
224 …00] d..3. 5606.687190: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="rcu_preempt" usage…
225 …00] d..3. 5606.687202: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="swapper/0" usage=2…
226 …00] d..3. 5606.690317: sched_switch: (__probestub_sched_switch+0x4/0x10) comm="kworker/0:1" usage…
[all …]
H A Dftrace.rst471 the event specifically saves the task comm as well. Ftrace
473 comms for events. If a pid for a comm is not listed, then
1233 Show only the event data. Hides the comm, PID,
1255 in the sched_switch trace point to fill comm cache
2245 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
3643 …bash-1998 [000] d..4 136.676759: sched_wakeup: comm=kworker/0:1 pid=59 prio=120 success=1 targe…
3644 …bash-1998 [000] dN.4 136.676760: sched_wakeup: comm=bash pid=1998 prio=120 success=1 target_cpu…
3645 …<idle>-0 [003] d.h3 136.676906: sched_wakeup: comm=rcu_preempt pid=9 prio=120 success=1 targ…
3648 …bash-1998 [000] d..4 136.677014: sched_wakeup: comm=kworker/0:1 pid=59 prio=120 success=1 targe…
3649 …bash-1998 [000] dN.4 136.677016: sched_wakeup: comm=bash pid=1998 prio=120 success=1 target_cpu…
[all …]
H A Dhistogram-design.rst1102 # echo 'wakeup_latency u64 lat; pid_t pid; char comm[16]' >> synthetic_events
1312 # echo '!wakeup_latency u64 lat; pid_t pid; char comm[16]' >> synthetic_events
1880 # echo 'wakeup_latency u64 lat; pid_t pid; char comm[16]' >> synthetic_events
2115 # echo '!wakeup_latency u64 lat; pid_t pid; char comm[16]' >> synthetic_events
H A Dhistogram.rst95 reason for this is that the execname is simply the 'comm' value
98 tracing code. Trying to apply that comm value to other pid
100 pid-specific comm fields in the event itself.
178 # echo 'disable_hist:net:netif_receive_skb if comm==wget' > \
1046 filter 'comm==wget'::
1048 # echo 'disable_hist:net:netif_receive_skb if comm==wget' > \
1051 Whenever a process exits and the comm field of the disable_hist
1052 trigger filter matches 'comm==wget', the netif_receive_skb hist
1168 # echo 'disable_event:net:netif_receive_skb if comm==wget' > \
1181 enable_event:net:netif_receive_skb:unlimited if comm==wget
[all …]
H A Dkprobetrace.rst55 $comm : Fetch current task comm.
124 For $comm, the default type is "string"; any other type is invalid.
H A Dtracepoint-analysis.rst260 # (For more details, try: perf report --sort comm,dso,symbol)
289 # (For more details, try: perf report --sort comm,dso,symbol)
296 $ perf report --sort comm,dso,symbol
H A Duprobetracer.rst48 $comm : Fetch current task comm.
76 For $comm, the default type is "string"; any other type is invalid.
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst114 (gdb) p $lx_current().comm
H A Dkmemleak.rst214 comm "modprobe", pid 2088, jiffies 4294680594 (age 375.486s)
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst114 (gdb) p $lx_current().comm
/linux/Documentation/usb/
H A Dacm.rst84 D: Ver= 1.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 2
95 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
101 The presence of these three lines (and the Cls= 'comm' and 'data' classes)
106 D: Ver= 1.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 2
107 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
H A Dgadget_serial.rst200 D: Ver= 2.00 Cls=02(comm.) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
206 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm

12345678910>>...23