| /linux-6.15/tools/perf/ |
| H A D | builtin-stat.c | 2535 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2560 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat() 2595 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat() 2610 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat() 2656 parse_options_usage(NULL, stat_options, "p", 1); in cmd_stat() 2657 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat() 2674 parse_options_usage(NULL, stat_options, "A", 1); in cmd_stat() 2675 parse_options_usage(NULL, stat_options, "a", 1); in cmd_stat() 2740 parse_options_usage(stat_usage, stat_options, in cmd_stat() 2752 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat() [all …]
|
| H A D | builtin-config.c | 209 parse_options_usage(config_usage, config_options, "user", 0); in cmd_config() 210 parse_options_usage(NULL, config_options, "system", 0); in cmd_config() 236 parse_options_usage(config_usage, config_options, "l", 1); in cmd_config()
|
| H A D | builtin-lock.c | 1931 parse_options_usage(usage, options, "threads", 0); in check_lock_contention_options() 1932 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options() 1938 parse_options_usage(usage, options, "lock-owner", 0); in check_lock_contention_options() 1939 parse_options_usage(NULL, options, "use-bpf", 0); in check_lock_contention_options() 1945 parse_options_usage(usage, options, "lock-owner", 0); in check_lock_contention_options() 1946 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options() 1952 parse_options_usage(usage, options, "lock-cgroup", 0); in check_lock_contention_options() 1953 parse_options_usage(NULL, options, "use-bpf", 0); in check_lock_contention_options() 1960 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options() 1967 parse_options_usage(NULL, options, "threads", 0); in check_lock_contention_options() [all …]
|
| H A 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()
|
| H A D | builtin-report.c | 1633 parse_options_usage(NULL, options, "group-sort-idx", 0); in cmd_report() 1678 parse_options_usage(report_usage, options, "F", 1); in cmd_report() 1679 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_report() 1764 parse_options_usage(report_usage, options, "s", 1); in cmd_report() 1785 parse_options_usage(report_usage, options, "s", 1); in cmd_report() 1787 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
|
| H A D | builtin-ftrace.c | 1750 parse_options_usage(ftrace_usage, options, "T", 1); in cmd_ftrace() 1756 parse_options_usage(ftrace_usage, options, in cmd_ftrace() 1767 parse_options_usage(ftrace_usage, options, in cmd_ftrace() 1776 parse_options_usage(ftrace_usage, options, in cmd_ftrace()
|
| H A D | builtin-top.c | 1699 parse_options_usage(top_usage, options, "fields", 0); in cmd_top() 1700 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top() 1747 parse_options_usage(top_usage, options, "s", 1); in cmd_top() 1749 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
|
| H A D | builtin-sched.c | 3952 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched() 3954 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched() 3956 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
|
| H A D | builtin-record.c | 4091 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record() 4097 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
|
| /linux-6.15/tools/lib/subcmd/ |
| H A 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() 951 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
|
| H A D | parse-options.h | 213 extern int parse_options_usage(const char * const *usagestr,
|