Home
last modified time | relevance | path

Searched refs:skip_empty (Results 1 – 10 of 10) sorted by relevance

/tools/perf/util/
Dsymbol_conf.h50 skip_empty; member
Dannotate-data.c1742 if (symbol_conf.skip_empty && in print_annotated_data_header()
1791 if (symbol_conf.skip_empty && in print_annotated_data_type()
Dannotate.c917 if (symbol_conf.skip_empty && in annotation__calc_percent()
1000 if (symbol_conf.skip_empty && in symbol__annotate()
Dhist.c2742 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
Devsel.c845 if (symbol_conf.skip_empty && in evsel__group_desc()
/tools/perf/ui/browsers/
Dannotate-data.c65 if (symbol_conf.skip_empty && in get_member_overhead()
421 if (symbol_conf.skip_empty && in browser__write()
591 if (!symbol_conf.skip_empty || in hist_entry__annotate_data_tui()
/tools/perf/
Dbuiltin-report.c100 bool skip_empty; member
156 rep->skip_empty = perf_config_bool(var, value); in report__config()
572 if (rep->skip_empty && !hists->stats.nr_samples) in evlist__tty_browse_hists()
1296 .skip_empty = true, in cmd_report()
1465 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty, in cmd_report()
1558 symbol_conf.skip_empty = report.skip_empty; in cmd_report()
Dbuiltin-annotate.c788 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
/tools/perf/ui/
Dhist.c98 if (symbol_conf.skip_empty && in __hpp__fmt()
308 if (!symbol_conf.skip_empty || in hpp__width_fn()
/tools/perf/ui/stdio/
Dhist.c912 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()