Searched refs:np_pid (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | intel-pt-events.py | 405 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): argument 426 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1516 pid_t np_pid = -1, np_tid = -1; in python_do_process_switch() local 1524 np_pid = event->context_switch.next_prev_pid; in python_do_process_switch() 1536 tuple_set_s32(t, 4, np_pid); in python_do_process_switch()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-script-python.txt | 563 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x):
|