2 #ifndef __PERF_COUNTS_H 3 #define __PERF_COUNTS_H void perf_evsel__reset_counts(struct perf_evsel *evsel)
void perf_counts__delete(struct perf_counts *counts)
static void * xyarray__entry(struct xyarray *xy, int x, int y)
static unsigned int nthreads
int perf_evsel__alloc_counts(struct perf_evsel *evsel, int ncpus, int nthreads)
void perf_evsel__free_counts(struct perf_evsel *evsel)
static unsigned int ncpus
static struct perf_counts_values * perf_counts(struct perf_counts *counts, int cpu, int thread)
struct perf_counts * perf_counts__new(int ncpus, int nthreads)