OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_usage
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/
builtin-inject.c
223
static const char * const
report_usage
[] = {
variable
238
argc = parse_options(argc, argv, options,
report_usage
, 0);
244
usage_with_options(
report_usage
, options);
builtin-report.c
412
static const char * const
report_usage
[] = {
variable
471
argc = parse_options(argc, argv, options,
report_usage
, 0);
510
setup_sorting(
report_usage
, options);
523
usage_with_options(
report_usage
, options);
builtin-lock.c
913
static const char * const
report_usage
[] = {
variable
1003
report_options,
report_usage
, 0);
1005
usage_with_options(
report_usage
, report_options);
Completed in 171 milliseconds