Home
last modified time | relevance | path

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

12

/kernel/locking/
Drtmutex-debug.c38 printk("%16s:%5d [%p, %3d]", p->comm, task_pid_nr(p), p, p->prio); in printk_task()
112 task->comm, task_pid_nr(task), in debug_rt_mutex_print_deadlock()
113 current->comm, task_pid_nr(current)); in debug_rt_mutex_print_deadlock()
116 current->comm, task_pid_nr(current)); in debug_rt_mutex_print_deadlock()
120 task->comm, task_pid_nr(task)); in debug_rt_mutex_print_deadlock()
127 task->comm, task_pid_nr(task)); in debug_rt_mutex_print_deadlock()
130 current->comm, task_pid_nr(current)); in debug_rt_mutex_print_deadlock()
Dspinlock_debug.c60 current->comm, task_pid_nr(current)); in spin_dump()
64 owner ? owner->comm : "<none>", in spin_dump()
148 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
Dlockdep.c752 printk("no locks held by %s/%d.\n", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
755 depth > 1 ? "s" : "", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
1892 curr->comm, task_pid_nr(curr)); in print_circular_bug_header()
2513 curr->comm, task_pid_nr(curr), in print_bad_irq_dependency()
2871 curr->comm, task_pid_nr(curr)); in print_deadlock_bug()
3475 pr_warn("%s/%d: ", current->comm, task_pid_nr(current)); in print_collision()
3844 curr->comm, task_pid_nr(curr), in print_usage_bug()
3902 curr->comm, task_pid_nr(curr)); in print_irq_inversion_bug()
4595 pr_warn("%s/%d is trying to lock:\n", curr->comm, task_pid_nr(curr)); in print_lock_invalid_wait_context()
4783 pr_warn("%s/%d is trying to lock:\n", curr->comm, task_pid_nr(curr)); in print_lock_nested_lock_not_held()
[all …]
/kernel/trace/
Dtrace_output.c496 char comm[TASK_COMM_LEN]; in lat_print_generic() local
498 trace_find_cmdline(entry->pid, comm); in lat_print_generic()
501 comm, entry->pid, cpu); in lat_print_generic()
587 char comm[TASK_COMM_LEN]; in trace_print_context() local
589 trace_find_cmdline(entry->pid, comm); in trace_print_context()
591 trace_seq_printf(s, "%16s-%-7d ", comm, entry->pid); in trace_print_context()
634 char comm[TASK_COMM_LEN]; in trace_print_lat_context() local
636 trace_find_cmdline(entry->pid, comm); in trace_print_lat_context()
640 comm, entry->pid, iter->cpu, entry->flags, in trace_print_lat_context()
910 char comm[TASK_COMM_LEN]; in trace_ctxwake_print() local
[all …]
Dtrace_functions_graph.c347 char comm[TASK_COMM_LEN]; in print_graph_proc() local
354 trace_find_cmdline(pid, comm); in print_graph_proc()
355 comm[7] = '\0'; in print_graph_proc()
359 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc()
368 trace_seq_printf(s, "%s-%s", comm, pid_str); in print_graph_proc()
Dtrace_events_hist.c474 char *comm; member
495 kfree(elt_data->comm); in track_data_free()
530 elt_data->comm = kzalloc(TASK_COMM_LEN, GFP_KERNEL); in track_data_alloc()
531 if (!elt_data->comm) { in track_data_alloc()
1348 static inline void save_comm(char *comm, struct task_struct *task) in save_comm() argument
1351 strcpy(comm, "<idle>"); in save_comm()
1356 strcpy(comm, "<XXX>"); in save_comm()
1360 strncpy(comm, task->comm, TASK_COMM_LEN); in save_comm()
1370 kfree(elt_data->comm); in hist_elt_data_free()
1397 elt_data->comm = kzalloc(size, GFP_KERNEL); in hist_trigger_elt_data_alloc()
[all …]
Dtrace_uprobe.c161 ret = strlcpy(dst, current->comm, maxlen); in fetch_store_string()
194 len = strlen(current->comm) + 1; in fetch_store_strlen()
427 if (strcmp(orig->tp.args[i].comm, in trace_uprobe_has_same_uprobe()
428 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe()
757 seq_printf(m, " %s=%s", tu->tp.args[i].name, tu->tp.args[i].comm); in trace_uprobe_show()
Dtrace_probe.c559 parg->comm = kstrdup(arg, GFP_KERNEL); in traceprobe_parse_probe_arg_body()
560 if (!parg->comm) in traceprobe_parse_probe_arg_body()
802 kfree(arg->comm); in traceprobe_free_probe_arg()
1157 tp->args[i].name, tp->args[i].comm); in trace_probe_match_command_args()
Dtrace_kprobe.c577 if (strcmp(orig->tp.args[i].comm, in trace_kprobe_has_same_kprobe()
578 comp->tp.args[i].comm)) in trace_kprobe_has_same_kprobe()
1125 seq_printf(m, " %s=%s", tk->tp.args[i].name, tk->tp.args[i].comm); in trace_kprobe_show()
1360 val = (unsigned long)current->comm; in process_fetch_insn()
Dtrace_probe.h220 const char *comm; /* Command of this argument */ member
/kernel/
Dfreezer.c67 pr_debug("%s entered refrigerator\n", current->comm); in __refrigerator()
86 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()
Dauditsc.c986 u32 sid, char *comm) in audit_log_pid_context() argument
1010 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
2472 memcpy(context->target_comm, t->comm, TASK_COMM_LEN); in __audit_ptrace()
2499 memcpy(ctx->target_comm, t->comm, TASK_COMM_LEN); in audit_signal_info_syscall()
2520 memcpy(axp->target_comm[axp->pid_count], t->comm, TASK_COMM_LEN); in audit_signal_info_syscall()
2643 char comm[sizeof(current->comm)]; in __audit_log_nfcfg() local
2654 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in __audit_log_nfcfg()
2664 char comm[sizeof(current->comm)]; in audit_log_task() local
2677 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
Dsys.c2463 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5() local
2519 comm[sizeof(me->comm) - 1] = 0; in SYSCALL_DEFINE5()
2520 if (strncpy_from_user(comm, (char __user *)arg2, in SYSCALL_DEFINE5()
2521 sizeof(me->comm) - 1) < 0) in SYSCALL_DEFINE5()
2523 set_task_comm(me, comm); in SYSCALL_DEFINE5()
2527 get_task_comm(comm, me); in SYSCALL_DEFINE5()
2528 if (copy_to_user((char __user *)arg2, comm, sizeof(comm))) in SYSCALL_DEFINE5()
Dscs.c135 tsk->comm, task_pid_nr(tsk), used); in scs_check_usage()
Daudit.c1605 char comm[sizeof(current->comm)]; in audit_log_multicast() local
1626 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_multicast()
2248 char comm[sizeof(current->comm)]; in audit_log_task_info() local
2275 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
Dhung_task.c132 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
Dtsacct.c73 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__); \
Dwatchdog.c419 current->comm, task_pid_nr(current)); in watchdog_timer_fn()
/kernel/livepatch/
Dtransition.c253 __func__, task->comm, task->pid); in klp_check_stack()
266 __func__, task->comm, task->pid, in klp_check_stack()
311 "%s: %s:%d is running\n", __func__, task->comm, in klp_try_switch_task()
/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()
/kernel/sched/
Ddebug.c516 p->comm, task_pid_nr(p), in print_task()
930 SEQ_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr_ns(p, ns), in proc_sched_show_task()
/kernel/events/
Dcore.c4694 attr->comm || attr->comm_exec || in is_sb_event()
4750 if (event->attr.comm) in unaccount_event()
7632 return event->attr.comm || event->attr.mmap || in perf_event_task_match()
7725 char *comm; member
7738 return event->attr.comm; in perf_event_comm_match()
7764 __output_copy(&handle, comm_event->comm, in perf_event_comm_output()
7776 char comm[TASK_COMM_LEN]; in perf_event_comm_event() local
7779 memset(comm, 0, sizeof(comm)); in perf_event_comm_event()
7780 strlcpy(comm, comm_event->task->comm, sizeof(comm)); in perf_event_comm_event()
7781 size = ALIGN(strlen(comm)+1, sizeof(u64)); in perf_event_comm_event()
[all …]

12