Home
last modified time | relevance | path

Searched refs:next_pid (Results 1 – 17 of 17) sorted by relevance

/linux/samples/trace_events/
H A Dtrace_custom_sched.h45 __field( pid_t, next_pid )
50 __entry->next_pid = next->pid;
55 __entry->prev_prio, __entry->next_pid, __entry->next_prio)
/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
346 self.current_tsk[headers.cpu] = next_pid
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
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
934 _handle_task_start(next_pid, common_cpu, next_comm, time)
/linux/kernel/trace/
H A Dtrace_entries.h172 __field( unsigned int, next_pid ) \
189 __entry->next_pid, __entry->next_prio, __entry->next_state,
207 __entry->next_pid, __entry->next_prio, __entry->next_state,
H A Dtrace_output.c1249 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print()
1256 field->next_pid, in trace_ctxwake_print()
1290 field->next_pid, in trace_ctxwake_raw()
1326 SEQ_PUT_HEX_FIELD(s, field->next_pid); in trace_ctxwake_hex()
1357 SEQ_PUT_FIELD(s, field->next_pid); in trace_ctxwake_bin()
H A Dtrace_sched_wakeup.c405 entry->next_pid = next->pid; in tracing_sched_switch_trace()
431 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c15 int next_pid; member
H A Dtest_stacktrace_map.c
/linux/tools/perf/python/
H A Dtracepoint.py44 print("time %u prev_comm=%s prev_pid=%d prev_prio=%d prev_state=0x%x ==> next_comm=%s next_pid=%d next_prio=%d" % (
51 event.next_pid,
/linux/Documentation/trace/
H A Dfprobetrace.rst127 # echo 't sched_switch preempt prev_pid=prev->pid next_pid=next->pid' >> dynamic_events
199 …rev_comm=sh prev_pid=70 prev_prio=120 prev_state=S ==> next_comm=swapper/0 next_pid=0 next_prio=120
201 …swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next_pid=16 next_prio=120
203 …rcu_preempt prev_pid=16 prev_prio=120 prev_state=I ==> next_comm=swapper/0 next_pid=0 next_prio=120
205 …swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next_pid=16 next_prio=120
H A Deprobetrace.rst91 field:pid_t next_pid; offset:56; size:4; signed:1;
105 …# echo 'e:sched/switch sched.sched_switch prev=$prev_pid:u32 next=$next_pid:u32' >> /sys/kernel/tr…
136 Note, without adding the "u32" after the prev_pid and next_pid, the values
H A Dftrace.rst3589 …5 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2242 next_prio=120
3590 …st-2 prev_pid=2242 prev_prio=120 prev_state=R ==> next_comm=kworker/5:1 next_pid=60 next_prio=120
3592 …r/2 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2229 next_prio=12…
3606 …r/7 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=snapshot-test-2 next_pid=2243 next_prio=120
3607 …ot-test-2 prev_pid=2229 prev_prio=120 prev_state=S ==> next_comm=swapper/2 next_pid=0 next_prio=120
3686 …=swapper/3 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next_pid=9 next_prio=120
3687 …=rcu_preempt prev_pid=9 prev_prio=120 prev_state=S ==> next_comm=swapper/3 next_pid=0 next_prio=120
3690 …=bash prev_pid=1998 prev_prio=120 prev_state=R+ ==> next_comm=kworker/0:1 next_pid=59 next_prio=120
3692 …m=kworker/0:1 prev_pid=59 prev_prio=120 prev_state=S ==> next_comm=bash next_pid=1998 next_prio=120
/linux/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/linux/tools/perf/
H A Dbuiltin-sched.c850 next_pid = evsel__intval(evsel, sample, "next_pid"); 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()
1135 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local
1158 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1625 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1669 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1794 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
1808 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
2165 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
[all …]
H A Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument
466 p = find_create_pid(tchart, next_pid); in sched_switch()
474 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch()
648 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local
651 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
/linux/include/trace/events/
H A Dsched.h235 __field( pid_t, next_pid )
245 __entry->next_pid = next->pid;
266 __entry->next_comm, __entry->next_pid, __entry->next_prio)
/linux/Documentation/arch/powerpc/
H A Dvpa-dtl.rst152 …m=migration/9 prev_pid=67 prev_prio=0 prev_state=S ==> next_comm=swapper/9 next_pid=0 next_prio=120