Searched refs:comm (Results 51 - 75 of 520) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_syntax.tc91 # $comm was introduced in 4.8, older kernels reject it.
92 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
94 test_goodarg "\$comm"
101 "+10(\$comm)" "+0(${GOODREG})+10"
114 test_goodarg "\$comm:string" "+0(\$stack):string"
115 test_badarg "\$comm:x64" "\$stack:string" "${GOODREG}:string"
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh49 perf script -i "$PERF_DATA" -F comm,ip,sym | head -n4
50 perf script -i "$PERF_DATA" -F comm,ip,sym | head -n4 | \
/linux-master/net/dns_resolver/
H A Dinternal.h47 current->comm, ##__VA_ARGS__); \
/linux-master/arch/mips/boot/compressed/
H A Dhead.S51 .comm .heap,BOOT_HEAP_SIZE,4
52 .comm .stack,4096*2,4
/linux-master/tools/perf/scripts/python/
H A Dfutex-contention.py29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain,
35 process_names[tid] = comm
40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain,
H A Dgecko.py96 comm: Thread command-line (name).
106 comm: str
117 comm: str
177 def _add_sample(self, comm: str, stack: List[str], time_ms: Milliseconds) -> None:
180 comm: command-line (name) of the thread at this sample
186 if self.comm != comm:
187 self.comm = comm
206 "name": self.comm,
[all...]
H A Dintel-pt-events.py231 def common_start_str(comm, sample):
239 return "VM:%5d VCPU:%03d %16s %5u/%-5u [%03u] %9u.%09u " % (machine_pid, vcpu, comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
241 return "%16s %5u/%-5u [%03u] %9u.%09u " % (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
243 def print_common_start(comm, sample, name):
251 print(common_start_str(comm, sample) + "%8s %21s" % (name, flags_disp), end=' ')
253 def print_instructions_start(comm, sample):
255 print(common_start_str(comm, sample) + "x", end=' ')
257 print(common_start_str(comm, sample), end=' ')
299 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn):
302 start_str = common_start_str(comm, sampl
[all...]
H A Devent_analyzing_sample.py52 comm text,
59 comm text,
77 comm = param_dict["comm"]
92 event = create_event(name, comm, dso, symbol, raw_buf)
98 (event.name, event.symbol, event.comm, event.dso))
103 (event.name, event.symbol, event.comm, event.dso, event.flags,
135 commq = con.execute("select comm, count(comm) from gen_events group by comm orde
[all...]
H A Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm):
62 (event_name, cpu, secs, nsecs, pid, comm),
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf.c14 char comm[16]; member in struct:sample
55 bpf_get_current_comm(sample->comm, sizeof(sample->comm));
H A Dtest_ringbuf_multi.c13 char comm[16]; member in struct:sample
79 bpf_get_current_comm(sample->comm, sizeof(sample->comm));
H A Dtest_core_reloc_module.c34 char comm[sizeof("test_progs")]; member in struct:core_reloc_module_output
64 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm);
98 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm);
H A Dtest_core_reloc_kernel.c22 char comm[sizeof("test_progs")]; member in struct:core_reloc_kernel_output
30 char comm[16]; member in struct:task_struct
106 &out->comm, task,
109 comm);
/linux-master/include/trace/events/
H A Dblock.h184 __array( char, comm, TASK_COMM_LEN )
196 memcpy(__entry->comm, current->comm, TASK_COMM_LEN);
203 __entry->nr_sector, __entry->comm)
323 __array( char, comm, TASK_COMM_LEN )
331 memcpy(__entry->comm, current->comm, TASK_COMM_LEN);
337 __entry->nr_sector, __entry->comm)
414 __array( char, comm, TASK_COMM_LEN )
418 memcpy(__entry->comm, curren
[all...]
H A Dsignal.h61 __array( char, comm, TASK_COMM_LEN )
70 memcpy(__entry->comm, task->comm, TASK_COMM_LEN);
76 TP_printk("sig=%d errno=%d code=%d comm=%s pid=%d grp=%d res=%d",
78 __entry->comm, __entry->pid, __entry->group,
H A Doom.h20 __array( char, comm, TASK_COMM_LEN )
26 memcpy(__entry->comm, task->comm, TASK_COMM_LEN);
30 TP_printk("pid=%d comm=%s oom_score_adj=%hd",
31 __entry->pid, __entry->comm, __entry->oom_score_adj)
83 __string(comm, task->comm)
95 __assign_str(comm, task->comm);
105 TP_printk("pid=%d comm
[all...]
/linux-master/tools/bpf/bpftool/
H A Dpids.c50 e->id, e->pid, e->comm);
56 memcpy(ref->comm, e->comm, sizeof(ref->comm));
66 e->id, e->pid, e->comm);
74 e->id, e->pid, e->comm);
79 memcpy(ref->comm, e->comm, sizeof(ref->comm));
225 jsonw_string_field(json_writer, "comm", re
[all...]
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c75 union perf_event *event, const char *comm, int nr)
78 (pid_t)event->comm.pid == getpid() &&
79 (pid_t)event->comm.tid == getpid() &&
80 strcmp(event->comm.comm, comm) == 0) {
82 pr_debug("Duplicate comm event\n");
86 pr_debug3("comm event: %s nr: %d\n", event->comm.comm, n
74 check_comm(struct switch_tracking *switch_tracking, union perf_event *event, const char *comm, int nr) argument
345 const char *comm; local
[all...]
/linux-master/drivers/scsi/aacraid/
H A Dcomminit.c248 * Place the Printf buffer area after the Fast I/O comm area.
375 struct aac_queue_block * comm = dev->queues; local
397 comm->queue[HostNormCmdQueue].base = queues;
398 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
403 comm->queue[HostHighCmdQueue].base = queues;
404 aac_queue_init(dev, &comm->queue[HostHighCmdQueue], headers, HOST_HIGH_CMD_ENTRIES);
410 comm->queue[AdapNormCmdQueue].base = queues;
411 aac_queue_init(dev, &comm->queue[AdapNormCmdQueue], headers, ADAP_NORM_CMD_ENTRIES);
417 comm->queue[AdapHighCmdQueue].base = queues;
418 aac_queue_init(dev, &comm
[all...]
/linux-master/samples/bpf/
H A Dtrace_event_kern.c15 char comm[TASK_COMM_LEN]; member in struct:key_t
53 bpf_get_current_comm(&key.comm, sizeof(key.comm));
H A Dtracex2.bpf.c66 char comm[16]; member in struct:hist_key
89 bpf_get_current_comm(&key.comm, sizeof(key.comm));
/linux-master/drivers/md/dm-vdo/
H A Dthread-utils.c54 char *my_name_colon = strchr(current->comm, ':');
84 (int) (my_name_colon - current->comm), current->comm,
/linux-master/arch/parisc/kernel/
H A Dsys_parisc32.c23 current->comm, current->pid, r20);
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_data.h22 char comm[TASK_COMM_LEN]; member in struct:contention_task_data
/linux-master/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py210 def _require_cmd(self, comm, key, host=None):
211 cached = self._required_cmd.get(comm, {})
213 cached[key] = cmd("command -v -- " + comm, fail=False,
215 self._required_cmd[comm] = cached
218 def require_cmd(self, comm, local=True, remote=False):
220 if not self._require_cmd(comm, "local"):
221 raise KsftSkipEx("Test requires command: " + comm)
223 if not self._require_cmd(comm, "remote"):
224 raise KsftSkipEx("Test requires (remote) command: " + comm)

Completed in 736 milliseconds

1234567891011>>