Home
last modified time | relevance | path

Searched refs:parse_options_usage (Results 1 – 8 of 8) sorted by relevance

/tools/perf/
Dbuiltin-config.c66 parse_options_usage(config_usage, config_options, "user", 0); in cmd_config()
67 parse_options_usage(NULL, config_options, "system", 0); in cmd_config()
90 parse_options_usage(config_usage, config_options, "l", 1); in cmd_config()
Dbuiltin-stat.c2407 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2408 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
2424 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat()
2457 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat()
2458 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat()
2470 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
2480 parse_options_usage(NULL, stat_options, "p", 1); in cmd_stat()
2481 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat()
2495 parse_options_usage(stat_usage, stat_options, "G", 1); in cmd_stat()
2496 parse_options_usage(NULL, stat_options, "A", 1); in cmd_stat()
[all …]
Dbuiltin-probe.c626 parse_options_usage(probe_usage, options, "l", true); in __cmd_probe()
627 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
671 parse_options_usage(probe_usage, options, "m", true); in __cmd_probe()
672 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
Dbuiltin-report.c942 parse_options_usage(report_usage, options, "F", 1); in cmd_report()
943 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_report()
961 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
963 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
Dbuiltin-top.c1247 parse_options_usage(top_usage, options, "fields", 0); in cmd_top()
1248 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top()
1266 parse_options_usage(top_usage, options, "s", 1); in cmd_top()
1268 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
Dbuiltin-record.c1566 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
/tools/lib/subcmd/
Dparse-options.c497 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
513 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
551 return parse_options_usage(usagestr, options, arg, 0); in parse_options_step()
570 parse_options_usage(usagestr, options, arg, excl_short_opt); in parse_options_step()
574 parse_options_usage(NULL, options, &opt, 1); in parse_options_step()
576 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
883 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
Dparse-options.h203 extern int parse_options_usage(const char * const *usagestr,