From d262edad33dfc21e0eee5c7b18d232b93d8922cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 16 Feb 2021 01:27:36 +0100 Subject: CODEOWNERS: Add @DanielG as maintainer for RTS heap profiling code --- CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 7782dd9a76..c1429a0ded 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -15,6 +15,19 @@ /rts/linker/ @angerman @Phyx @simonmar /includes/ @bgamari @simonmar @osa1 +[RTS heap profiling] +/docs/users_guide/profiling.rst @DanielG +/includes/rts/ProfHeap.h @DanielG +/includes/rts/TraverseHeap.h @DanielG +/includes/rts/storage/ClosureMacros.h @DanielG +/rts/LdvProfile* @DanielG +/rts/ProfHeap* @DanielG +/rts/Retainer* @DanielG +/rts/TraverseHeap* @DanielG +/rts/sm/GC.c @DanielG +/rts/sm/Storage* @DanielG +/testsuite/tests/profiling/should_run/TraverseHeap* @DanielG + [The compiler] /compiler/parser/ @int-index /compiler/GHC/Hs/ @simonpj @rae -- cgit v1.2.1