Refine default context names list
This commit is contained in:
parent
946b57ec6f
commit
d387d427db
1 changed files with 9 additions and 1 deletions
|
@ -75,11 +75,19 @@ DEFAULT_EVENTS_ROS = [
|
|||
'ros2:callback_end',
|
||||
]
|
||||
|
||||
DEFAULT_CONTEXT = [
|
||||
CONTEXT = [
|
||||
'procname',
|
||||
'perf:thread:instructions',
|
||||
'perf:thread:cycles',
|
||||
'perf:thread:cpu-cycles',
|
||||
'pid',
|
||||
'tid',
|
||||
'vpid',
|
||||
'vtid',
|
||||
]
|
||||
|
||||
DEFAULT_CONTEXT = [
|
||||
'procname',
|
||||
'vpid',
|
||||
'vtid',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue