Home
last modified time | relevance | path

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

/linux/tools/lib/perf/include/perf/
H A Devent.h157 __u32 next_prev_pid;
150 __u32 next_prev_pid; global() member
/linux/tools/perf/util/
H A Ddb-export.c580 pid_t pid = event->context_switch.next_prev_pid; in db_export__switch()
H A Devent.c492 event->context_switch.next_prev_pid, in perf_event__fprintf_switch()
H A Dpython.c1286 member_def(perf_record_switch, next_prev_pid, T_UINT, "next/prev pid"), in pyrf_evlist__init()
1296 if (asprintf(&s, "{ type: context_switch, next_prev_pid: %u, next_prev_tid: %u, switch_out: %u }",
1297 pevent->event.context_switch.next_prev_pid, in pyrf_evlist__all_cpus()
H A Dsession.c442 event->context_switch.next_prev_pid = in perf_event__namespaces_swap()
443 bswap_32(event->context_switch.next_prev_pid); in perf_event__namespaces_swap()
H A Darm-spe.c1431 pid = event->context_switch.next_prev_pid; in arm_spe_process_event()
H A Dcs-etm.c2953 event->context_switch.next_prev_pid, in cs_etm__create_meta_blk()
H A Dintel-pt.c3551 pid = event->context_switch.next_prev_pid; in intel_pt_process_itrace_start()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1565 np_pid = event->context_switch.next_prev_pid; in python_do_process_switch()
/linux/tools/perf/
H A Dbuiltin-inject.c2114 u32 pid = event->context_switch.next_prev_pid; in keep_feat()
/linux/kernel/events/
H A Dcore.c10102 u32 next_prev_pid; member
10129 se->event_id.next_prev_pid = in perf_event_switch_output()