Searched refs:next_comm (Results 1 – 11 of 11) sorted by relevance
/linux/tools/perf/scripts/python/ |
A D | sched-migration.py | 334 next_comm, next_pid, next_prio): argument 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 345 threads[next_pid] = next_comm 423 next_comm, next_pid, next_prio): argument 428 next_comm, next_pid, next_prio)
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_tracepoint.c | 14 char next_comm[16]; member
|
A D | test_stacktrace_map.c | 48 char next_comm[16]; member
|
/linux/Documentation/trace/ |
A D | histogram-design.rst | 1111 sched_switch event fields, next_pid and next_comm, to generate a 1112 wakeup_latency trace event. The next_pid and next_comm event fields 1170 next_pid and next_comm have values var.idx = 1, and var.idx = 2. Note 1263 name: next_comm 1292 var.name: next_comm 1296 ftrace_event_field name: next_comm 1552 var.name: next_comm 1556 ftrace_event_field name: next_comm 2080 name: next_comm 2095 var.name: next_comm [all …]
|
A D | histogram.rst | 2091 $saved_pid,next_prio) if next_comm=="cyclictest"' >> \ 2134 onmax($wakeup_lat).save(next_comm,prev_pid,prev_prio,prev_comm) \ 2135 if next_comm=="cyclictest"' >> \ 2146 next_comm: cyclictest 2151 max: 49 next_comm: cyclictest 2195 onmax($wakeup_lat).save(next_prio,next_comm,prev_pid,prev_prio, \ 2197 if next_comm=="cyclictest"' >> \ 2209 max: 52 next_prio: 120 next_comm: cyclictest \ 2213 max: 572 next_prio: 19 next_comm: cyclictest \ 2217 max: 74 next_prio: 19 next_comm: cyclictest \ [all …]
|
A D | ftrace.rst | 3338 …switch: prev_comm=swapper/5 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 … 3339 …rev_comm=snapshot-test-2 prev_pid=2242 prev_prio=120 prev_state=R ==> next_comm=kworker/5:1 next… 3341 …d_switch: prev_comm=swapper/2 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 … 3355 …d_switch: prev_comm=swapper/7 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 … 3356 … prev_comm=snapshot-test-2 prev_pid=2229 prev_prio=120 prev_state=S ==> next_comm=swapper/2 next_p… 3435 …d_switch: prev_comm=swapper/3 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next… 3436 …switch: prev_comm=rcu_preempt prev_pid=9 prev_prio=120 prev_state=S ==> next_comm=swapper/3 next_p… 3439 …ed_switch: prev_comm=bash prev_pid=1998 prev_prio=120 prev_state=R+ ==> next_comm=kworker/0:1 next… 3441 …witch: prev_comm=kworker/0:1 prev_pid=59 prev_prio=120 prev_state=S ==> next_comm=bash next_pid=19…
|
/linux/tools/perf/python/ |
A D | tracepoint.py | 43 event.next_comm,
|
/linux/tools/perf/scripts/perl/ |
A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/linux/include/trace/events/ |
A D | sched.h | 233 __array( char, next_comm, TASK_COMM_LEN ) 239 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN); 265 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
/linux/samples/bpf/ |
A D | offwaketime_kern.c | 120 char next_comm[16]; member
|
/linux/tools/perf/ |
A D | builtin-sched.c | 838 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local 865 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 868 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 2009 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local 2050 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
|
Completed in 31 milliseconds