Searched refs:out_preempt (Results 1 – 4 of 4) 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 345 if out_preempt:
|
/Linux-v5.15/tools/perf/util/ |
D | db-export.c | 552 bool out_preempt = out && in db_export__switch() local 554 int flags = out | (out_preempt << 1); in db_export__switch()
|
/Linux-v5.15/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1462 bool out_preempt = out && (event->header.misc & PERF_RECORD_MISC_SWITCH_OUT_PREEMPT); in python_do_process_switch() local 1487 tuple_set_bool(t, 8, out_preempt); 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):
|