Home
last modified time | relevance | path

Searched refs:np_pid (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py466 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): argument
489 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1564 pid_t np_pid = -1, np_tid = -1; in python_do_process_switch() local
1572 np_pid = event->context_switch.next_prev_pid; in python_do_process_switch()
1584 tuple_set_s32(t, 4, np_pid); in python_do_process_switch()