Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-config.c170 parse_options_usage(config_usage, config_options, "user", 0); in cmd_config()
171 parse_options_usage(NULL, config_options, "system", 0); in cmd_config()
197 parse_options_usage(config_usage, config_options, "l", 1); in cmd_config()
Dbuiltin-stat.c2881 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
2882 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
2898 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
2899 parse_options_usage(NULL, stat_options, "table", 0); in cmd_stat()
2905 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat()
2938 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat()
2939 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat()
2957 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
2978 parse_options_usage(NULL, stat_options, "p", 1); in cmd_stat()
2979 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat()
[all …]
Dbuiltin-probe.c662 parse_options_usage(probe_usage, options, "l", true); in __cmd_probe()
663 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
707 parse_options_usage(probe_usage, options, "m", true); in __cmd_probe()
708 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
Dbuiltin-report.c1254 parse_options_usage(report_usage, options, "F", 1); in cmd_report()
1255 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_report()
1290 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
1292 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
Dbuiltin-top.c1417 parse_options_usage(top_usage, options, "fields", 0); in cmd_top()
1418 parse_options_usage(NULL, options, "hierarchy", 0); in cmd_top()
1436 parse_options_usage(top_usage, options, "s", 1); in cmd_top()
1438 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
Dbuiltin-record.c1740 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
1745 parse_options_usage(record_usage, record_options, "switch-output", 0); in cmd_record()
Dbuiltin-sched.c3518 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched()
3520 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched()
3522 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
/Linux-v4.19/tools/lib/subcmd/
Dparse-options.c520 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
536 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
574 return parse_options_usage(usagestr, options, arg, 0); in parse_options_step()
593 parse_options_usage(usagestr, options, arg, excl_short_opt); in parse_options_step()
597 parse_options_usage(NULL, options, &opt, 1); in parse_options_step()
599 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
906 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
Dparse-options.h212 extern int parse_options_usage(const char * const *usagestr,