diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index f2a348b57b8f..662366ceb572 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -1562,6 +1562,10 @@ int cmd_script(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1562 | OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), | 1562 | OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"), |
1563 | OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", | 1563 | OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", |
1564 | "only display events for these comms"), | 1564 | "only display events for these comms"), |
1565 | OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", | ||
1566 | "only consider symbols in these pids"), | ||
1567 | OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", | ||
1568 | "only consider symbols in these tids"), | ||
1565 | OPT_BOOLEAN('I', "show-info", &show_full_info, | 1569 | OPT_BOOLEAN('I', "show-info", &show_full_info, |
1566 | "display extended information from perf.data file"), | 1570 | "display extended information from perf.data file"), |
1567 | OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, | 1571 | OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, |