Lines Matching defs:counter
133 * Insert val into into the dictionary and decrement the reference counter.
1377 process_stat(struct evsel *counter, int cpu, int thread, u64 tstamp,
1389 counter);
1414 struct evsel *counter, u64 tstamp)
1416 struct perf_thread_map *threads = counter->core.threads;
1417 struct perf_cpu_map *cpus = counter->core.cpus;
1421 process_stat(counter, -1, -1, tstamp,
1422 &counter->counts->aggr);
1428 process_stat(counter, cpus->map[cpu],
1430 perf_counts(counter->counts, cpu, thread));