perf_counts 1939 tools/perf/builtin-script.c counts = perf_counts(counter->counts, cpu, thread); perf_counts 256 tools/perf/builtin-stat.c perf_counts(counter->counts, cpu, thread); perf_counts 288 tools/perf/builtin-stat.c count = perf_counts(counter->counts, cpu, thread); perf_counts 297 tools/perf/builtin-stat.c perf_counts(counter->counts, cpu, thread)->ena = 0; perf_counts 298 tools/perf/builtin-stat.c perf_counts(counter->counts, cpu, thread)->run = 0; perf_counts 113 tools/perf/tests/openat-syscall-all-cpus.c if (perf_counts(evsel->counts, cpu, 0)->val != expected) { perf_counts 115 tools/perf/tests/openat-syscall-all-cpus.c expected, cpus->map[cpu], perf_counts(evsel->counts, cpu, 0)->val); perf_counts 54 tools/perf/tests/openat-syscall.c if (perf_counts(evsel->counts, 0, 0)->val != nr_openat_calls) { perf_counts 56 tools/perf/tests/openat-syscall.c nr_openat_calls, perf_counts(evsel->counts, 0, 0)->val); perf_counts 8 tools/perf/util/counts.c struct perf_counts *perf_counts__new(int ncpus, int nthreads) perf_counts 10 tools/perf/util/counts.c struct perf_counts *counts = zalloc(sizeof(*counts)); perf_counts 36 tools/perf/util/counts.c void perf_counts__delete(struct perf_counts *counts) perf_counts 45 tools/perf/util/counts.c static void perf_counts__reset(struct perf_counts *counts) perf_counts 21 tools/perf/util/counts.h perf_counts(struct perf_counts *counts, int cpu, int thread) perf_counts 27 tools/perf/util/counts.h perf_counts__is_loaded(struct perf_counts *counts, int cpu, int thread) perf_counts 33 tools/perf/util/counts.h perf_counts__set_loaded(struct perf_counts *counts, int cpu, int thread, bool loaded) perf_counts 38 tools/perf/util/counts.h struct perf_counts *perf_counts__new(int ncpus, int nthreads); perf_counts 39 tools/perf/util/counts.h void perf_counts__delete(struct perf_counts *counts); perf_counts 1278 tools/perf/util/evsel.c tmp = *perf_counts(evsel->prev_raw_counts, cpu, thread); perf_counts 1279 tools/perf/util/evsel.c *perf_counts(evsel->prev_raw_counts, cpu, thread) = *count; perf_counts 1309 tools/perf/util/evsel.c struct perf_counts_values *count = perf_counts(evsel->counts, cpu, thread); perf_counts 1320 tools/perf/util/evsel.c count = perf_counts(counter->counts, cpu, thread); perf_counts 1425 tools/perf/util/evsel.c *perf_counts(evsel->counts, cpu, thread) = count; perf_counts 17 tools/perf/util/evsel.h struct perf_counts; perf_counts 47 tools/perf/util/evsel.h struct perf_counts *counts; perf_counts 48 tools/perf/util/evsel.h struct perf_counts *prev_raw_counts; perf_counts 1409 tools/perf/util/scripting-engines/trace-event-python.c perf_counts(counter->counts, cpu, thread)); perf_counts 507 tools/perf/util/stat-display.c val += perf_counts(counter->counts, cpu, 0)->val; perf_counts 602 tools/perf/util/stat-display.c counts = perf_counts(counter->counts, cpu, 0); perf_counts 712 tools/perf/util/stat-display.c val += perf_counts(counter->counts, cpu, thread)->val; perf_counts 713 tools/perf/util/stat-display.c ena += perf_counts(counter->counts, cpu, thread)->ena; perf_counts 714 tools/perf/util/stat-display.c run += perf_counts(counter->counts, cpu, thread)->run; perf_counts 825 tools/perf/util/stat-display.c ad->val += perf_counts(counter->counts, ad->cpu, 0)->val; perf_counts 826 tools/perf/util/stat-display.c ad->ena += perf_counts(counter->counts, ad->cpu, 0)->ena; perf_counts 827 tools/perf/util/stat-display.c ad->run += perf_counts(counter->counts, ad->cpu, 0)->run; perf_counts 883 tools/perf/util/stat-display.c val = perf_counts(counter->counts, cpu, 0)->val; perf_counts 884 tools/perf/util/stat-display.c ena = perf_counts(counter->counts, cpu, 0)->ena; perf_counts 885 tools/perf/util/stat-display.c run = perf_counts(counter->counts, cpu, 0)->run; perf_counts 150 tools/perf/util/stat.c struct perf_counts *counts; perf_counts 345 tools/perf/util/stat.c perf_counts(counter->counts, cpu, thread))) perf_counts 420 tools/perf/util/stat.c *perf_counts(counter->counts, st->cpu, st->thread) = count;