Home
last modified time | relevance | path

Searched refs:next_comm (Results 1 – 14 of 14) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dsched-migration.py334 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)
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
932 next_comm = _filter_non_printable(next_comm)
934 _handle_task_start(next_pid, common_cpu, next_comm, time)
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c14 char next_comm[TASK_COMM_LEN]; member
H A Dstacktrace_map.c48 char next_comm[TASK_COMM_LEN]; member
/linux/tools/perf/python/
H A Dtracepoint.py50 event.next_comm,
/linux/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/linux/Documentation/trace/
H A Dhistogram-design.rst1114 sched_switch event fields, next_pid and next_comm, to generate a
1115 wakeup_latency trace event. The next_pid and next_comm event fields
1118 …cs-$ts0:onmatch(sched.sched_waking).wakeup_latency($wakeup_lat,next_pid,next_comm)' >> /sys/kernel…
1173 next_pid and next_comm have values var.idx = 1, and var.idx = 2. Note
1191 …48:clock=global:onmatch(sched.sched_waking).wakeup_latency($wakeup_lat,next_pid,next_comm) [active]
1266 name: next_comm
1295 var.name: next_comm
1299 ftrace_event_field name: next_comm
1311 …cs-$ts0:onmatch(sched.sched_waking).wakeup_latency($wakeup_lat,next_pid,next_comm)' >> /sys/kernel…
1368 onmax($wakeup_lat).save(next_comm,prev_pid,prev_prio,prev_comm)' >>
[all …]
H A Dfprobetrace.rst199 …: sched_switch: prev_comm=sh prev_pid=70 prev_prio=120 prev_state=S ==> next_comm=swapper/0 next_p…
201 …d_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next…
203 …witch: prev_comm=rcu_preempt prev_pid=16 prev_prio=120 prev_state=I ==> next_comm=swapper/0 next_p…
205 …d_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next…
H A Dhistogram.rst2253 $saved_pid,next_prio) if next_comm=="cyclictest"' >> \
2296 onmax($wakeup_lat).save(next_comm,prev_pid,prev_prio,prev_comm) \
2297 if next_comm=="cyclictest"' >> \
2308 next_comm: cyclictest
2313 max: 49 next_comm: cyclictest
2357 onmax($wakeup_lat).save(next_prio,next_comm,prev_pid,prev_prio, \
2359 if next_comm=="cyclictest"' >> \
2371 max: 52 next_prio: 120 next_comm: cyclictest \
2375 max: 572 next_prio: 19 next_comm: cyclictest \
2379 max: 74 next_prio: 19 next_comm: cyclictest \
[all …]
H A Deprobetrace.rst90 field:char next_comm[16]; offset:40; size:16; signed:0;
H A Dftrace.rst3581 …switch: prev_comm=swapper/5 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 …
3582 …rev_comm=snapshot-test-2 prev_pid=2242 prev_prio=120 prev_state=R ==> next_comm=kworker/5:1 next…
3584 …d_switch: prev_comm=swapper/2 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 …
3598 …d_switch: prev_comm=swapper/7 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 …
3599 … prev_comm=snapshot-test-2 prev_pid=2229 prev_prio=120 prev_state=S ==> next_comm=swapper/2 next_p…
3678 …d_switch: prev_comm=swapper/3 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next…
3679 …switch: prev_comm=rcu_preempt prev_pid=9 prev_prio=120 prev_state=S ==> next_comm=swapper/3 next_p…
3682 …ed_switch: prev_comm=bash prev_pid=1998 prev_prio=120 prev_state=R+ ==> next_comm=kworker/0:1 next…
3684 …witch: prev_comm=kworker/0:1 prev_pid=59 prev_prio=120 prev_state=S ==> next_comm=bash next_pid=19…
/linux/include/trace/events/
H A Dsched.h234 __array( char, next_comm, TASK_COMM_LEN )
244 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN);
266 __entry->next_comm, __entry->next_pid, __entry->next_prio)
/linux/Documentation/arch/powerpc/
H A Dvpa-dtl.rst152 …_switch: prev_comm=migration/9 prev_pid=67 prev_prio=0 prev_state=S ==> next_comm=swapper/9 next_p…
/linux/tools/perf/
H A Dbuiltin-sched.c848 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local
874 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
877 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
2164 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local
2215 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()