Searched defs:context_switch (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/python/ |
A D | twatch.py | 11 def main(context_switch = 0, thread = -1): argument
|
/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): function
|
/linux/tools/perf/util/ |
A D | tool.h | 57 context_switch, member
|
A D | python.c | 801 context_switch = 0, in pyrf_evsel__init() local
|
/linux/tools/lib/perf/include/perf/ |
A D | event.h | 423 struct perf_record_switch context_switch; member
|
/linux/tools/include/uapi/linux/ |
A D | perf_event.h | 400 context_switch : 1, /* context switch data */ member
|
/linux/include/uapi/linux/ |
A D | perf_event.h | 400 context_switch : 1, /* context switch data */ member
|
/linux/drivers/misc/habanalabs/common/ |
A D | habanalabs.h | 1235 int (*context_switch)(struct hl_device *hdev, u32 asid); member
|
/linux/kernel/sched/ |
A D | core.c | 4921 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() function
|
Completed in 46 milliseconds