Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-stat.c1266 parse_options_usage(stat_usage, stat_options, "o", 1); in cmd_stat()
1267 parse_options_usage(NULL, stat_options, "log-fd", 0); in cmd_stat()
1273 parse_options_usage(stat_usage, stat_options, "log-fd", 0); in cmd_stat()
1313 parse_options_usage(stat_usage, stat_options, "B", 1); in cmd_stat()
1314 parse_options_usage(NULL, stat_options, "x", 1); in cmd_stat()
1326 parse_options_usage(stat_usage, stat_options, "r", 1); in cmd_stat()
1336 parse_options_usage(NULL, stat_options, "p", 1); in cmd_stat()
1337 parse_options_usage(NULL, stat_options, "t", 1); in cmd_stat()
1351 parse_options_usage(stat_usage, stat_options, "G", 1); in cmd_stat()
1352 parse_options_usage(NULL, stat_options, "A", 1); in cmd_stat()
[all …]
Dbuiltin-probe.c566 parse_options_usage(probe_usage, options, "l", true); in __cmd_probe()
567 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
609 parse_options_usage(probe_usage, options, "m", true); in __cmd_probe()
610 parse_options_usage(NULL, options, "x", true); in __cmd_probe()
Dbuiltin-report.c887 parse_options_usage(report_usage, options, "s", 1); in cmd_report()
889 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()
Dbuiltin-top.c1248 parse_options_usage(top_usage, options, "s", 1); in cmd_top()
1250 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
Dbuiltin-record.c1152 parse_options_usage(record_usage, record_options, "switch-events", 0); in cmd_record()
/linux-4.4.14/tools/perf/util/
Dparse-options.c408 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
424 return parse_options_usage(usagestr, options, arg, 1); in parse_options_step()
462 return parse_options_usage(usagestr, options, arg, 0); in parse_options_step()
481 parse_options_usage(usagestr, options, arg, excl_short_opt); in parse_options_step()
485 parse_options_usage(NULL, options, &opt, 1); in parse_options_step()
487 parse_options_usage(NULL, options, ctx->excl_opt->long_name, 0); in parse_options_step()
791 int parse_options_usage(const char * const *usagestr, in parse_options_usage() function
Dparse-options.h193 extern int parse_options_usage(const char * const *usagestr,