Home
last modified time | relevance | path

Searched refs:perf_counts (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/util/
H A Dcounts.h12 struct perf_counts { struct
20 perf_counts(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts() function
26 perf_counts__is_loaded(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts__is_loaded()
32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) in perf_counts__set_loaded()
37 struct perf_counts *perf_counts__new(int ncpus, int nthreads);
38 void perf_counts__delete(struct perf_counts *counts);
39 void perf_counts__reset(struct perf_counts *counts);
H A Dcounts.c10 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new()
12 struct perf_counts *counts = zalloc(sizeof(*counts)); in perf_counts__new()
38 void perf_counts__delete(struct perf_counts *counts) in perf_counts__delete()
47 void perf_counts__reset(struct perf_counts *counts) in perf_counts__reset()
H A Dbpf_counter.c245 counts = perf_counts(evsel->counts, idx, 0); in bpf_program_profiler__read()
267 counts = perf_counts(evsel->counts, idx, 0); in bpf_program_profiler__read()
659 counts = perf_counts(evsel->counts, j, 0); in bperf__read()
668 counts = perf_counts(evsel->counts, i, 0); in bperf__read()
675 counts = perf_counts(evsel->counts, 0, i); in bperf__read()
H A Dstat.c158 struct perf_counts *counts; in evsel__alloc_prev_raw_counts()
253 *perf_counts(evsel->counts, idx, thread) = in evsel__copy_prev_raw_counts()
254 *perf_counts(evsel->prev_raw_counts, idx, thread); in evsel__copy_prev_raw_counts()
471 perf_counts(counter->counts, idx, thread))) in process_counter_maps()
670 ptr = perf_counts(counter->counts, cpu_map_idx, st->thread); in perf_event__process_stat_event()
H A Dtool_pmu.c446 count = perf_counts(evsel->counts, cpu_map_idx, thread); in evsel__tool_pmu_read()
459 old_count = perf_counts(evsel->prev_raw_counts, cpu_map_idx, thread); in evsel__tool_pmu_read()
H A Dintel-tpebs.c571 old_count = perf_counts(evsel->prev_raw_counts, cpu_map_idx, thread); in evsel__tpebs_read()
573 count = perf_counts(evsel->counts, cpu_map_idx, thread); in evsel__tpebs_read()
H A Ddrm_pmu.c673 old_count = perf_counts(evsel->prev_raw_counts, cpu_map_idx, thread); in evsel__drm_pmu_read()
675 count = perf_counts(evsel->counts, cpu_map_idx, thread); in evsel__drm_pmu_read()
H A Dhwmon_pmu.c816 old_count = perf_counts(evsel->prev_raw_counts, cpu_map_idx, thread); in evsel__hwmon_pmu_read()
818 count = perf_counts(evsel->counts, cpu_map_idx, thread); in evsel__hwmon_pmu_read()
H A Dpython.c964 old_count = perf_counts(evsel->prev_raw_counts, cpu_idx, thread_idx); in pyrf_evsel__read()
965 new_count = perf_counts(evsel->counts, cpu_idx, thread_idx); in pyrf_evsel__read()
/linux/tools/perf/tests/
H A Dopenat-syscall.c58 if (perf_counts(evsel->counts, 0, 0)->val != nr_openat_calls) { in test__openat_syscall_event()
60 nr_openat_calls, perf_counts(evsel->counts, 0, 0)->val); in test__openat_syscall_event()
H A Dopenat-syscall-all-cpus.c108 if (perf_counts(evsel->counts, idx, 0)->val != expected) { in test__openat_syscall_event_on_all_cpus()
110 expected, cpu.cpu, perf_counts(evsel->counts, idx, 0)->val); in test__openat_syscall_event_on_all_cpus()
/linux/tools/perf/arch/x86/util/
H A Diostat.c438 struct perf_counts_values *count = perf_counts(evsel->counts, die, 0); in iostat_print_metric()
443 perf_counts(evsel->prev_raw_counts, die, 0); in iostat_print_metric()
/linux/tools/perf/
H A Dbuiltin-stat.c283 perf_counts(counter->counts, cpu_map_idx, thread); in read_single_counter()
312 count = perf_counts(counter->counts, cpu_map_idx, thread); in read_counter_cpu()
321 perf_counts(counter->counts, cpu_map_idx, thread)->ena = 0; in read_counter_cpu()
322 perf_counts(counter->counts, cpu_map_idx, thread)->run = 0; in read_counter_cpu()
H A Dbuiltin-script.c2348 counts = perf_counts(counter->counts, idx, thread); in __process_stat()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1702 perf_counts(counter->counts, idx, thread)); in python_process_stat()