Searched refs:np_tid (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/tools/perf/scripts/python/ |
| D | intel-pt-events.py | 338 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): argument 354 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
|
| /Linux-v5.15/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 1463 pid_t np_pid = -1, np_tid = -1; in python_do_process_switch() local 1472 np_tid = event->context_switch.next_prev_tid; in python_do_process_switch() 1484 tuple_set_s32(t, 5, np_tid); in python_do_process_switch()
|
| /Linux-v5.15/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):
|