Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/python/
Dtwatch.py18 def main(context_switch = 0, thread = -1): argument
/Linux-v4.19/tools/perf/util/
Dtool.h57 context_switch, member
Dpython.c729 context_switch = 0, in pyrf_evsel__init() local
Devent.h646 struct context_switch_event context_switch; member
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h372 context_switch : 1, /* context switch data */ member
/Linux-v4.19/include/uapi/linux/
Dperf_event.h372 context_switch : 1, /* context switch data */ member
/Linux-v4.19/kernel/sched/
Dcore.c2785 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() function