Searched defs:context_switch (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/perf/python/ |
D | twatch.py | 11 def main(context_switch = 0, thread = -1): argument
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | intel-pt-events.py | 405 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): function
|
/linux-6.1.9/tools/perf/util/ |
D | tool.h | 58 context_switch, member
|
D | python.c | 814 context_switch = 0, in pyrf_evsel__init() local
|
/linux-6.1.9/tools/lib/perf/include/perf/ |
D | event.h | 493 struct perf_record_switch context_switch; member
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | perf_event.h | 446 context_switch : 1, /* context switch data */ member
|
/linux-6.1.9/include/uapi/linux/ |
D | perf_event.h | 446 context_switch : 1, /* context switch data */ member
|
/linux-6.1.9/kernel/sched/ |
D | core.c | 5186 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() function
|
/linux-6.1.9/drivers/misc/habanalabs/common/ |
D | habanalabs.h | 1589 int (*context_switch)(struct hl_device *hdev, u32 asid); member
|