• Home
  • Raw
  • Download

Lines Matching defs:rep

92 	struct report *rep = cb;  in report__config()  local
125 struct report *rep = arg; in hist_iter__report_callback() local
171 struct report *rep = arg; in hist_iter__branch_callback() local
208 struct report *rep = container_of(tool, struct report, tool); in process_feature_event() local
234 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() local
296 struct report *rep = container_of(tool, struct report, tool); in process_read_event() local
314 static int report__setup_sample_type(struct report *rep) in report__setup_sample_type()
401 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
467 struct report *rep, in perf_evlist__tty_browse_hists()
508 static void report__warn_kptr_restrict(const struct report *rep) in report__warn_kptr_restrict()
537 static int report__gtk_browse_hists(struct report *rep, const char *help) in report__gtk_browse_hists()
552 static int report__browse_hists(struct report *rep) in report__browse_hists()
590 static int report__collapse_hists(struct report *rep) in report__collapse_hists()
624 static void report__output_resort(struct report *rep) in report__output_resort()
637 static void stats_setup(struct report *rep) in stats_setup()
643 static int stats_print(struct report *rep) in stats_print()
651 static void tasks_setup(struct report *rep) in tasks_setup()
737 static int tasks_print(struct report *rep, FILE *fp) in tasks_print()
803 static int __cmd_report(struct report *rep) in __cmd_report()
948 struct report *rep = opt->value; in parse_percent_limit() local