Home
last modified time | relevance | path

Searched refs:stack_group (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tools/old/
Dprofile.py90 stack_group = parser.add_mutually_exclusive_group() variable
91 stack_group.add_argument("-U", "--user-stacks-only", action="store_true",
93 stack_group.add_argument("-K", "--kernel-stacks-only", action="store_true",
/external/bcc/tools/
Doffcputime.py72 stack_group = parser.add_mutually_exclusive_group() variable
73 stack_group.add_argument("-U", "--user-stacks-only", action="store_true",
75 stack_group.add_argument("-K", "--kernel-stacks-only", action="store_true",
Dprofile.py82 stack_group = parser.add_mutually_exclusive_group() variable
83 stack_group.add_argument("-U", "--user-stacks-only", action="store_true",
85 stack_group.add_argument("-K", "--kernel-stacks-only", action="store_true",
Doffwaketime.py72 stack_group = parser.add_mutually_exclusive_group() variable
73 stack_group.add_argument("-U", "--user-stacks-only", action="store_true",
75 stack_group.add_argument("-K", "--kernel-stacks-only", action="store_true",