| /Linux-v5.4/tools/perf/ |
| D | builtin-stat.c | 1739 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 …]
|
| D | builtin-config.c | 169 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()
|
| D | builtin-probe.c | 650 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()
|
| D | builtin-report.c | 1340 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()
|
| D | builtin-top.c | 1585 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()
|
| D | builtin-record.c | 2333 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()
|
| D | builtin-sched.c | 3526 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/ |
| D | parse-options.c | 538 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
|
| D | parse-options.h | 214 extern int parse_options_usage(const char * const *usagestr,
|