Module: Mesa Branch: main Commit: cbd8e24b9fbd686950d75edd6066aac00d2e01ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbd8e24b9fbd686950d75edd6066aac00d2e01ed
Author: Chia-I Wu <[email protected]> Date: Fri Aug 26 13:04:59 2022 -0700 pps: enable track_event in system.cfg This enables MESA_TRACE_* tracepoints. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18260> --- src/tool/pps/cfg/system.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tool/pps/cfg/system.cfg b/src/tool/pps/cfg/system.cfg index 512384313b8..824fad26a1e 100644 --- a/src/tool/pps/cfg/system.cfg +++ b/src/tool/pps/cfg/system.cfg @@ -18,6 +18,15 @@ data_sources { } } +data_sources { + config { + name: "track_event" + track_event_config { + #enabled_tags: "slow" + } + } +} + data_sources { config { name: "linux.ftrace"
