Home
last modified time | relevance | path

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

12

/kernel/locking/
Drtmutex-debug.c36 printk("%16s:%5d [%p, %3d]", p->comm, task_pid_nr(p), p, p->prio); in printk_task()
109 task->comm, task_pid_nr(task), in debug_rt_mutex_print_deadlock()
110 current->comm, task_pid_nr(current)); in debug_rt_mutex_print_deadlock()
113 current->comm, task_pid_nr(current)); in debug_rt_mutex_print_deadlock()
117 task->comm, task_pid_nr(task)); in debug_rt_mutex_print_deadlock()
124 task->comm, task_pid_nr(task)); in debug_rt_mutex_print_deadlock()
127 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()
168 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
193 raw_smp_processor_id(), current->comm,
268 raw_smp_processor_id(), current->comm,
Dlockdep.c564 printk("no locks held by %s/%d.\n", curr->comm, task_pid_nr(curr)); in lockdep_print_held_locks()
568 depth, depth > 1 ? "s" : "", curr->comm, task_pid_nr(curr)); in lockdep_print_held_locks()
1163 curr->comm, task_pid_nr(curr)); in print_circular_bug_header()
1502 curr->comm, task_pid_nr(curr), in print_bad_irq_dependency()
1731 curr->comm, task_pid_nr(curr)); in print_deadlock_bug()
2239 curr->comm, task_pid_nr(curr), in print_usage_bug()
2300 curr->comm, task_pid_nr(curr)); in print_irq_inversion_bug()
3023 printk("%s/%d is trying to lock:\n", curr->comm, task_pid_nr(curr)); in print_lock_nested_lock_not_held()
3235 curr->comm, task_pid_nr(curr)); in print_unlock_imbalance_bug()
3680 curr->comm, task_pid_nr(curr)); in print_lock_contention_bug()
[all …]
/kernel/time/
Dtimer_stats.c77 char comm[TASK_COMM_LEN + 1]; member
167 static struct entry *tstat_lookup(struct entry *entry, char *comm) in tstat_lookup() argument
208 memcpy(curr->comm, comm, TASK_COMM_LEN); in tstat_lookup()
235 void *timerf, char *comm, in timer_stats_update_stats() argument
260 entry = tstat_lookup(&input, comm); in timer_stats_update_stats()
311 entry->count, entry->pid, entry->comm); in tstats_show()
314 entry->count, entry->pid, entry->comm); in tstats_show()
Ditimer.c291 current->comm); in SYSCALL_DEFINE3()
/kernel/rcu/
Dtiny.c72 current->pid, current->comm, in rcu_idle_enter_common()
73 idle->pid, idle->comm); /* must be idle task! */ in rcu_idle_enter_common()
133 current->pid, current->comm, in rcu_idle_exit_common()
134 idle->pid, idle->comm); /* must be idle task! */ in rcu_idle_exit_common()
/kernel/trace/
Dtrace_output.c463 char comm[TASK_COMM_LEN]; in lat_print_generic() local
465 trace_find_cmdline(entry->pid, comm); in lat_print_generic()
468 comm, entry->pid, cpu)) in lat_print_generic()
522 char comm[TASK_COMM_LEN]; in trace_print_context() local
526 trace_find_cmdline(entry->pid, comm); in trace_print_context()
528 ret = trace_seq_printf(s, "%16s-%-5d ", comm, entry->pid); in trace_print_context()
580 char comm[TASK_COMM_LEN]; in trace_print_lat_context() local
582 trace_find_cmdline(entry->pid, comm); in trace_print_lat_context()
586 comm, entry->pid, iter->cpu, entry->flags, in trace_print_lat_context()
1038 char comm[TASK_COMM_LEN]; in trace_ctxwake_print() local
[all …]
Dtrace_probe.c519 parg->comm = kstrdup(arg, GFP_KERNEL); in traceprobe_parse_probe_arg()
520 if (!parg->comm) { in traceprobe_parse_probe_arg()
524 t = strchr(parg->comm, ':'); in traceprobe_parse_probe_arg()
526 arg[t - parg->comm] = '\0'; in traceprobe_parse_probe_arg()
588 kfree(arg->comm); in traceprobe_free_probe_arg()
Dtrace_functions_graph.c512 char comm[TASK_COMM_LEN]; in print_graph_proc() local
520 trace_find_cmdline(pid, comm); in print_graph_proc()
521 comm[7] = '\0'; in print_graph_proc()
525 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc()
537 ret = trace_seq_printf(s, "%s-%s", comm, pid_str); in print_graph_proc()
Dtrace.c983 memcpy(max_data->comm, tsk->comm, TASK_COMM_LEN); in __update_max_tr()
1537 set_cmdline(idx, tsk->comm); in trace_save_cmdline()
1545 static void __trace_find_cmdline(int pid, char comm[]) in __trace_find_cmdline() argument
1550 strcpy(comm, "<idle>"); in __trace_find_cmdline()
1555 strcpy(comm, "<XXX>"); in __trace_find_cmdline()
1560 strcpy(comm, "<...>"); in __trace_find_cmdline()
1566 strcpy(comm, get_saved_cmdlines(map)); in __trace_find_cmdline()
1568 strcpy(comm, "<...>"); in __trace_find_cmdline()
1571 void trace_find_cmdline(int pid, char comm[]) in trace_find_cmdline() argument
1576 __trace_find_cmdline(pid, comm); in trace_find_cmdline()
[all …]
Dtrace_probe.h276 const char *comm; /* Command of this argument */ member
Dtrace.h157 char comm[TASK_COMM_LEN]; member
660 extern void trace_find_cmdline(int pid, char comm[]);
/kernel/
Dfreezer.c66 pr_debug("%s entered refrigerator\n", current->comm); in __refrigerator()
84 pr_debug("%s left refrigerator\n", current->comm); in __refrigerator()
Dcapability.c46 char name[sizeof(current->comm)]; in warn_legacy_capability_use()
70 char name[sizeof(current->comm)]; in warn_deprecated_v2()
Dsys.c2189 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5() local
2245 comm[sizeof(me->comm) - 1] = 0; in SYSCALL_DEFINE5()
2246 if (strncpy_from_user(comm, (char __user *)arg2, in SYSCALL_DEFINE5()
2247 sizeof(me->comm) - 1) < 0) in SYSCALL_DEFINE5()
2249 set_task_comm(me, comm); in SYSCALL_DEFINE5()
2253 get_task_comm(comm, me); in SYSCALL_DEFINE5()
2254 if (copy_to_user((char __user *)arg2, comm, sizeof(comm))) in SYSCALL_DEFINE5()
Dhung_task.c112 t->comm, t->pid, timeout); in check_hung_task()
Dauditsc.c986 u32 sid, char *comm) in audit_log_pid_context() argument
1010 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
2316 memcpy(context->target_comm, t->comm, TASK_COMM_LEN); in __audit_ptrace()
2355 memcpy(ctx->target_comm, t->comm, TASK_COMM_LEN); in __audit_signal_info()
2376 memcpy(axp->target_comm[axp->pid_count], t->comm, TASK_COMM_LEN); in __audit_signal_info()
2460 char comm[sizeof(current->comm)]; in audit_log_task() local
2473 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
Dkthread.c314 vsnprintf(task->comm, sizeof(task->comm), namefmt, args); in kthread_create_on_node()
Dtsacct.c80 strncpy(stats->ac_comm, tsk->comm, sizeof(stats->ac_comm)); in bacct_add_tsk()
Dcred.c24 printk("[%-5.5s%5u] "FMT"\n", current->comm, current->pid ,##__VA_ARGS__)
27 no_printk("[%-5.5s%5u] "FMT"\n", current->comm, current->pid ,##__VA_ARGS__)
Daudit.c1859 char comm[sizeof(tsk->comm)]; in audit_log_task_info() local
1894 audit_log_untrustedstring(ab, get_task_comm(comm, tsk)); in audit_log_task_info()
Dwatchdog.c467 current->comm, task_pid_nr(current)); in watchdog_timer_fn()
Dacct.c427 strlcpy(ac->ac_comm, current->comm, sizeof(ac->ac_comm)); in fill_ac()
/kernel/sched/
Ddebug.c120 p->comm, task_pid_nr(p), in print_task()
547 SEQ_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr(p), in proc_sched_show_task()
/kernel/events/
Dcore.c3440 if (event->attr.comm) in unaccount_event()
5310 return event->attr.comm || event->attr.mmap || in perf_event_task_match()
5393 char *comm; member
5406 return event->attr.comm; in perf_event_comm_match()
5432 __output_copy(&handle, comm_event->comm, in perf_event_comm_output()
5444 char comm[TASK_COMM_LEN]; in perf_event_comm_event() local
5447 memset(comm, 0, sizeof(comm)); in perf_event_comm_event()
5448 strlcpy(comm, comm_event->task->comm, sizeof(comm)); in perf_event_comm_event()
5449 size = ALIGN(strlen(comm)+1, sizeof(u64)); in perf_event_comm_event()
5451 comm_event->comm = comm; in perf_event_comm_event()
[all …]

12