Searched refs:skip_empty (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | symbol_conf.h | 70 skip_empty, 61 skip_empty, global() member
|
| H A D | annotate-data.c | 1874 if (symbol_conf.skip_empty && in print_annotated_data_value() 1923 if (symbol_conf.skip_empty &&
|
| H A D | annotate.c | 967 if (symbol_conf.skip_empty && in annotation__calc_percent() 1045 if (symbol_conf.skip_empty && in symbol__annotate()
|
| H A D | hist.c | 2881 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
|
| H A D | evsel.c | 1053 if (symbol_conf.skip_empty && in __evsel__config_callchain()
|
| /linux/fs/xfs/ |
| H A D | xfs_iwalk.c | 86 unsigned int skip_empty:1; member 434 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag() 589 .skip_empty = 1, in xfs_iwalk()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate-data.c | 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()
|
| /linux/tools/perf/ |
| H A D | builtin-report.c | 102 bool skip_empty; 160 rep->skip_empty = perf_config_bool(var, value); in report__config() 575 if (rep->skip_empty && !hists->stats.nr_samples) in evlist__tty_browse_hists() 1325 .skip_empty = true, in cmd_report() 1501 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty, in cmd_report() 1598 symbol_conf.skip_empty = report.skip_empty; in cmd_report() 100 bool skip_empty; global() member
|
| H A D | builtin-annotate.c | 781 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
|
| /linux/drivers/input/ |
| H A D | input.c | 1147 bool skip_empty = true; in input_seq_print_bitmap() local 1154 bitmap[i], skip_empty)) { in input_seq_print_bitmap() 1155 skip_empty = false; in input_seq_print_bitmap() 1163 if (skip_empty) in input_seq_print_bitmap() 1562 bool skip_empty = true; in input_print_bitmap() local 1566 bitmap[i], skip_empty); in input_print_bitmap() 1568 skip_empty = false; in input_print_bitmap()
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 102 if (symbol_conf.skip_empty && in __hpp__fmt() 385 if (!symbol_conf.skip_empty || in hpp__width_fn()
|
| /linux/tools/perf/ui/stdio/ |
| H A D | hist.c | 929 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()
|