Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-stat.c1739 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
1740 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
1756 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
1757 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat()
1763 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat()
1796 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat()
1797 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat()
1815 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
1836 parse_options_usage(NULL, stat_options, "p", 1); in cmd_stat()
1837 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat()
[all …]
Dbuiltin-config.c169 parse_options_usage(config_usage, config_options, "user", 0); in cmd_config()
170 parse_options_usage(NULL, config_options, "system", 0); in cmd_config()
196 parse_options_usage(config_usage, config_options, "l", 1); in cmd_config()
Dbuiltin-probe.c650 parse_options_usage(probe_usage, options, "l", true); in __cmd_probe()
651 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
695 parse_options_usage(probe_usage, options, "m", true); in __cmd_probe()
696 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
Dbuiltin-report.c1340 parse_options_usage(report_usage, options, "F", 1); in cmd_report()
1341 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_report()
1375 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1394 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1396 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
Dbuiltin-top.c1585 parse_options_usage(top_usage, options, "fields", 0); in cmd_top()
1586 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top()
1607 parse_options_usage(top_usage, options, "s", 1); in cmd_top()
1609 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
Dbuiltin-record.c2333 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
2338 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
Dbuiltin-sched.c3526 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched()
3528 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched()
3530 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
/Linux-v5.4/tools/lib/subcmd/
Dparse-options.c538 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
554 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
592 return parse_options_usage(usagestr, options, arg, 0); in parse_options_step()
611 parse_options_usage(usagestr, options, arg, excl_short_opt); in parse_options_step()
615 parse_options_usage(NULL, options, &opt, 1); in parse_options_step()
617 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
925 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
Dparse-options.h214 extern int parse_options_usage(const char * const *usagestr,