Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iwalk.c86 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/util/
H A Dsymbol_conf.h61 skip_empty, member
H A Dannotate-data.c1846 if (symbol_conf.skip_empty && in print_annotated_data_header()
1895 if (symbol_conf.skip_empty && in print_annotated_data_type()
H A Dannotate.c968 if (symbol_conf.skip_empty && in annotation__calc_percent()
1046 if (symbol_conf.skip_empty && in symbol__annotate()
H A Dhist.c2878 if (symbol_conf.skip_empty && total_samples == 0) in evlist__fprintf_nr_events()
H A Devsel.c996 if (symbol_conf.skip_empty && in evsel__group_desc()
/linux/mm/
H A Dlist_lru.c81 bool irq, bool skip_empty) in lock_list_lru_of_memcg() argument
96 if (skip_empty) { in lock_list_lru_of_memcg()
139 bool irq, bool skip_empty) in lock_list_lru_of_memcg() argument
/linux/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()
592 if (!symbol_conf.skip_empty || in hist_entry__annotate_data_tui()
/linux/tools/perf/
H A Dbuiltin-report.c100 bool skip_empty; member
158 rep->skip_empty = perf_config_bool(var, value); in report__config()
580 if (rep->skip_empty && !hists->stats.nr_samples) in evlist__tty_browse_hists()
1329 .skip_empty = true, in cmd_report()
1503 OPT_BOOLEAN(0, "skip-empty", &report.skip_empty, in cmd_report()
1600 symbol_conf.skip_empty = report.skip_empty; in cmd_report()
H A Dbuiltin-annotate.c790 OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty, in cmd_annotate()
/linux/drivers/input/
H A Dinput.c1067 bool skip_empty = true; in input_seq_print_bitmap() local
1074 bitmap[i], skip_empty)) { in input_seq_print_bitmap()
1075 skip_empty = false; in input_seq_print_bitmap()
1083 if (skip_empty) in input_seq_print_bitmap()
1482 bool skip_empty = true; in input_print_bitmap() local
1486 bitmap[i], skip_empty); in input_print_bitmap()
1488 skip_empty = false; in input_print_bitmap()
/linux/tools/perf/ui/
H A Dhist.c102 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 Dhist.c929 if (symbol_conf.skip_empty && !stats->nr_events[i]) in events_stats__fprintf()