Home
last modified time | relevance | path

Searched refs:schedstat_cpu (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-sched.c3938 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 Dbuiltin-inject.c2660 inject.tool.schedstat_cpu = perf_event__repipe_op2_synth; in cmd_inject()
/linux/tools/perf/util/
H A Dtool.h85 schedstat_cpu, member
H A Devent.c578 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 Dtool.c338 tool->schedstat_cpu = process_schedstat_cpu_stub; in perf_tool__init()
H A Dsynthetic-events.c2548 cs = &event->schedstat_cpu; in __synthesize_schedstat_cpu()
H A Dsession.c1689 err = tool->schedstat_cpu(tool, session, event); in perf_session__process_user_event()
/linux/tools/lib/perf/include/perf/
H A Devent.h632 struct perf_record_schedstat_cpu schedstat_cpu; member