Lines Matching defs:rep

123 	struct report *rep = cb;  in report__config()  local
166 struct report *rep = arg; in hist_iter__report_callback() local
209 struct report *rep = arg; in hist_iter__branch_callback() local
241 struct report *rep = container_of(session->tool, struct report, tool); in process_feature_event() local
269 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() local
345 struct report *rep = container_of(tool, struct report, tool); in process_read_event() local
363 static int report__setup_sample_type(struct report *rep) in report__setup_sample_type()
470 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
535 static int evlist__tui_block_hists_browse(struct evlist *evlist, struct report *rep) in evlist__tui_block_hists_browse()
552 static int evlist__tty_browse_hists(struct evlist *evlist, struct report *rep, const char *help) in evlist__tty_browse_hists()
603 static void report__warn_kptr_restrict(const struct report *rep) in report__warn_kptr_restrict()
632 static int report__gtk_browse_hists(struct report *rep, const char *help) in report__gtk_browse_hists()
647 static int report__browse_hists(struct report *rep) in report__browse_hists()
691 static int report__collapse_hists(struct report *rep) in report__collapse_hists()
726 struct report *rep = arg; in hists__resort_cb() local
738 static void report__output_resort(struct report *rep) in report__output_resort()
769 struct report *rep = container_of(tool, struct report, tool); in count_lost_samples_event() local
784 static void stats_setup(struct report *rep) in stats_setup()
793 static int stats_print(struct report *rep) in stats_print()
802 static void tasks_setup(struct report *rep) in tasks_setup()
887 static int tasks_print(struct report *rep, FILE *fp) in tasks_print()
954 static int __cmd_report(struct report *rep) in __cmd_report()
1157 struct report *rep = opt->value; in parse_percent_limit() local