Searched refs:skip_empty (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/drivers/input/ |
| H A D | input.c | 1010 if (dword || !skip_empty) in input_bits_to_string() 1014 if (dword || !skip_empty || len) in input_bits_to_string() 1018 if (bits || !skip_empty) in input_bits_to_string() 1030 return bits || !skip_empty ? in input_bits_to_string() 1101 bool skip_empty = true; in input_seq_print_bitmap() local 1108 bitmap[i], skip_empty)) { in input_seq_print_bitmap() 1109 skip_empty = false; in input_seq_print_bitmap() 1117 if (skip_empty) in input_seq_print_bitmap() 1516 bool skip_empty = true; in input_print_bitmap() local 1520 bitmap[i], skip_empty); in input_print_bitmap() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol_conf.h | 52 skip_empty, member
|
| H A D | annotate-data.c | 1781 if (symbol_conf.skip_empty && in print_annotated_data_header() 1830 if (symbol_conf.skip_empty && in print_annotated_data_type()
|
| H A D | annotate.c | 963 if (symbol_conf.skip_empty && in annotation__calc_percent() 1046 if (symbol_conf.skip_empty && in symbol__annotate()
|
| H A D | hist.c | 2804 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
|
| H A D | evsel.c | 1008 if (symbol_conf.skip_empty && in evsel__group_desc()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iwalk.c | 86 unsigned int skip_empty:1; member 437 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag() 592 .skip_empty = 1, in xfs_iwalk()
|
| /linux-6.15/mm/ |
| H A D | list_lru.c | 65 bool irq, bool skip_empty) in lock_list_lru_of_memcg() argument 92 if (skip_empty) { in lock_list_lru_of_memcg() 135 bool irq, bool skip_empty) in lock_list_lru_of_memcg() argument
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-report.c | 100 bool skip_empty; member 158 rep->skip_empty = perf_config_bool(var, value); in report__config() 576 if (rep->skip_empty && !hists->stats.nr_samples) in evlist__tty_browse_hists() 1309 .skip_empty = true, in cmd_report() 1480 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty, in cmd_report() 1577 symbol_conf.skip_empty = report.skip_empty; in cmd_report()
|
| H A D | builtin-annotate.c | 789 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
|
| /linux-6.15/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() 591 if (!symbol_conf.skip_empty || in hist_entry__annotate_data_tui()
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 99 if (symbol_conf.skip_empty && in __hpp__fmt() 309 if (!symbol_conf.skip_empty || in hpp__width_fn()
|
| /linux-6.15/tools/perf/ui/stdio/ |
| H A D | hist.c | 916 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()
|