From a21dc76d81b3882474eb8fb5d25af3f0c582149e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Fri, 21 Jun 2024 09:45:54 +0200 Subject: [PATCH] Use 100 as example mark type As the types for mark timelines start at 100, it is likely that it matches in the first try. --- cfg/cpu/ovni/mark.cfg | 3 +-- cfg/thread/ovni/mark.cfg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cfg/cpu/ovni/mark.cfg b/cfg/cpu/ovni/mark.cfg index cc222e0..d874257 100644 --- a/cfg/cpu/ovni/mark.cfg +++ b/cfg/cpu/ovni/mark.cfg @@ -37,6 +37,5 @@ window_pixel_size 1 window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } -window_filter_module evt_type 1 102 +window_filter_module evt_type 1 100 window_filter_module evt_type_label 1 "CPU: Mark value of the RUNNING thread" - diff --git a/cfg/thread/ovni/mark.cfg b/cfg/thread/ovni/mark.cfg index 104ff29..a7ccac7 100644 --- a/cfg/thread/ovni/mark.cfg +++ b/cfg/thread/ovni/mark.cfg @@ -37,6 +37,5 @@ window_pixel_size 1 window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } -window_filter_module evt_type 1 102 +window_filter_module evt_type 1 100 window_filter_module evt_type_label 1 "Thread: Mark value of the RUNNING thread" -