/linux-6.6.21/tools/perf/ |
D | builtin-stat.c | 2530 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat() 2531 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2547 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat() 2548 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat() 2554 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat() 2582 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat() 2583 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2584 parse_options_usage(NULL, stat_options, "interval-clear", 0); in cmd_stat() 2597 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat() 2598 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat() [all …]
|
D | builtin-config.c | 171 parse_options_usage(config_usage, config_options, "user", 0); in cmd_config() 172 parse_options_usage(NULL, config_options, "system", 0); in cmd_config() 198 parse_options_usage(config_usage, config_options, "l", 1); in cmd_config()
|
D | builtin-probe.c | 683 parse_options_usage(probe_usage, options, "l", true); in __cmd_probe() 684 parse_options_usage(NULL, options, "x", true); in __cmd_probe() 733 parse_options_usage(probe_usage, options, "m", true); in __cmd_probe() 734 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
|
D | builtin-report.c | 1516 parse_options_usage(NULL, options, "group-sort-idx", 0); in cmd_report() 1563 parse_options_usage(report_usage, options, "F", 1); in cmd_report() 1564 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_report() 1609 parse_options_usage(report_usage, options, "s", 1); in cmd_report() 1629 parse_options_usage(report_usage, options, "s", 1); in cmd_report() 1631 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
|
D | builtin-lock.c | 1998 parse_options_usage(usage, options, "threads", 0); in check_lock_contention_options() 1999 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options() 2005 parse_options_usage(usage, options, "lock-owner", 0); in check_lock_contention_options() 2006 parse_options_usage(NULL, options, "use-bpf", 0); in check_lock_contention_options() 2012 parse_options_usage(usage, options, "lock-owner", 0); in check_lock_contention_options() 2013 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options() 2022 parse_options_usage(usage, options, "x", 1); in check_lock_contention_options()
|
D | builtin-top.c | 1686 parse_options_usage(top_usage, options, "fields", 0); in cmd_top() 1687 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top() 1734 parse_options_usage(top_usage, options, "s", 1); in cmd_top() 1736 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
|
D | builtin-ftrace.c | 1244 parse_options_usage(ftrace_usage, options, "T", 1); in cmd_ftrace()
|
D | builtin-sched.c | 3664 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched() 3666 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched() 3668 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
|
D | builtin-record.c | 4037 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record() 4043 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
|
/linux-6.6.21/tools/lib/subcmd/ |
D | parse-options.c | 541 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step() 557 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step() 595 return parse_options_usage(usagestr, options, arg, 0); in parse_options_step() 614 parse_options_usage(usagestr, options, arg, excl_short_opt); in parse_options_step() 618 parse_options_usage(NULL, options, &opt, 1); in parse_options_step() 620 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step() 939 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
|
D | parse-options.h | 213 extern int parse_options_usage(const char * const *usagestr,
|