为命令行增加不dump trace的选项

Signed-off-by: chenwei <chenwei469@huawei.com>
This commit is contained in:
chenwei
2023-05-25 16:30:35 +08:00
parent c305ae1eb1
commit a31393ea91
+1 -1
View File
@@ -45,7 +45,7 @@ struct option g_longOptions[] = {
{ "time", required_argument, nullptr, 0 }, // used to specify the time (in seconds) for trace to run.
{ "trace_begin", no_argument, nullptr, 0 },
{ "trace_finish", no_argument, nullptr, 0 },
{ "trace_finish_ndump",no_argument, nullptr, 0 },
{ "trace_finish_ndump", no_argument, nullptr, 0 },
{ "trace_dump", no_argument, nullptr, 0 },
{ "list_categories", no_argument, nullptr, 0 },
{ "overwrite", no_argument, nullptr, 0 },