Lines Matching defs:options
43 #include <subcmd/parse-options.h>
51 #include "util/parse-branch-options.h"
1462 const struct option options[] = {
1605 "perf top [<options>]",
1641 argc = parse_options(argc, argv, options, top_usage, 0);
1643 usage_with_options(top_usage, options);
1681 /* disable incompatible options */
1686 pr_err("Error: --hierarchy and --fields options cannot be used together\n");
1687 parse_options_usage(top_usage, options, "fields", 0);
1688 parse_options_usage(NULL, options, "hierarchy", 0);
1735 parse_options_usage(top_usage, options, "s", 1);
1738 options, "fields", 0);