Home
last modified time | relevance | path

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

12

/kernel/livepatch/
Dtransition.c317 __func__, task->comm, task->pid); in klp_try_switch_task()
321 __func__, task->comm, task->pid); in klp_try_switch_task()
325 __func__, task->comm, task->pid, old_name); in klp_try_switch_task()
330 __func__, ret, task->comm, task->pid); in klp_try_switch_task()
/kernel/trace/
Dtrace_output.c506 char comm[TASK_COMM_LEN]; in lat_print_generic() local
508 trace_find_cmdline(entry->pid, comm); in lat_print_generic()
511 comm, entry->pid, cpu); in lat_print_generic()
610 char comm[TASK_COMM_LEN]; in trace_print_context() local
612 trace_find_cmdline(entry->pid, comm); in trace_print_context()
614 trace_seq_printf(s, "%16s-%-7d ", comm, entry->pid); in trace_print_context()
652 char comm[TASK_COMM_LEN]; in trace_print_lat_context() local
654 trace_find_cmdline(entry->pid, comm); in trace_print_lat_context()
658 comm, entry->pid, iter->cpu, entry->flags, in trace_print_lat_context()
937 char comm[TASK_COMM_LEN]; in trace_ctxwake_print() local
[all …]
Dtrace_functions_graph.c345 char comm[TASK_COMM_LEN]; in print_graph_proc() local
352 trace_find_cmdline(pid, comm); in print_graph_proc()
353 comm[7] = '\0'; in print_graph_proc()
357 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc()
366 trace_seq_printf(s, "%s-%s", comm, pid_str); in print_graph_proc()
Dtrace_events_hist.c672 char *comm; member
713 kfree(elt_data->comm); in track_data_free()
748 elt_data->comm = kzalloc(TASK_COMM_LEN, GFP_KERNEL); in track_data_alloc()
749 if (!elt_data->comm) { in track_data_alloc()
1584 static inline void save_comm(char *comm, struct task_struct *task) in save_comm() argument
1587 strcpy(comm, "<idle>"); in save_comm()
1592 strcpy(comm, "<XXX>"); in save_comm()
1596 strncpy(comm, task->comm, TASK_COMM_LEN); in save_comm()
1608 kfree(elt_data->comm); in hist_elt_data_free()
1635 elt_data->comm = kzalloc(size, GFP_KERNEL); in hist_trigger_elt_data_alloc()
[all …]
Dtrace_uprobe.c159 ret = strlcpy(dst, current->comm, maxlen); in fetch_store_string()
193 len = strlen(current->comm) + 1; in fetch_store_strlen()
429 if (strcmp(orig->tp.args[i].comm, in trace_uprobe_has_same_uprobe()
430 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe()
761 seq_printf(m, " %s=%s", tu->tp.args[i].name, tu->tp.args[i].comm); in trace_uprobe_show()
Dtrace_eprobe.c79 seq_printf(m, " %s=%s", ep->tp.args[i].name, ep->tp.args[i].comm); in eprobe_dyn_event_show()
402 val = (unsigned long)current->comm; in get_eprobe_size()
441 val = (unsigned long)current->comm; in process_fetch_insn()
Dtrace_probe.c589 parg->comm = kstrdup(arg, GFP_KERNEL); in traceprobe_parse_probe_arg_body()
590 if (!parg->comm) in traceprobe_parse_probe_arg_body()
850 kfree(arg->comm); in traceprobe_free_probe_arg()
1212 tp->args[i].name, tp->args[i].comm); in trace_probe_match_command_args()
Dtrace_osnoise.c1746 char comm[24]; in start_kthread() local
1749 snprintf(comm, 24, "timerlat/%d", cpu); in start_kthread()
1752 snprintf(comm, 24, "osnoise/%d", cpu); in start_kthread()
1755 kthread = kthread_run_on_cpu(main, NULL, cpu, comm); in start_kthread()
Dtrace_kprobe.c575 if (strcmp(orig->tp.args[i].comm, in trace_kprobe_has_same_kprobe()
576 comp->tp.args[i].comm)) in trace_kprobe_has_same_kprobe()
1179 seq_printf(m, " %s=%s", tk->tp.args[i].name, tk->tp.args[i].comm); in trace_kprobe_show()
1363 val = (unsigned long)current->comm; in process_fetch_insn()
Dtrace_probe.h226 const char *comm; /* Command of this argument */ member
/kernel/locking/
Dspinlock_debug.c62 current->comm, task_pid_nr(current)); in spin_dump()
66 owner ? owner->comm : "<none>", in spin_dump()
151 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
Dlockdep.c784 printk("no locks held by %s/%d.\n", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
787 depth > 1 ? "s" : "", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
1938 curr->comm, task_pid_nr(curr)); in print_circular_bug_header()
2558 curr->comm, task_pid_nr(curr), in print_bad_irq_dependency()
2973 curr->comm, task_pid_nr(curr)); in print_deadlock_bug()
3571 pr_warn("%s/%d: ", current->comm, task_pid_nr(current)); in print_collision()
3940 curr->comm, task_pid_nr(curr), in print_usage_bug()
3998 curr->comm, task_pid_nr(curr)); in print_irq_inversion_bug()
4690 pr_warn("%s/%d is trying to lock:\n", curr->comm, task_pid_nr(curr)); in print_lock_invalid_wait_context()
4877 pr_warn("%s/%d is trying to lock:\n", curr->comm, task_pid_nr(curr)); in print_lock_nested_lock_not_held()
[all …]
/kernel/
Dfreezer.c70 pr_debug("%s entered refrigerator\n", current->comm); in __refrigerator()
96 pr_debug("%s left refrigerator\n", current->comm); in __refrigerator()
Dcapability.c48 char name[sizeof(current->comm)]; in warn_legacy_capability_use()
72 char name[sizeof(current->comm)]; in warn_deprecated_v2()
Dsys.c2370 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5() local
2426 comm[sizeof(me->comm) - 1] = 0; in SYSCALL_DEFINE5()
2427 if (strncpy_from_user(comm, (char __user *)arg2, in SYSCALL_DEFINE5()
2428 sizeof(me->comm) - 1) < 0) in SYSCALL_DEFINE5()
2430 set_task_comm(me, comm); in SYSCALL_DEFINE5()
2434 get_task_comm(comm, me); in SYSCALL_DEFINE5()
2435 if (copy_to_user((char __user *)arg2, comm, sizeof(comm))) in SYSCALL_DEFINE5()
Dauditsc.c1087 u32 sid, char *comm) in audit_log_pid_context() argument
1111 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
2729 memcpy(context->target_comm, t->comm, TASK_COMM_LEN); in __audit_ptrace()
2756 memcpy(ctx->target_comm, t->comm, TASK_COMM_LEN); in audit_signal_info_syscall()
2777 memcpy(axp->target_comm[axp->pid_count], t->comm, TASK_COMM_LEN); in audit_signal_info_syscall()
2913 char comm[sizeof(current->comm)]; in __audit_log_nfcfg() local
2924 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in __audit_log_nfcfg()
2934 char comm[sizeof(current->comm)]; in audit_log_task() local
2947 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
Dscs.c149 tsk->comm, task_pid_nr(tsk), used); in scs_check_usage()
Daudit.c1603 char comm[sizeof(current->comm)]; in audit_log_multicast() local
1624 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_multicast()
2249 char comm[sizeof(current->comm)]; in audit_log_task_info() local
2276 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
Dhung_task.c135 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
Dtsacct.c79 strncpy(stats->ac_comm, tsk->comm, sizeof(stats->ac_comm)); in bacct_add_tsk()
Dcred.c25 current->comm, current->pid, ##__VA_ARGS__)
31 current->comm, current->pid, ##__VA_ARGS__); \
Dexit.c783 current->comm, task_pid_nr(current), free); in check_stack_usage()
951 current->comm, task_pid_nr(current)); in make_task_dead()
956 current->comm, task_pid_nr(current), in make_task_dead()
/kernel/futex/
Dwaitwake.c203 char comm[sizeof(current->comm)]; in futex_atomic_op_inuser() local
209 get_task_comm(comm, current), oparg); in futex_atomic_op_inuser()
/kernel/time/
Ditimer.c346 current->comm); in SYSCALL_DEFINE3()
393 current->comm); in COMPAT_SYSCALL_DEFINE3()
Dposix-stubs.c29 current->pid, current->comm); in sys_ni_posix_timers()

12