Add ovni level config to nanos6.toml

This commit is contained in:
Rodrigo Arias 2022-09-12 15:55:24 +02:00
parent 81e5f19267
commit 4f1125818c

View File

@ -162,6 +162,12 @@
# "sys_enter_gettimeofday",
# "sys_exit_gettimeofday"
# ]
[instrument.ovni]
# Level of detail. Selects what should be instrumented:
# 1 = Tasks
# 2 = Tasks + simple subsystem (the default)
# 3 = Tasks + full subsystem + memory (huge performance penalty)
level = 2
[instrument.extrae]
# Indicate whether the trace should show the activity of the threads instead of the CPUs'
# activity. Default is false, which shows the activity of CPUs