From 08db521ad4ac9718a1a41e1c32b22f34c123d33a Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 28 Apr 2020 14:55:21 +0200 Subject: chattymalloc: trace thread_termination --- src/chattyparser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chattyparser.py') diff --git a/src/chattyparser.py b/src/chattyparser.py index 69bdf74..33dbf88 100755 --- a/src/chattyparser.py +++ b/src/chattyparser.py @@ -41,6 +41,7 @@ class Function(Enum): valloc = 6 pvalloc = 7 aligned_alloc = 8 + thread_termination = 9 class Trace: -- cgit v1.2.3