Searched defs:switch_tracking (Results 1 - 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | switch-tracking.c | 60 struct switch_tracking { struct 71 static int check_comm(struct switch_tracking *switch_tracking, in check_comm() argument 89 static int check_cpu(struct switch_tracking *switch_tracking, int cpu) in check_cpu() argument 122 process_sample_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_sample_event() argument 172 process_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_event() argument 261 process_events(struct evlist *evlist, struct switch_tracking *switch_tracking) process_events() argument 326 struct switch_tracking switch_tracking = { .tids = NULL, }; test__switch_tracking() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| H A D | switch-tracking.c | 63 struct switch_tracking { struct 74 static int check_comm(struct switch_tracking *switch_tracking, in check_comm() argument 92 static int check_cpu(struct switch_tracking *switch_tracking, int cpu) in check_cpu() argument 125 process_sample_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_sample_event() argument 175 process_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_event() argument 264 process_events(struct evlist *evlist, struct switch_tracking *switch_tracking) process_events() argument 330 struct switch_tracking switch_tracking = { .tids = NULL, }; test__switch_tracking() local [all...] |
| H A D | tests.h | 111 DECLARE_SUITE(switch_tracking); variable
|
Completed in 2 milliseconds