Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tracepoint.c14 char next_comm[16]; member
Dtest_stacktrace_map.c48 char next_comm[16]; member
/Linux-v5.4/tools/perf/scripts/python/
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)
/Linux-v5.4/tools/perf/python/
Dtracepoint.py43 event.next_comm,
/Linux-v5.4/tools/perf/scripts/perl/
Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/Linux-v5.4/include/trace/events/
Dsched.h151 __array( char, next_comm, TASK_COMM_LEN )
157 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN);
183 __entry->next_comm, __entry->next_pid, __entry->next_prio)
/Linux-v5.4/samples/bpf/
Doffwaketime_kern.c113 char next_comm[16]; member
/Linux-v5.4/Documentation/trace/
Dhistogram.rst1978 $saved_pid,next_prio) if next_comm=="cyclictest"' >> \
2021 onmax($wakeup_lat).save(next_comm,prev_pid,prev_prio,prev_comm) \
2022 if next_comm=="cyclictest"' >> \
2033 next_comm: cyclictest
2038 max: 49 next_comm: cyclictest
2082 onmax($wakeup_lat).save(next_prio,next_comm,prev_pid,prev_prio, \
2084 if next_comm=="cyclictest"' >> \
2096 max: 52 next_prio: 120 next_comm: cyclictest \
2100 max: 572 next_prio: 19 next_comm: cyclictest \
2104 max: 74 next_prio: 19 next_comm: cyclictest \
[all …]
Dftrace.rst3275 …switch: prev_comm=swapper/5 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 …
3276 …rev_comm=snapshot-test-2 prev_pid=2242 prev_prio=120 prev_state=R ==> next_comm=kworker/5:1 next…
3278 …d_switch: prev_comm=swapper/2 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 …
3292 …d_switch: prev_comm=swapper/7 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 …
3293 … prev_comm=snapshot-test-2 prev_pid=2229 prev_prio=120 prev_state=S ==> next_comm=swapper/2 next_p…
3372 …d_switch: prev_comm=swapper/3 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next…
3373 …switch: prev_comm=rcu_preempt prev_pid=9 prev_prio=120 prev_state=S ==> next_comm=swapper/3 next_p…
3376 …ed_switch: prev_comm=bash prev_pid=1998 prev_prio=120 prev_state=R+ ==> next_comm=kworker/0:1 next…
3378 …witch: prev_comm=kworker/0:1 prev_pid=59 prev_prio=120 prev_state=S ==> next_comm=bash next_pid=19…
/Linux-v5.4/tools/perf/
Dbuiltin-sched.c834 *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local
861 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
864 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
2004 const char *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local
2042 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()