Lines Matching refs:counter
175 int counter, u64 ip) in perf_top__record_precise_ip() argument
195 err = hist_entry__inc_addr_samples(he, counter, ip); in perf_top__record_precise_ip()
478 int counter = 0; in perf_top__handle_keypress() local
485 prompt_integer(&counter, "Enter details event counter"); in perf_top__handle_keypress()
487 if (counter >= top->evlist->nr_entries) { in perf_top__handle_keypress()
494 if (top->sym_evsel->idx == counter) in perf_top__handle_keypress()
893 struct perf_evsel *counter; in perf_top__start_counters() local
899 evlist__for_each(evlist, counter) { in perf_top__start_counters()
901 if (perf_evsel__open(counter, top->evlist->cpus, in perf_top__start_counters()
903 if (perf_evsel__fallback(counter, errno, msg, sizeof(msg))) { in perf_top__start_counters()
909 perf_evsel__open_strerror(counter, &opts->target, in perf_top__start_counters()