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