Symbol: schedstat_cpu
tools/lib/perf/include/perf/event.h
632
struct perf_record_schedstat_cpu schedstat_cpu;
tools/perf/builtin-inject.c
2660
inject.tool.schedstat_cpu = perf_event__repipe_op2_synth;
tools/perf/builtin-sched.c
3945
static struct schedstat_cpu *cpu_second_pass;
tools/perf/builtin-sched.c
3950
static void store_schedstat_cpu_diff(struct schedstat_cpu *after_workload)
tools/perf/builtin-sched.c
4120
static void summarize_schedstat_cpu(struct schedstat_cpu *summary_cpu,
tools/perf/builtin-sched.c
4121
struct schedstat_cpu *cptr,
tools/perf/builtin-sched.c
4173
struct schedstat_cpu *cptr = list_first_entry(head, struct schedstat_cpu, cpu_list);
tools/perf/builtin-sched.c
4174
struct schedstat_cpu *summary_head = NULL;
tools/perf/builtin-sched.c
4232
struct schedstat_cpu *cptr1 = list_first_entry(head1, struct schedstat_cpu, cpu_list);
tools/perf/builtin-sched.c
4236
struct schedstat_cpu *cptr2 = NULL;
tools/perf/builtin-sched.c
4256
cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list);
tools/perf/builtin-sched.c
4265
cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list);
tools/perf/builtin-sched.c
4397
this_cpu.cpu = event->schedstat_cpu.cpu;
tools/perf/builtin-sched.c
4410
struct schedstat_cpu *temp = zalloc(sizeof(*temp));
tools/perf/builtin-sched.c
4419
memcpy(temp->cpu_data, &event->schedstat_cpu, sizeof(*temp->cpu_data));
tools/perf/builtin-sched.c
4432
cpu_second_pass = list_first_entry(&cpu_head, struct schedstat_cpu,
tools/perf/builtin-sched.c
4444
struct schedstat_cpu *cpu_tail;
tools/perf/builtin-sched.c
4457
cpu_tail = list_last_entry(&cpu_head, struct schedstat_cpu, cpu_list);
tools/perf/builtin-sched.c
4471
struct schedstat_cpu *cptr, *n2;
tools/perf/builtin-sched.c
4494
sched->tool.schedstat_cpu = perf_sched__process_schedstat;
tools/perf/builtin-sched.c
4563
sched->tool.schedstat_cpu = perf_sched__process_schedstat;
tools/perf/util/event.c
578
struct perf_record_schedstat_cpu *cs = &event->schedstat_cpu;
tools/perf/util/event.c
598
event->schedstat_cpu.version);
tools/perf/util/session.c
1689
err = tool->schedstat_cpu(tool, session, event);
tools/perf/util/synthetic-events.c
2553
cs = &event->schedstat_cpu;
tools/perf/util/tool.c
338
tool->schedstat_cpu = process_schedstat_cpu_stub;
tools/perf/util/tool.h
85
schedstat_cpu,