Got kernel summaries in rocscope integrated

Signed-off-by: coleramos425 <colramos@amd.com>
Этот коммит содержится в:
Keith Lowery
2022-12-07 23:45:39 +00:00
коммит произвёл coleramos425
родитель eadd35e5c6
Коммит 9e12acf79c
2 изменённых файлов: 36 добавлений и 0 удалений
+11
Просмотреть файл
@@ -125,6 +125,17 @@ def parse(my_parser):
dest="lucky",
help="\t\t\tProfile only the most time consuming kernels.",
)
profile_group.add_argument(
"-s",
"--kernel-summaries",
required=False,
default=False,
action="store_true",
dest="summaries",
help="\t\t\tCreate kernel summaries.",
)
profile_group.add_argument(
"-b",
"--ipblocks",