Searched refs:record_options (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Drecord.h85 extern struct option *record_options;
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1762 set_option_flag(record_options, 'e', "event", PARSE_OPT_HIDDEN);
1763 set_option_flag(record_options, 0, "filter", PARSE_OPT_HIDDEN);
1764 set_option_flag(record_options, 'R', "raw-samples", PARSE_OPT_HIDDEN);
1766 set_option_flag(record_options, 'F', "freq", PARSE_OPT_DISABLED);
1767 set_option_flag(record_options, 0, "group", PARSE_OPT_DISABLED);
1768 set_option_flag(record_options, 'g', NULL, PARSE_OPT_DISABLED);
1769 set_option_flag(record_options, 0, "call-graph", PARSE_OPT_DISABLED);
1770 set_option_flag(record_options, 'd', "data", PARSE_OPT_DISABLED);
1771 set_option_flag(record_options, 'T', "timestamp", PARSE_OPT_DISABLED);
1772 set_option_flag(record_options, '
[all...]
H A Dbuiltin-record.c3321 * after cmd_record() exits, but since record_options need to be accessible to
3579 struct option *record_options = __record_options; variable in typeref:struct:option
3991 # define set_nobuild(s, l, m, c) set_option_nobuild(record_options, s, l, m, c)
4008 argc = parse_options(argc, argv, record_options, record_usage,
4024 usage_with_options_msg(record_usage, record_options,
4075 parse_options_usage(record_usage, record_options, "switch-events", 0);
4081 parse_options_usage(record_usage, record_options, "switch-output", 0);
4200 usage_with_options(record_usage, record_options);
H A Dbuiltin-script.c3647 argc = parse_options(argc, (const char **)__argv, record_options,

Completed in 170 milliseconds