Home
last modified time | relevance | path

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

123

/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.c700 printk("no locks held by %s/%d.\n", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
703 depth > 1 ? "s" : "", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
1631 curr->comm, task_pid_nr(curr)); in print_circular_bug_header()
2045 curr->comm, task_pid_nr(curr), in print_bad_irq_dependency()
2360 curr->comm, task_pid_nr(curr)); in print_deadlock_bug()
2712 pr_warn("%s/%d: ", current->comm, task_pid_nr(current)); in print_collision()
3083 curr->comm, task_pid_nr(curr), in print_usage_bug()
3140 curr->comm, task_pid_nr(curr)); in print_irq_inversion_bug()
3785 pr_warn("%s/%d is trying to lock:\n", curr->comm, task_pid_nr(curr)); in print_lock_nested_lock_not_held()
3998 curr->comm, task_pid_nr(curr)); in print_unlock_imbalance_bug()
[all …]
/kernel/trace/
Dtrace_output.c481 char comm[TASK_COMM_LEN]; in lat_print_generic() local
483 trace_find_cmdline(entry->pid, comm); in lat_print_generic()
486 comm, entry->pid, cpu); in lat_print_generic()
572 char comm[TASK_COMM_LEN]; in trace_print_context() local
574 trace_find_cmdline(entry->pid, comm); in trace_print_context()
576 trace_seq_printf(s, "%16s-%-5d ", comm, entry->pid); in trace_print_context()
622 char comm[TASK_COMM_LEN]; in trace_print_lat_context() local
624 trace_find_cmdline(entry->pid, comm); in trace_print_lat_context()
628 comm, entry->pid, iter->cpu, entry->flags, in trace_print_lat_context()
898 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.c531 char *comm; member
552 kfree(elt_data->comm); in track_data_free()
586 elt_data->comm = kzalloc(TASK_COMM_LEN, GFP_KERNEL); in track_data_alloc()
587 if (!elt_data->comm) { in track_data_alloc()
2225 static inline void save_comm(char *comm, struct task_struct *task) in save_comm() argument
2228 strcpy(comm, "<idle>"); in save_comm()
2233 strcpy(comm, "<XXX>"); in save_comm()
2237 strncpy(comm, task->comm, TASK_COMM_LEN); in save_comm()
2247 kfree(elt_data->comm); in hist_elt_data_free()
2274 elt_data->comm = kzalloc(size, GFP_KERNEL); in hist_trigger_elt_data_alloc()
[all …]
Dtrace_uprobe.c167 ret = strlcpy(dst, current->comm, maxlen); in fetch_store_string()
200 len = strlen(current->comm) + 1; in fetch_store_strlen()
441 if (strcmp(orig->tp.args[i].comm, in trace_uprobe_has_same_uprobe()
442 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe()
754 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()
801 kfree(arg->comm); in traceprobe_free_probe_arg()
1126 tp->args[i].name, tp->args[i].comm); in trace_probe_match_command_args()
Dtrace_kprobe.c576 if (strcmp(orig->tp.args[i].comm, in trace_kprobe_has_same_kprobe()
577 comp->tp.args[i].comm)) in trace_kprobe_has_same_kprobe()
933 seq_printf(m, " %s=%s", tk->tp.args[i].name, tk->tp.args[i].comm); in trace_kprobe_show()
1150 val = (unsigned long)current->comm; in process_fetch_insn()
Dtrace.c1522 strncpy(max_data->comm, tsk->comm, TASK_COMM_LEN); in __update_max_tr()
2178 set_cmdline(idx, tsk->comm); in trace_save_cmdline()
2185 static void __trace_find_cmdline(int pid, char comm[]) in __trace_find_cmdline() argument
2190 strcpy(comm, "<idle>"); in __trace_find_cmdline()
2195 strcpy(comm, "<XXX>"); in __trace_find_cmdline()
2200 strcpy(comm, "<...>"); in __trace_find_cmdline()
2206 strlcpy(comm, get_saved_cmdlines(map), TASK_COMM_LEN); in __trace_find_cmdline()
2208 strcpy(comm, "<...>"); in __trace_find_cmdline()
2211 void trace_find_cmdline(int pid, char comm[]) in trace_find_cmdline() argument
2216 __trace_find_cmdline(pid, comm); in trace_find_cmdline()
[all …]
/kernel/
Dfreezer.c63 pr_debug("%s entered refrigerator\n", current->comm); in __refrigerator()
81 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.c2415 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5() local
2471 comm[sizeof(me->comm) - 1] = 0; in SYSCALL_DEFINE5()
2472 if (strncpy_from_user(comm, (char __user *)arg2, in SYSCALL_DEFINE5()
2473 sizeof(me->comm) - 1) < 0) in SYSCALL_DEFINE5()
2475 set_task_comm(me, comm); in SYSCALL_DEFINE5()
2479 get_task_comm(comm, me); in SYSCALL_DEFINE5()
2480 if (copy_to_user((char __user *)arg2, comm, sizeof(comm))) in SYSCALL_DEFINE5()
Dauditsc.c957 u32 sid, char *comm) in audit_log_pid_context() argument
981 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
2376 memcpy(context->target_comm, t->comm, TASK_COMM_LEN); in __audit_ptrace()
2403 memcpy(ctx->target_comm, t->comm, TASK_COMM_LEN); in audit_signal_info_syscall()
2424 memcpy(axp->target_comm[axp->pid_count], t->comm, TASK_COMM_LEN); in audit_signal_info_syscall()
2553 char comm[sizeof(current->comm)]; in audit_log_task() local
2566 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
Dscs.c213 tsk->comm, task_pid_nr(tsk), used); in scs_check_usage()
Dhung_task.c131 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
Dtsacct.c71 strncpy(stats->ac_comm, tsk->comm, sizeof(stats->ac_comm)); in bacct_add_tsk()
Dcred.c23 current->comm, current->pid, ##__VA_ARGS__)
29 current->comm, current->pid, ##__VA_ARGS__); \
Dpanic.c679 current->comm, task_pid_nr(current), in refcount_error_report()
Daudit.c2124 char comm[sizeof(current->comm)]; in audit_log_task_info() local
2151 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
/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/
Dposix-stubs.c28 current->pid, current->comm); in sys_ni_posix_timers()
Ditimer.c300 current->comm); in SYSCALL_DEFINE3()
/kernel/bpf/
Dhelpers.c198 strncpy(buf, task->comm, size); in BPF_CALL_2()
/kernel/sched/
Ddebug.c442 p->comm, task_pid_nr(p), in print_task()
861 SEQ_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr_ns(p, ns), in proc_sched_show_task()

123