HomeSort by relevance Sort by last modified time
    Searched refs:record_options (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/src/tools/perf/
builtin-record.c 823 * after cmd_record() exits, but since record_options need to be accessible to
857 const struct option record_options[] = { variable in typeref:struct:option
939 argc = parse_options(argc, argv, record_options, record_usage,
942 usage_with_options(record_usage, record_options);
947 usage_with_options(record_usage, record_options);
990 usage_with_options(record_usage, record_options);
builtin-script.c 25 extern const struct option record_options[];
1251 argc = parse_options(argc, (const char **)__argv, record_options,
    [all...]

Completed in 31 milliseconds