Lines Matching refs:counter
174 int counter, u64 ip) in perf_top__record_precise_ip() argument
194 err = hist_entry__inc_addr_samples(he, counter, ip); in perf_top__record_precise_ip()
472 int counter = 0; in perf_top__handle_keypress() local
479 prompt_integer(&counter, "Enter details event counter"); in perf_top__handle_keypress()
481 if (counter >= top->evlist->nr_entries) { in perf_top__handle_keypress()
488 if (top->sym_evsel->idx == counter) in perf_top__handle_keypress()
878 struct perf_evsel *counter; in perf_top__start_counters() local
884 evlist__for_each(evlist, counter) { in perf_top__start_counters()
886 if (perf_evsel__open(counter, top->evlist->cpus, in perf_top__start_counters()
888 if (perf_evsel__fallback(counter, errno, msg, sizeof(msg))) { in perf_top__start_counters()
894 perf_evsel__open_strerror(counter, &opts->target, in perf_top__start_counters()