Searched refs:next_prev_pid (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/lib/perf/include/perf/
H A Devent.h144 __u32 next_prev_pid; member in struct:perf_record_switch
/linux-master/tools/perf/util/
H A Ddb-export.c580 pid_t pid = event->context_switch.next_prev_pid;
H A Dpython.c569 member_def(perf_record_switch, next_prev_pid, T_UINT, "next/prev pid"),
579 if (asprintf(&s, "{ type: context_switch, next_prev_pid: %u, next_prev_tid: %u, switch_out: %u }",
580 pevent->event.context_switch.next_prev_pid,
H A Devent.c463 event->context_switch.next_prev_pid,
H A Darm-spe.c889 pid = event->context_switch.next_prev_pid;
H A Dsession.c684 event->context_switch.next_prev_pid =
685 bswap_32(event->context_switch.next_prev_pid);
H A Dcs-etm.c2727 event->context_switch.next_prev_pid,
H A Dintel-pt.c3320 pid = event->context_switch.next_prev_pid;
/linux-master/tools/perf/
H A Dbuiltin-inject.c1672 u32 pid = event->context_switch.next_prev_pid;
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1572 np_pid = event->context_switch.next_prev_pid;
/linux-master/kernel/events/
H A Dcore.c9022 u32 next_prev_pid; member in struct:perf_switch_event::__anon2883
9049 se->event_id.next_prev_pid =
9087 /* .next_prev_pid */

Completed in 204 milliseconds