Home
last modified time | relevance | path

Searched refs:comm (Results 1 – 25 of 62) sorted by relevance

123

/linux-4.19.296/include/trace/events/
Dsched.h22 __array( char, comm, TASK_COMM_LEN )
27 memcpy(__entry->comm, t->comm, TASK_COMM_LEN);
31 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
64 __array( char, comm, TASK_COMM_LEN )
72 memcpy(__entry->comm, p->comm, TASK_COMM_LEN);
80 __entry->comm, __entry->pid, __entry->prio,
157 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN);
161 memcpy(__entry->prev_comm, prev->comm, TASK_COMM_LEN);
196 __array( char, comm, TASK_COMM_LEN )
204 memcpy(__entry->comm, p->comm, TASK_COMM_LEN);
[all …]
Dtask.h17 __array( char, comm, TASK_COMM_LEN)
24 memcpy(__entry->comm, task->comm, TASK_COMM_LEN);
30 __entry->pid, __entry->comm,
36 TP_PROTO(struct task_struct *task, const char *comm),
38 TP_ARGS(task, comm),
49 memcpy(entry->oldcomm, task->comm, TASK_COMM_LEN);
50 strlcpy(entry->newcomm, comm, TASK_COMM_LEN);
Dblock.h160 __array( char, comm, TASK_COMM_LEN )
172 memcpy(__entry->comm, current->comm, TASK_COMM_LEN);
179 __entry->nr_sector, __entry->comm)
236 __array( char, comm, TASK_COMM_LEN )
244 memcpy(__entry->comm, current->comm, TASK_COMM_LEN);
250 __entry->nr_sector, __entry->comm)
301 __array( char, comm, TASK_COMM_LEN )
309 memcpy(__entry->comm, current->comm, TASK_COMM_LEN);
315 __entry->nr_sector, __entry->comm)
368 __array( char, comm, TASK_COMM_LEN )
[all …]
Dsignal.h62 __array( char, comm, TASK_COMM_LEN )
71 memcpy(__entry->comm, task->comm, TASK_COMM_LEN);
79 __entry->comm, __entry->pid, __entry->group,
Dcgroup.h119 __string( comm, task->comm )
128 __assign_str(comm, task->comm);
133 __get_str(dst_path), __entry->pid, __get_str(comm))
Doom.h18 __array( char, comm, TASK_COMM_LEN )
24 memcpy(__entry->comm, task->comm, TASK_COMM_LEN);
29 __entry->pid, __entry->comm, __entry->oom_score_adj)
/linux-4.19.296/fs/xfs/
Dkmem.c30 current->comm, current->pid, in kmem_alloc()
80 current->comm, current->pid, in kmem_realloc()
100 current->comm, current->pid, in kmem_zone_alloc()
/linux-4.19.296/include/uapi/linux/
Dcn_proc.h113 char comm[16]; member
114 } comm; member
/linux-4.19.296/fs/orangefs/
Dwaitqueue.c50 current->comm); in purge_waiting_ops()
84 current->comm, in service_operation()
120 current->comm); in service_operation()
237 current->comm); in orangefs_cancel_op_in_progress()
Ddevorangefs-req.c317 current->comm); in orangefs_devreq_read()
340 current->comm); in orangefs_devreq_read()
499 current->comm); in orangefs_devreq_write_iter()
Dorangefs-mod.c227 current->comm); in purge_inprogress_ops()
/linux-4.19.296/drivers/iio/adc/
Dad_sigma_delta.c40 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, uint8_t comm) in ad_sd_set_comm() argument
44 sigma_delta->comm = comm & AD_SD_COMM_CHAN_MASK; in ad_sd_set_comm()
70 data[0] = (reg << sigma_delta->info->addr_shift) | sigma_delta->comm; in ad_sd_write_reg()
124 data[0] |= sigma_delta->comm; in ad_sd_read_reg_raw()
/linux-4.19.296/drivers/misc/
Dpti.c172 char comm[TASK_COMM_LEN]; in pti_control_frame_built_and_sent() local
181 get_task_comm(comm, current); in pti_control_frame_built_and_sent()
183 strncpy(comm, "Interrupt", TASK_COMM_LEN); in pti_control_frame_built_and_sent()
186 comm[TASK_COMM_LEN-1] = 0; in pti_control_frame_built_and_sent()
187 thread_name_p = comm; in pti_control_frame_built_and_sent()
/linux-4.19.296/lib/
Dsmp_processor_id.c43 what1, what2, preempt_count() - 1, current->comm, current->pid); in check_preemption_disabled()
Ddump_stack.c48 log_lvl, raw_smp_processor_id(), current->pid, current->comm, in dump_stack_print_info()
Dnlattr.c86 current->comm, type); in validate_nla()
268 rem, current->comm); in nla_parse()
/linux-4.19.296/include/linux/iio/adc/
Dad_sigma_delta.h71 uint8_t comm; member
109 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, uint8_t comm);
/linux-4.19.296/fs/
Dcoredump.c163 return cn_esc_printf(cn, "%s (path unknown)", current->comm); in cn_print_exe_file()
278 err = cn_esc_printf(cn, "%s", current->comm); in format_corename()
626 task_tgid_vnr(current), current->comm); in do_coredump()
635 task_tgid_vnr(current), current->comm); in do_coredump()
672 task_tgid_vnr(current), current->comm); in do_coredump()
Ddrop_caches.c70 current->comm, task_pid_nr(current), in drop_caches_sysctl_handler()
/linux-4.19.296/drivers/char/agp/
Dgeneric.c517 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm); in agp_v2_parse_one()
595 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm); in agp_v3_parse_one()
599 …printk(KERN_INFO PFX "%s tried to set rate=x%d. Setting to AGP3 x8 mode.\n", current->comm, tmp * … in agp_v3_parse_one()
629 current->comm, *requested_mode); in agp_v3_parse_one()
640 current->comm, *requested_mode); in agp_v3_parse_one()
649 printk(KERN_INFO PFX "%s requested AGPx8 but bridge not capable.\n", current->comm); in agp_v3_parse_one()
655 printk(KERN_INFO PFX "%s requested AGPx8 but graphic card not capable.\n", current->comm); in agp_v3_parse_one()
/linux-4.19.296/include/linux/
Dratelimit.h67 current->comm, rs->missed); in ratelimit_state_exit()
/linux-4.19.296/include/drm/
Ddrm_framebuffer.h128 char comm[TASK_COMM_LEN]; member
/linux-4.19.296/fs/f2fs/
Dtrace.c84 pid, current->comm); in f2fs_trace_pid()
/linux-4.19.296/fs/ocfs2/cluster/
Dmasklog.c94 level, current->comm, task_pid_nr(current), in __mlog_printk()
/linux-4.19.296/drivers/char/pcmcia/
Dcm4040_cs.c226 DEBUGP(2, dev, "-> cm4040_read(%s,%d)\n", current->comm, current->pid); in cm4040_read()
326 DEBUGP(2, dev, "-> cm4040_write(%s,%d)\n", current->comm, current->pid); in cm4040_write()

123