]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - tools/perf/builtin-report.c
perf tools: make -C consistent across commands (for cpu list arg)
[mv-sheeva.git] / tools / perf / builtin-report.c
index eef8e423deb01f7ba0a6e915c2b7623cae397acc..ece7c5d3f504e7a664ca6d3d6c55962305db6f3c 100644 (file)
@@ -492,7 +492,7 @@ int cmd_report(int argc, const char **argv, const char *prefix __used)
                    "alias for inverted call graph"),
        OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
                   "only consider symbols in these dsos"),
-       OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
+       OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
                   "only consider symbols in these comms"),
        OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
                   "only consider these symbols"),
@@ -506,7 +506,7 @@ int cmd_report(int argc, const char **argv, const char *prefix __used)
                    "Only display entries resolved to a symbol"),
        OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
                    "Look for files with symbols relative to this directory"),
-       OPT_STRING('c', "cpu", &report.cpu_list, "cpu",
+       OPT_STRING('C', "cpu", &report.cpu_list, "cpu",
                   "list of cpus to profile"),
        OPT_BOOLEAN('I', "show-info", &report.show_full_info,
                    "Display extended information about perf.data file"),