Searched defs:context_switch (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/python/ |
D | twatch.py | 11 def main(context_switch = 0, thread = -1): argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | tool.h | 56 context_switch, member
|
D | python.c | 762 context_switch = 0, in pyrf_evsel__init() local
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
D | event.h | 407 struct perf_record_switch context_switch; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | perf_event.h | 224 context_switch : 1, member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | perf_event.h | 379 context_switch : 1, /* context switch data */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | perf_event.h | 206 …clude_callchain_user : 1, mmap2 : 1, comm_exec : 1, use_clockid : 1, context_switch : 1, write_bac… member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | perf_event.h | 379 context_switch : 1, /* context switch data */ member
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
D | habanalabs.h | 764 int (*context_switch)(struct hl_device *hdev, u32 asid); member
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 3921 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() function
|