Initial value: 3 make_option(
"--include-tid", dest=
"include_tid",
4 action=
"store_true", default=
False,
5 help=
"include thread id in stack"),
6 make_option(
"--include-pid", dest=
"include_pid",
7 action=
"store_true", default=
False,
8 help=
"include process id in stack"),
9 make_option(
"--no-comm", dest=
"include_comm",
10 action=
"store_false", default=
True,
11 help=
"do not separate stacks according to comm"),
12 make_option(
"--tidy-java", dest=
"tidy_java",
13 action=
"store_true", default=
False,
14 help=
"beautify Java signatures"),
15 make_option(
"--kernel", dest=
"annotate_kernel",
16 action=
"store_true", default=
False,
17 help=
"annotate kernel functions with _[k]")
Definition at line 36 of file stackcollapse.py.