Home
last modified time | relevance | path

Searched refs:out_preempt (Results 1 – 3 of 3) 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
473 if out_preempt:
/linux/tools/perf/util/
H A Ddb-export.c563 bool out_preempt = out && in db_export__switch() local
565 int flags = out | (out_preempt << 1); in db_export__switch()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1555 bool out_preempt = out && (event->header.misc & PERF_RECORD_MISC_SWITCH_OUT_PREEMPT); in python_do_process_switch() local
1580 tuple_set_bool(t, 8, out_preempt); in python_do_process_switch()