Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c2107 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2108 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
2124 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
2125 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat()
2131 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat()
2164 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat()
2165 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat()
2183 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
2204 parse_options_usage(NULL, stat_options, "p", 1); in cmd_stat()
2205 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat()
[all …]
H A 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()
H A Dbuiltin-probe.c655 parse_options_usage(probe_usage, options, "l", true); in __cmd_probe()
656 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
700 parse_options_usage(probe_usage, options, "m", true); in __cmd_probe()
701 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
H A Dbuiltin-report.c1425 parse_options_usage(NULL, options, "group-sort-idx", 0); in cmd_report()
1472 parse_options_usage(report_usage, options, "F", 1); in cmd_report()
1473 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_report()
1514 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1534 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1536 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
H A Dbuiltin-top.c1646 parse_options_usage(top_usage, options, "fields", 0); in cmd_top()
1647 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top()
1673 parse_options_usage(top_usage, options, "s", 1); in cmd_top()
1675 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
H A Dbuiltin-sched.c3596 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched()
3598 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched()
3600 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
H A Dbuiltin-record.c2671 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
2677 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
/OK3568_Linux_fs/kernel/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()
928 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
H A Dparse-options.h216 extern int parse_options_usage(const char * const *usagestr,