Home
last modified time | relevance | path

Searched defs:context_switch (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/python/
H A Dtwatch.py11 def main(context_switch = 0, thread = -1): argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtool.h56 context_switch, member
H A Dpython.c762 context_switch = 0, in pyrf_evsel__init() local
/OK3568_Linux_fs/kernel/tools/lib/perf/include/perf/
H A Devent.h407 struct perf_record_switch context_switch; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h372 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h372 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h379 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h379 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs.h764 int (*context_switch)(struct hl_device *hdev, u32 asid); member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c3992 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() function