PARSE_OPT_HIDDEN
if (!full && (opts->flags & PARSE_OPT_HIDDEN))
set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN);
set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN);
set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN);
set_option_flag(list_options, 0, "raw-dump", PARSE_OPT_HIDDEN);
set_option_flag(list_options, 0, "cputype", PARSE_OPT_HIDDEN);
"Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN),