|
static int | report__config (const char *var, const char *value, void *cb) |
|
static int | hist_iter__report_callback (struct hist_entry_iter *iter, struct addr_location *al, bool single, void *arg) |
|
static int | hist_iter__branch_callback (struct hist_entry_iter *iter, struct addr_location *al __maybe_unused, bool single __maybe_unused, void *arg) |
|
static void | setup_forced_leader (struct report *report, struct perf_evlist *evlist) |
|
static int | process_feature_event (struct perf_tool *tool, union perf_event *event, struct perf_session *session __maybe_unused) |
|
static int | process_sample_event (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) |
|
static int | process_read_event (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample __maybe_unused, struct perf_evsel *evsel, struct machine *machine __maybe_unused) |
|
static int | report__setup_sample_type (struct report *rep) |
|
static void | sig_handler (int sig __maybe_unused) |
|
static size_t | hists__fprintf_nr_sample_events (struct hists *hists, struct report *rep, const char *evname, FILE *fp) |
|
static int | perf_evlist__tty_browse_hists (struct perf_evlist *evlist, struct report *rep, const char *help) |
|
static void | report__warn_kptr_restrict (const struct report *rep) |
|
static int | report__gtk_browse_hists (struct report *rep, const char *help) |
|
static int | report__browse_hists (struct report *rep) |
|
static int | report__collapse_hists (struct report *rep) |
|
static void | report__output_resort (struct report *rep) |
|
static void | stats_setup (struct report *rep) |
|
static int | stats_print (struct report *rep) |
|
static void | tasks_setup (struct report *rep) |
|
static struct task * | tasks_list (struct task *task, struct machine *machine) |
|
static size_t | maps__fprintf_task (struct maps *maps, int indent, FILE *fp) |
|
static int | map_groups__fprintf_task (struct map_groups *mg, int indent, FILE *fp) |
|
static void | task__print_level (struct task *task, FILE *fp, int level) |
|
static int | tasks_print (struct report *rep, FILE *fp) |
|
static int | __cmd_report (struct report *rep) |
|
static int | report_parse_callchain_opt (const struct option *opt, const char *arg, int unset) |
|
int | report_parse_ignore_callees_opt (const struct option *opt __maybe_unused, const char *arg, int unset __maybe_unused) |
|
static int | parse_branch_mode (const struct option *opt, const char *str __maybe_unused, int unset) |
|
static int | parse_percent_limit (const struct option *opt, const char *str, int unset __maybe_unused) |
|
int | cmd_report (int argc, const char **argv) |
|