Searched refs:report_usage (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 643 const char * const report_usage[] = { in cmd_report() local 798 argc = parse_options(argc, argv, options, report_usage, 0); in cmd_report() 887 parse_options_usage(report_usage, options, "s", 1); in cmd_report() 889 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report() 950 usage_with_options(report_usage, options); in cmd_report()
|
D | builtin-lock.c | 981 const char * const report_usage[] = { in cmd_lock() local 1002 report_options, report_usage, 0); in cmd_lock() 1004 usage_with_options(report_usage, report_options); in cmd_lock()
|