Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/
H A Dinput.c1010 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 Dsymbol_conf.h52 skip_empty, member
H A Dannotate-data.c1781 if (symbol_conf.skip_empty && in print_annotated_data_header()
1830 if (symbol_conf.skip_empty && in print_annotated_data_type()
H A Dannotate.c963 if (symbol_conf.skip_empty && in annotation__calc_percent()
1046 if (symbol_conf.skip_empty && in symbol__annotate()
H A Dhist.c2804 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
H A Devsel.c1008 if (symbol_conf.skip_empty && in evsel__group_desc()
/linux-6.15/fs/xfs/
H A Dxfs_iwalk.c86 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 Dlist_lru.c65 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 Dbuiltin-report.c100 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 Dbuiltin-annotate.c789 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
/linux-6.15/tools/perf/ui/browsers/
H A 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()
/linux-6.15/tools/perf/ui/
H A Dhist.c99 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 Dhist.c916 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()