Refine default context names list

This commit is contained in:
Christophe Bedard 2020-01-01 14:11:19 -05:00
parent 946b57ec6f
commit d387d427db

View file

@ -75,11 +75,19 @@ DEFAULT_EVENTS_ROS = [
'ros2:callback_end', 'ros2:callback_end',
] ]
DEFAULT_CONTEXT = [ CONTEXT = [
'procname', 'procname',
'perf:thread:instructions', 'perf:thread:instructions',
'perf:thread:cycles', 'perf:thread:cycles',
'perf:thread:cpu-cycles', 'perf:thread:cpu-cycles',
'pid',
'tid',
'vpid',
'vtid',
]
DEFAULT_CONTEXT = [
'procname',
'vpid', 'vpid',
'vtid', 'vtid',
] ]