Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-stat.c2559 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2560 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
2584 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
2585 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat()
2591 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat()
2619 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2620 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
2621 parse_options_usage(NULL, stat_options, "interval-clear", 0); in cmd_stat()
2634 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat()
2635 parse_options_usage(NUL in cmd_stat()
[all...]
H A Dbuiltin-config.c209 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 Dbuiltin-ftrace.c1910 parse_options_usage(ftrace_usage, options, "T", 1); in cmd_ftrace()
1911 parse_options_usage(NULL, options, "e", 1); in cmd_ftrace()
1917 parse_options_usage(ftrace_usage, options, "T", 1); in cmd_ftrace()
1918 parse_options_usage(NULL, options, "e", 1); in cmd_ftrace()
1924 parse_options_usage(ftrace_usage, options, "b", 1); in cmd_ftrace()
1925 parse_options_usage(NULL, options, "e", 1); in cmd_ftrace()
1931 parse_options_usage(ftrace_usage, options, in cmd_ftrace()
1942 parse_options_usage(ftrace_usage, options, in cmd_ftrace()
1951 parse_options_usage(ftrace_usage, options, in cmd_ftrace()
H A Dbuiltin-lock.c1933 parse_options_usage(usage, options, "threads", 0); in check_lock_contention_options()
1934 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options()
1940 parse_options_usage(usage, options, "lock-owner", 0); in check_lock_contention_options()
1941 parse_options_usage(NULL, options, "use-bpf", 0); in check_lock_contention_options()
1947 parse_options_usage(usage, options, "lock-owner", 0); in check_lock_contention_options()
1948 parse_options_usage(NULL, options, "lock-addr", 0); in check_lock_contention_options()
1954 parse_options_usage(usage, options, "lock-cgroup", 0); in check_lock_contention_options()
1955 parse_options_usage(NULL, options, "use-bpf", 0); in check_lock_contention_options()
1961 parse_options_usage(usage, options, "lock-cgroup", 0); in check_lock_contention_options()
1962 parse_options_usage(NUL in check_lock_contention_options()
[all...]
H A Dbuiltin-report.c1647 parse_options_usage(NULL, options, "group-sort-idx", 0); in cmd_report()
1774 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1795 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1797 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
H A Dbuiltin-top.c1716 parse_options_usage(top_usage, options, "fields", 0); in cmd_top()
1717 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top()
1782 parse_options_usage(top_usage, options, "s", 1); in cmd_top()
1784 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
H A Dbuiltin-sched.c4030 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched()
4032 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched()
4034 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
H A Dbuiltin-record.c4173 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
4179 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
/linux/tools/lib/subcmd/
H A Dparse-options.c541 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 Dparse-options.h213 extern int parse_options_usage(const char * const *usagestr,