| /kernel/trace/rv/ |
| A D | rv_trace.h | 140 __string(comm, task->comm) 148 __assign_str(comm); 155 TP_printk("%s[%d]: (%s) x (%s) -> (%s)", __get_str(comm), __entry->pid, 166 __string(comm, task->comm) 171 __assign_str(comm); 175 TP_printk("%s[%d]: violation detected", __get_str(comm), __entry->pid)
|
| /kernel/ |
| A D | hung_task.c | 141 task->comm, task->pid); in debug_show_blocker() 145 task->comm, task->pid); in debug_show_blocker() 150 task->comm, task->pid); in debug_show_blocker() 164 task->comm, task->pid, t->comm, t->pid); in debug_show_blocker() 168 task->comm, task->pid, t->comm, t->pid); in debug_show_blocker() 173 task->comm, task->pid, rwsem_blocked_as, t->comm, in debug_show_blocker() 236 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
|
| A D | freezer.c | 67 pr_debug("%s entered refrigerator\n", current->comm); in __refrigerator() 92 pr_debug("%s left refrigerator\n", current->comm); in __refrigerator()
|
| A D | capability.c | 42 current->comm); in warn_legacy_capability_use() 64 current->comm); in warn_deprecated_v2()
|
| A D | sys.c | 2459 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5() local 2515 comm[sizeof(me->comm) - 1] = 0; in SYSCALL_DEFINE5() 2516 if (strncpy_from_user(comm, (char __user *)arg2, in SYSCALL_DEFINE5() 2517 sizeof(me->comm) - 1) < 0) in SYSCALL_DEFINE5() 2519 set_task_comm(me, comm); in SYSCALL_DEFINE5() 2523 get_task_comm(comm, me); in SYSCALL_DEFINE5() 2524 if (copy_to_user((char __user *)arg2, comm, sizeof(comm))) in SYSCALL_DEFINE5()
|
| A D | auditsc.c | 1098 char *comm) in audit_log_pid_context() argument 1121 audit_log_untrustedstring(ab, comm); in audit_log_pid_context() 2726 strscpy(context->target_comm, t->comm); in __audit_ptrace() 2753 strscpy(ctx->target_comm, t->comm); in audit_signal_info_syscall() 2775 strscpy(axp->target_comm[axp->pid_count], t->comm); in audit_signal_info_syscall() 2922 char comm[sizeof(current->comm)]; in __audit_log_nfcfg() local 2933 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in __audit_log_nfcfg() 2943 char comm[sizeof(current->comm)]; in audit_log_task() local 2956 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
|
| A D | scs.c | 149 tsk->comm, task_pid_nr(tsk), used); in scs_check_usage()
|
| A D | audit.c | 1603 char comm[sizeof(current->comm)]; in audit_log_multicast() local 1624 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_multicast() 2246 char comm[sizeof(current->comm)]; in audit_log_task_info() local 2273 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
|
| A D | cred.c | 26 current->comm, current->pid, ##__VA_ARGS__) 32 current->comm, current->pid, ##__VA_ARGS__); \
|
| A D | tsacct.c | 79 strscpy_pad(stats->ac_comm, tsk->comm); in bacct_add_tsk()
|
| A D | kthread.c | 111 strscpy(buf, tsk->comm, buf_size); in get_kthread_comm() 819 static const char comm[TASK_COMM_LEN] = "kthreadd"; in kthreadd() local 823 set_task_comm(tsk, comm); in kthreadd()
|
| /kernel/trace/ |
| A D | trace_sched_switch.c | 275 set_cmdline(idx, tsk->comm); in trace_save_cmdline() 282 static void __trace_find_cmdline(int pid, char comm[]) in __trace_find_cmdline() argument 288 strcpy(comm, "<idle>"); in __trace_find_cmdline() 293 strcpy(comm, "<XXX>"); in __trace_find_cmdline() 302 strscpy(comm, get_saved_cmdlines(map), TASK_COMM_LEN); in __trace_find_cmdline() 306 strcpy(comm, "<...>"); in __trace_find_cmdline() 309 void trace_find_cmdline(int pid, char comm[]) in trace_find_cmdline() argument 314 __trace_find_cmdline(pid, comm); in trace_find_cmdline()
|
| A D | trace_output.c | 529 char comm[TASK_COMM_LEN]; in lat_print_generic() local 531 trace_find_cmdline(entry->pid, comm); in lat_print_generic() 534 comm, entry->pid, cpu); in lat_print_generic() 633 char comm[TASK_COMM_LEN]; in trace_print_context() local 635 trace_find_cmdline(entry->pid, comm); in trace_print_context() 675 char comm[TASK_COMM_LEN]; in trace_print_lat_context() local 677 trace_find_cmdline(entry->pid, comm); in trace_print_lat_context() 681 comm, entry->pid, iter->cpu, entry->flags, in trace_print_lat_context() 1218 char comm[TASK_COMM_LEN]; in trace_ctxwake_print() local 1226 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print() [all …]
|
| A D | trace_events_hist.c | 677 char *comm; member 718 kfree(elt_data->comm); in track_data_free() 754 if (!elt_data->comm) { in track_data_alloc() 1612 strscpy(comm, task->comm, TASK_COMM_LEN); in save_comm() 1624 kfree(elt_data->comm); in hist_elt_data_free() 1695 if (elt_data->comm) in hist_trigger_elt_data_init() 3428 if (elt_data->comm) in cond_snapshot_update() 3429 strscpy(track_elt_data->comm, elt_data->comm, TASK_COMM_LEN); in cond_snapshot_update() 5485 char *comm; in hist_trigger_print_key() local 5490 comm = elt_data->comm; in hist_trigger_print_key() [all …]
|
| A D | trace_functions_graph.c | 514 char comm[TASK_COMM_LEN]; in print_graph_proc() local 521 trace_find_cmdline(pid, comm); in print_graph_proc() 522 comm[7] = '\0'; in print_graph_proc() 526 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc() 535 trace_seq_printf(s, "%s-%s", comm, pid_str); in print_graph_proc()
|
| A D | trace_uprobe.c | 159 ret = strscpy(dst, current->comm, maxlen); in fetch_store_string() 193 len = strlen(current->comm) + 1; in fetch_store_strlen() 434 if (strcmp(orig->tp.args[i].comm, in trace_uprobe_has_same_uprobe() 435 comp->tp.args[i].comm)) in trace_uprobe_has_same_uprobe() 783 seq_printf(m, " %s=%s", tu->tp.args[i].name, tu->tp.args[i].comm); in trace_uprobe_show()
|
| A D | trace_probe_tmpl.h | 110 *val = (unsigned long)current->comm; in process_common_fetch_insn()
|
| A D | trace_osnoise.c | 1986 char comm[24]; in start_kthread() local 1993 snprintf(comm, 24, "timerlat/%d", cpu); in start_kthread() 2002 snprintf(comm, 24, "osnoise/%d", cpu); in start_kthread() 2005 kthread = kthread_run_on_cpu(main, NULL, cpu, comm); in start_kthread()
|
| A D | trace_fprobe.c | 897 if (strcmp(orig->tp.args[i].comm, in trace_fprobe_has_same_fprobe() 898 comp->tp.args[i].comm)) in trace_fprobe_has_same_fprobe() 1446 seq_printf(m, " %s=%s", tf->tp.args[i].name, tf->tp.args[i].comm); in trace_fprobe_show()
|
| /kernel/locking/ |
| A D | spinlock_debug.c | 63 current->comm, task_pid_nr(current)); in spin_dump() 67 owner ? owner->comm : "<none>", in spin_dump() 152 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
|
| A D | lockdep.c | 794 str_plural(depth), p->comm, task_pid_nr(p)); in lockdep_print_held_locks() 1966 curr->comm, task_pid_nr(curr)); in print_circular_bug_header() 2570 curr->comm, task_pid_nr(curr), in print_bad_irq_dependency() 3026 curr->comm, task_pid_nr(curr)); in print_deadlock_bug() 4025 curr->comm, task_pid_nr(curr), in print_usage_bug() 4087 curr->comm, task_pid_nr(curr)); in print_irq_inversion_bug() 5289 curr->comm, task_pid_nr(curr)); in print_unlock_imbalance_bug() 6021 curr->comm, task_pid_nr(curr)); in print_lock_contention_bug() 6688 curr->comm, task_pid_nr(curr), mem_from, mem_to-1); in print_freed_lock_bug() 6747 current->comm, task_pid_nr(current)); in print_held_locks_bug() [all …]
|
| /kernel/livepatch/ |
| A D | transition.c | 337 __func__, task->comm, task->pid); in klp_try_switch_task() 341 __func__, task->comm, task->pid); in klp_try_switch_task() 345 __func__, task->comm, task->pid, old_name); in klp_try_switch_task() 350 __func__, ret, task->comm, task->pid); in klp_try_switch_task()
|
| /kernel/trace/rv/monitors/sleep/ |
| A D | sleep.c | 67 if (strstarts(task->comm, "migration/")) in ltl_atoms_init() 72 if (strstarts(task->comm, "rcu")) in ltl_atoms_init()
|
| /kernel/time/ |
| A D | itimer.c | 366 current->comm); in SYSCALL_DEFINE3() 413 current->comm); in COMPAT_SYSCALL_DEFINE3()
|
| /kernel/sched/ |
| A D | ext.c | 2157 dsq_id, p->comm, p->pid); in find_dsq_for_dispatch() 2179 p->comm, p->pid); in mark_direct_dispatch() 2182 ddsp_task->comm, ddsp_task->pid, in mark_direct_dispatch() 2183 p->comm, p->pid); in mark_direct_dispatch() 2228 p->comm, p->pid, opss); in direct_dispatch() 2648 cpu, p->comm, p->pid); in task_can_run_on_remote_rq() 3459 p->comm, p->pid, __func__); in pick_task_scx() 3784 prev_state, state, p->comm, p->pid); in scx_set_task_state() 3835 p->comm, p->pid); in scx_init_task() 5328 rq->curr->comm, rq->curr->pid, in scx_dump_state() [all …]
|