Searched refs:rep (Results 1 – 1 of 1) sorted by relevance
67 struct report *rep = cb; in report__config() local74 rep->min_percent = strtof(value, NULL); in report__config()82 rep->queue_size = perf_config_u64(var, value); in report__config()89 static void report__inc_stats(struct report *rep, struct hist_entry *he) in report__inc_stats() argument97 rep->nr_entries++; in report__inc_stats()105 struct report *rep = arg; in hist_iter__report_callback() local111 report__inc_stats(rep, he); in hist_iter__report_callback()124 } else if (rep->mem_mode) { in hist_iter__report_callback()150 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() local153 .hide_unresolved = rep->hide_unresolved, in process_sample_event()[all …]