Searched refs:skip_empty (Results 1 – 10 of 10) sorted by relevance
52 skip_empty, member
1781 if (symbol_conf.skip_empty && in print_annotated_data_header()1830 if (symbol_conf.skip_empty && in print_annotated_data_type()
963 if (symbol_conf.skip_empty && in annotation__calc_percent()1046 if (symbol_conf.skip_empty && in symbol__annotate()
2880 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
993 if (symbol_conf.skip_empty && in evsel__group_desc()
65 if (symbol_conf.skip_empty && in get_member_overhead()421 if (symbol_conf.skip_empty && in browser__write()592 if (!symbol_conf.skip_empty || in hist_entry__annotate_data_tui()
100 bool skip_empty; member158 rep->skip_empty = perf_config_bool(var, value); in report__config()579 if (rep->skip_empty && !hists->stats.nr_samples) in evlist__tty_browse_hists()1323 .skip_empty = true, in cmd_report()1494 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty, in cmd_report()1591 symbol_conf.skip_empty = report.skip_empty; in cmd_report()
789 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
101 if (symbol_conf.skip_empty && in __hpp__fmt()384 if (!symbol_conf.skip_empty || in hpp__width_fn()
929 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()
Completed in 37 milliseconds