Add TODO about making ust/kernel context separate
This commit is contained in:
parent
cc459456f0
commit
d2916b0aa7
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ def setup(
|
||||||
|
|
||||||
# Context
|
# Context
|
||||||
context_list = _create_context_list(context_names)
|
context_list = _create_context_list(context_names)
|
||||||
|
# TODO make it possible to add context in userspace and kernel separately
|
||||||
enabled_handles = [h for h in [handle_ust, handle_kernel] if h is not None]
|
enabled_handles = [h for h in [handle_ust, handle_kernel] if h is not None]
|
||||||
_add_context(enabled_handles, context_list)
|
_add_context(enabled_handles, context_list)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue