Searched refs:comm (Results 101 - 125 of 519) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtask_kfunc_failure.c266 __failure __msg("access beyond the end of member comm")
269 bpf_strncmp(task->comm, 17, "foo");
274 __failure __msg("access beyond the end of member comm")
277 bpf_strncmp(task->comm + 1, 16, "foo");
285 bpf_probe_read_kernel(task->comm, 16, task->comm);
294 * task->comm is a legacy ptr_to_btf_id. The verifier cannot guarantee
297 bpf_strncmp(task->comm, 16, "foo");
H A Dtask_kfunc_success.c285 bpf_strncmp(task->comm, 12, "foo");
286 bpf_strncmp(task->comm, 16, "foo");
287 bpf_strncmp(&task->comm[8], 4, "foo");
/linux-master/arch/mips/mm/
H A Dfault.c54 current->comm, current->pid, field, address, write,
122 current->comm, current->pid,
133 current->comm, current->pid,
203 tsk->comm,
264 tsk->comm,
/linux-master/tools/perf/
H A Dbuiltin-timechart.c85 * Each "pid" entry, has a list of "comm"s.
88 * Each comm has a list of samples that will be used to draw
124 char *comm; member in struct:per_pidcomm
232 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) argument
239 if (c->comm && strcmp(c->comm, comm) == 0) {
243 if (!c->comm) {
244 c->comm = strdup(comm);
1144 char comm[256]; local
1296 char comm[256]; local
[all...]
/linux-master/tools/perf/util/
H A Dthread.h70 struct comm;
93 int __thread__set_comm(struct thread *thread, const char *comm, u64 timestamp,
95 static inline int thread__set_comm(struct thread *thread, const char *comm, argument
98 return __thread__set_comm(thread, comm, timestamp, false);
104 struct comm *thread__comm(struct thread *thread);
105 struct comm *thread__exec_comm(struct thread *thread);
H A Dtool.h48 comm, member in struct:perf_tool
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-multihist.tc21 COMM=`cat /proc/$$/comm`
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_tracing.c18 char comm[16]; member in struct:sk_stg
42 if (!ASSERT_STREQ(sk_stg.comm, skel->bss->task_comm, "task_comm"))
/linux-master/arch/sh/mm/
H A Dalignment.c102 tsk->comm, task_pid_nr(tsk),
107 tsk->comm, task_pid_nr(tsk),
/linux-master/kernel/trace/
H A Dtrace_sched_switch.c275 set_cmdline(idx, tsk->comm);
282 static void __trace_find_cmdline(int pid, char comm[]) argument
288 strcpy(comm, "<idle>");
293 strcpy(comm, "<XXX>");
302 strscpy(comm, get_saved_cmdlines(map), TASK_COMM_LEN);
306 strcpy(comm, "<...>");
309 void trace_find_cmdline(int pid, char comm[]) argument
314 __trace_find_cmdline(pid, comm);
371 * @flags: TRACE_RECORD_CMDLINE for recording comm
400 * @flags: TRACE_RECORD_CMDLINE for recording comm
[all...]
/linux-master/include/linux/iio/adc/
H A Dad_sigma_delta.h88 uint8_t comm; member in struct:ad_sigma_delta
161 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, uint8_t comm);
/linux-master/fs/orangefs/
H A Dwaitqueue.c50 current->comm);
84 current->comm,
120 current->comm);
235 current->comm);
/linux-master/tools/perf/scripts/perl/
H A Dwakeup-latency.pl55 $comm, $pid, $prio, $success, $target_cpu) = @_;
/linux-master/include/linux/
H A Dratelimit.h32 current->comm, rs->missed);
/linux-master/sound/usb/6fire/
H A Dcomm.c12 #include "comm.h"
51 "comm data receiver aborted.\n");
178 dev_err(&chip->dev->dev, "cannot create comm data receiver.");
181 chip->comm = rt;
187 struct comm_runtime *rt = chip->comm;
195 struct comm_runtime *rt = chip->comm;
199 chip->comm = NULL;
H A Dcontrol.c21 #include "comm.h"
62 struct comm_runtime *comm_rt = rt->chip->comm;
76 struct comm_runtime *comm_rt = rt->chip->comm;
84 struct comm_runtime *comm_rt = rt->chip->comm;
98 struct comm_runtime *comm_rt = rt->chip->comm;
107 struct comm_runtime *comm_rt = rt->chip->comm;
118 struct comm_runtime *comm_rt = rt->chip->comm;
141 struct comm_runtime *comm_rt = rt->chip->comm;
162 struct comm_runtime *comm_rt = rt->chip->comm;
556 struct comm_runtime *comm_rt = chip->comm;
[all...]
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh119 expect_failure "special open(), seq_read() splice" test_splice /proc/$$/comm
/linux-master/tools/perf/scripts/python/
H A Dnet_dropmonitor.py72 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain,
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcatas.c106 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm +
131 (__iomem char *)priv->mfunc.comm + MLX4_COMM_CHAN_FLAGS);
135 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm +
244 slave_read = swab32(readl(&priv->mfunc.comm->slave_read));
/linux-master/fs/
H A Ddrop_caches.c73 current->comm, task_pid_nr(current),
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c194 Printf("Comm process %d (tgid %d) comm %s\n",
195 event->event_data.comm.process_pid,
196 event->event_data.comm.process_tgid,
197 event->event_data.comm.comm);
/linux-master/arch/x86/um/
H A Dsysrq_64.c21 printk(KERN_INFO "Pid: %d, comm: %.20s %s %s\n", task_pid_nr(current),
22 current->comm, print_tainted(), init_utsname()->release);
/linux-master/tools/perf/tests/shell/
H A Drecord_offcpu.sh81 if ! perf report -i ${perfdata} -s comm -q -n -t ';' --percent-limit=90 | \
/linux-master/samples/ftrace/
H A Dftrace-direct.c14 trace_printk("waking up %s-%d\n", p->comm, p->pid);
/linux-master/lib/
H A Ddump_stack.c58 log_lvl, raw_smp_processor_id(), current->pid, current->comm,

Completed in 263 milliseconds

1234567891011>>