Searched refs:skip_empty (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/util/ |
| A D | symbol_conf.h | 50 skip_empty; member
|
| A D | annotate-data.c | 1742 if (symbol_conf.skip_empty && in print_annotated_data_header() 1791 if (symbol_conf.skip_empty && in print_annotated_data_type()
|
| A D | annotate.c | 917 if (symbol_conf.skip_empty && in annotation__calc_percent() 1000 if (symbol_conf.skip_empty && in symbol__annotate()
|
| A D | hist.c | 2742 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
|
| A D | evsel.c | 845 if (symbol_conf.skip_empty && in evsel__group_desc()
|
| /linux/drivers/input/ |
| A D | input.c | 1044 if (dword || !skip_empty) in input_bits_to_string() 1048 if (dword || !skip_empty || len) in input_bits_to_string() 1052 if (bits || !skip_empty) in input_bits_to_string() 1064 return bits || !skip_empty ? in input_bits_to_string() 1135 bool skip_empty = true; in input_seq_print_bitmap() local 1142 bitmap[i], skip_empty)) { in input_seq_print_bitmap() 1143 skip_empty = false; in input_seq_print_bitmap() 1151 if (skip_empty) in input_seq_print_bitmap() 1550 bool skip_empty = true; in input_print_bitmap() local 1554 bitmap[i], skip_empty); in input_print_bitmap() [all …]
|
| /linux/fs/xfs/ |
| A D | xfs_iwalk.c | 86 unsigned int skip_empty:1; member 438 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag() 562 .skip_empty = 1, in xfs_iwalk()
|
| /linux/tools/perf/ |
| A D | builtin-report.c | 100 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() 1557 symbol_conf.skip_empty = report.skip_empty; in cmd_report()
|
| A D | builtin-annotate.c | 788 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
|
| /linux/tools/perf/ui/browsers/ |
| A D | annotate-data.c | 65 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()
|
| /linux/tools/perf/ui/ |
| A D | hist.c | 98 if (symbol_conf.skip_empty && in __hpp__fmt() 308 if (!symbol_conf.skip_empty || in hpp__width_fn()
|
| /linux/tools/perf/ui/stdio/ |
| A D | hist.c | 912 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()
|
Completed in 39 milliseconds