Add kernel memory alloc/free events to memory_usage launchfile
This commit is contained in:
parent
66282c9569
commit
2f46004154
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ def generate_launch_description():
|
||||||
'lttng_ust_libc:memalign',
|
'lttng_ust_libc:memalign',
|
||||||
'lttng_ust_libc:posix_memalign',
|
'lttng_ust_libc:posix_memalign',
|
||||||
] + DEFAULT_EVENTS_ROS,
|
] + DEFAULT_EVENTS_ROS,
|
||||||
|
events_kernel=[
|
||||||
|
'kmem_mm_page_alloc',
|
||||||
|
'kmem_mm_page_free',
|
||||||
|
],
|
||||||
),
|
),
|
||||||
Node(
|
Node(
|
||||||
package='tracetools_test',
|
package='tracetools_test',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue