Merge branch 'add-ip-context-example-profiling-launchfile' into 'master'
Add 'ip' context to example profiling launch file See merge request micro-ROS/ros_tracing/tracetools_analysis!48
This commit is contained in:
commit
00337e8d49
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
from launch import LaunchDescription
|
from launch import LaunchDescription
|
||||||
from launch_ros.actions import Node
|
from launch_ros.actions import Node
|
||||||
from tracetools_launch.action import Trace
|
from tracetools_launch.action import Trace
|
||||||
|
from tracetools_trace.tools.names import DEFAULT_CONTEXT
|
||||||
from tracetools_trace.tools.names import DEFAULT_EVENTS_ROS
|
from tracetools_trace.tools.names import DEFAULT_EVENTS_ROS
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,6 +36,9 @@ def generate_launch_description():
|
||||||
events_kernel=[
|
events_kernel=[
|
||||||
'sched_switch',
|
'sched_switch',
|
||||||
],
|
],
|
||||||
|
context_names=[
|
||||||
|
'ip',
|
||||||
|
] + DEFAULT_CONTEXT,
|
||||||
),
|
),
|
||||||
Node(
|
Node(
|
||||||
package='tracetools_test',
|
package='tracetools_test',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue