|
|
@@ -2660,8 +2660,7 @@ int cmd_trace(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
OPT_BOOLEAN(0, "comm", &trace.show_comm,
|
|
|
"show the thread COMM next to its id"),
|
|
|
OPT_BOOLEAN(0, "tool_stats", &trace.show_tool_stats, "show tool stats"),
|
|
|
- OPT_STRING('e', "expr", &ev_qualifier_str, "expr",
|
|
|
- "list of events to trace"),
|
|
|
+ OPT_STRING('e', "expr", &ev_qualifier_str, "expr", "list of syscalls to trace"),
|
|
|
OPT_STRING('o', "output", &output_name, "file", "output file name"),
|
|
|
OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"),
|
|
|
OPT_STRING('p', "pid", &trace.opts.target.pid, "pid",
|