Searched refs:schedstat_cpu (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 3938 struct schedstat_cpu { struct 3945 static struct schedstat_cpu *cpu_second_pass; argument 3950 static void store_schedstat_cpu_diff(struct schedstat_cpu *after_workload) in store_schedstat_cpu_diff() 4120 static void summarize_schedstat_cpu(struct schedstat_cpu *summary_cpu, in summarize_schedstat_cpu() 4121 struct schedstat_cpu *cptr, in summarize_schedstat_cpu() 4173 struct schedstat_cpu *cptr = list_first_entry(head, struct schedstat_cpu, cpu_list); in get_all_cpu_stats() 4174 struct schedstat_cpu *summary_head = NULL; in get_all_cpu_stats() 4232 struct schedstat_cpu *cptr1 = list_first_entry(head1, struct schedstat_cpu, cpu_list); in show_schedstat_data() 4236 struct schedstat_cpu *cptr2 = NULL; in show_schedstat_data() 4256 cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list); in show_schedstat_data() [all …]
|
| H A D | builtin-inject.c | 2660 inject.tool.schedstat_cpu = perf_event__repipe_op2_synth; in cmd_inject()
|
| /linux/tools/perf/util/ |
| H A D | tool.h | 85 schedstat_cpu, member
|
| H A D | event.c | 578 struct perf_record_schedstat_cpu *cs = &event->schedstat_cpu; in perf_event__fprintf_schedstat_cpu() 598 event->schedstat_cpu.version); in perf_event__fprintf_schedstat_cpu()
|
| H A D | tool.c | 338 tool->schedstat_cpu = process_schedstat_cpu_stub; in perf_tool__init()
|
| H A D | synthetic-events.c | 2548 cs = &event->schedstat_cpu; in __synthesize_schedstat_cpu()
|
| H A D | session.c | 1689 err = tool->schedstat_cpu(tool, session, event); in perf_session__process_user_event()
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | event.h | 632 struct perf_record_schedstat_cpu schedstat_cpu; member
|