Home
last modified time | relevance | path

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

/linux/samples/trace_events/
H A Dtrace_custom_sched.h45 __field( pid_t, next_pid )
50 __entry->next_pid = next->pid;
54 TP_printk("prev_prio=%d next_pid=%d next_prio=%d",
55 __entry->prev_prio, __entry->next_pid, __entry->next_prio)
/linux/Documentation/trace/
H A Dhistogram-design.rst367 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0' >>
600 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0' >> | |
728 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0' >> events/sched/sched_switch/trigger
800 # trigger info: hist:keys=next_pid:vals=hitcount:wakeup_lat=common_timestamp.usecs-$ts0:sort=hitcount:size=2048:clock=global [active]
832 ftrace_event_field name: next_pid
852 # echo '!hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0' >> events/sched/sched_switch/trigger
866 next_pid field on this sched_switch event, we retrieve the
871 could equivalently be written trace(wakeup_latency,$wakeup_lat,next_pid)
874 next_pid isn't, since it's just naming a field in the sched_switch
903 next_pid int
[all...]
H A Dhistogram.rst1712 'next_pid'::
1714 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \
1718 same pid as 'next_pid'.
1736 # echo 'hist:keys=next_pid:ts1=common_timestamp ...' >> event/trigger
1764 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ...' >> event2/trigger
1783 # echo 'hist:keys=next_pid:timestamp_secs=common_timestamp/1000000 ...' >> event/trigger
1787 # echo 'hist:keys=next_pid:us_per_sec=1000000 ...' >> event/trigger
1788 # echo 'hist:keys=next_pid:timestamp_secs=common_timestamp/$us_per_sec ...' >> event/trigger
1952 # echo 'hist:keys=next_pid:ts=common_timestamp.usecs,st=common_stacktrace if prev_state == 2' >> events/sched/sched_switch/trigger
2247 CPU by a sched_switch event (saved_pid matches next_pid), calculat
[all...]
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/tracing/dynamic_events
136 Note, without adding the "u32" after the prev_pid and next_pid, the values
/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/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c15 int next_pid; member
H A Dtest_stacktrace_map.c49 int next_pid; member
/linux/kernel/trace/
H A Dtrace_entries.h171 __field( unsigned int, next_pid ) \
188 __entry->next_pid, __entry->next_prio, __entry->next_state,
206 __entry->next_pid, __entry->next_prio, __entry->next_state,
H A Dtrace_output.c1226 trace_find_cmdline(field->next_pid, comm); in trace_ctxwake_print()
1233 field->next_pid, in trace_ctxwake_print()
1267 field->next_pid, in trace_ctxwake_raw()
1303 SEQ_PUT_HEX_FIELD(s, field->next_pid); in trace_ctxwake_hex()
1334 SEQ_PUT_FIELD(s, field->next_pid); in trace_ctxwake_bin()
H A Dtrace_sched_wakeup.c409 entry->next_pid = next->pid; in tracing_sched_switch_trace()
435 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
/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/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()
1636 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1680 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1805 next_pid = evsel__intval(evsel, sample, "next_pid"); process_sched_switch_event() local
2176 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); timehist_print_sample() local
2774 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); timehist_update_task_prio() local
[all...]