Searched refs:comm (Results 126 - 150 of 519) sorted by relevance

1234567891011>>

/linux-master/sound/usb/6fire/
H A Dchip.c16 #include "comm.h"
52 if (chip->comm)
71 if (chip->comm)
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc36 COMM=`cat /proc/$$/comm`
/linux-master/samples/bpf/
H A Dtracex2_user.c30 char comm[16]; member in struct:task
103 tasks[i].comm,
/linux-master/kernel/
H A Dfreezer.c67 pr_debug("%s entered refrigerator\n", current->comm);
92 pr_debug("%s left refrigerator\n", current->comm);
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_aa.c444 const char *comm; local
454 comm = tep_get_field_raw(s, event, "comm", record, &val, 1);
459 if (comm)
460 strncpy(taa_data->run_thread_comm, comm, MAX_COMM);
468 comm, pid,
518 const char *comm; local
522 comm = tep_get_field_raw(s, event, "next_comm", record, &val, 1);
524 strncpy(taa_data->current_comm, comm, MAX_COMM);
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c139 current->comm, current->pid, flags,
/linux-master/tools/testing/selftests/lkdtm/
H A Drun.sh97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
/linux-master/mm/kasan/
H A Dreport_sw_tags.c93 current->comm, task_pid_nr(current));
/linux-master/arch/x86/kernel/
H A Dcet.c70 tsk->comm, task_pid_nr(tsk),
/linux-master/crypto/
H A Darc4.c44 current->comm, (unsigned long)current->pid);
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_lib.sh100 comm -12 \
/linux-master/kernel/livepatch/
H A Dtransition.c346 __func__, task->comm, task->pid);
350 __func__, task->comm, task->pid);
354 __func__, task->comm, task->pid, old_name);
359 __func__, ret, task->comm, task->pid);
/linux-master/include/trace/events/
H A Dcgroup.h133 __string( comm, task->comm )
142 __assign_str(comm);
145 TP_printk("dst_root=%d dst_id=%llu dst_level=%d dst_path=%s pid=%d comm=%s",
147 __get_str(dst_path), __entry->pid, __get_str(comm))
/linux-master/tools/perf/util/
H A Dsynthetic-events.c70 * the comm, tgid and ppid.
72 static int perf_event__get_comm_ids(pid_t pid, pid_t tid, char *comm, size_t len, argument
125 memcpy(comm, name, size);
126 comm[size] = '\0';
161 memset(&event->comm, 0, sizeof(event->comm));
164 if (perf_event__get_comm_ids(pid, tid, event->comm.comm,
165 sizeof(event->comm.comm),
1220 char *comm = perf_thread_map__comm(threads, i); local
[all...]
H A Dtrace-event-parse.c267 char comm[17]; /* Max comm length in the kernel is 16. */ local
274 if (sscanf(line, "%d %16s", &pid, comm) == 2)
275 tep_register_comm(pevent, comm, pid);
H A Dthread-stack.c20 #include "comm.h"
80 * @comm: current comm
99 struct comm *comm; member in struct:thread_stack
306 .comm = ts->comm,
1101 int thread_stack__process(struct thread *thread, struct comm *comm, argument
1121 ts->comm
[all...]
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S249 .comm _stack, STACK_SIZE
250 .comm _heap, HEAP_SIZE
253 .comm complen, 4
/linux-master/tools/perf/scripts/python/
H A Dflamegraph.py101 comm = event["comm"]
104 comm = "{} ({})".format(event["comm"], pid)
106 node = self.find_or_create_node(self.stack, comm, libtype)
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c36 char comm[MAX_COMMAND_LEN]; member in struct:task_data
117 BPF_CORE_READ_STR_INTO(&data.comm, task, comm);
/linux-master/kernel/locking/
H A Dspinlock_debug.c63 current->comm, task_pid_nr(current));
67 owner ? owner->comm : "<none>",
152 msg, raw_smp_processor_id(), current->comm,
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c563 struct intel_community *comm = intel_get_community(vg, offset); local
566 if (!comm)
569 offset -= comm->pin_base;
578 reg_offset = comm->pad_map[offset] * 16;
582 return comm->pad_regs + reg_offset + reg;
1139 const struct intel_community *comm; local
1164 comm = intel_get_community(vg, pin);
1165 if (!comm) {
1205 comm->pad_map[i], comm
1567 struct intel_community *comm = vg->communities + i; local
[all...]
/linux-master/drivers/scsi/
H A Dscsi_error.c1325 current->comm));
1339 current->comm));
1441 current->comm));
1512 current->comm));
1530 current->comm));
1546 current->comm));
1579 current->comm));
1595 "%s: Sending BDR\n", current->comm));
1612 "%s: BDR failed\n", current->comm));
1649 current->comm));
[all...]
/linux-master/mm/
H A Dpage_owner.c32 char comm[TASK_COMM_LEN]; member in struct:page_owner
237 pid_t pid, pid_t tgid, char *comm)
251 strscpy(page_owner->comm, comm,
252 sizeof(page_owner->comm));
327 current->comm);
388 old_page_owner->tgid, old_page_owner->comm);
552 page_owner->tgid, page_owner->comm,
623 page_owner->pid, page_owner->tgid, page_owner->comm,
818 current->tgid, current->comm);
232 __update_page_owner_handle(struct page_ext *page_ext, depot_stack_handle_t handle, unsigned short order, gfp_t gfp_mask, short last_migrate_reason, u64 ts_nsec, pid_t pid, pid_t tgid, char *comm) argument
[all...]
/linux-master/tools/lib/perf/include/perf/
H A Devent.h50 char comm[16]; member in struct:perf_record_comm
380 char comm[16]; member in struct:perf_record_thread_map_entry
482 struct perf_record_comm comm; member in union:perf_event
/linux-master/kernel/trace/
H A Dtrace_output.c509 char comm[TASK_COMM_LEN]; local
511 trace_find_cmdline(entry->pid, comm);
514 comm, entry->pid, cpu);
613 char comm[TASK_COMM_LEN]; local
615 trace_find_cmdline(entry->pid, comm);
617 trace_seq_printf(s, "%16s-%-7d ", comm, entry->pid);
655 char comm[TASK_COMM_LEN]; local
657 trace_find_cmdline(entry->pid, comm);
661 comm, entry->pid, iter->cpu, entry->flags,
1077 char comm[TASK_COMM_LE local
[all...]

Completed in 365 milliseconds

1234567891011>>