Searched refs:report_usage (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-report.c | 593 const char * const report_usage[] = { in cmd_report() local 732 argc = parse_options(argc, argv, options, report_usage, 0); in cmd_report() 799 parse_options_usage(report_usage, options, "s", 1); in cmd_report() 801 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report() 860 usage_with_options(report_usage, options); in cmd_report()
|
D | builtin-lock.c | 977 const char * const report_usage[] = { in cmd_lock() local 998 report_options, report_usage, 0); in cmd_lock() 1000 usage_with_options(report_usage, report_options); in cmd_lock()
|