Searched refs:newcomm (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/trace/events/
H A Dtask.h43 __array( char, newcomm, TASK_COMM_LEN)
50 strscpy(entry->newcomm, comm, TASK_COMM_LEN);
54 TP_printk("pid=%d oldcomm=%s newcomm=%s oom_score_adj=%hd",
56 __entry->newcomm, __entry->oom_score_adj)
/linux-master/samples/bpf/
H A Dtest_overhead_kprobe.bpf.c19 char newcomm[TASK_COMM_LEN] = {}; local
27 bpf_core_read_str(newcomm, sizeof(newcomm),

Completed in 242 milliseconds