Fixes: https://tracker.ceph.com/issues/72938
Signed-off-by: stzuraski898 <steven.zuraski@ibm.com>
...
}
+{
+ Python marshal unicode allocations - direct
+ Memcheck:Leak
+ match-leak-kinds: all
+ fun:malloc
+ ...
+ fun:_PyUnicode_FromUCS1.part.0
+ ...
+}
+
+{
+ Python marshal unicode allocations - via r_object
+ Memcheck:Leak
+ match-leak-kinds: all
+ fun:malloc
+ ...
+ fun:r_object
+ ...
+}
+
+{
+ Python marshal loads
+ Memcheck:Leak
+ match-leak-kinds: all
+ fun:malloc
+ ...
+ fun:marshal_loads
+ ...
+}
+
+{
+ Python obmalloc allocations
+ Memcheck:Leak
+ match-leak-kinds: all
+ fun:malloc
+ obj:*/libpython*.so*
+ ...
+}
+
+{
+ Python eval frame
+ Memcheck:Leak
+ match-leak-kinds: all
+ fun:malloc
+ ...
+ fun:_PyEval_EvalFrameDefault
+ ...
+}
+
{
ignore *all* ceph-mgr python crap. this is overkill, but better than nothing
Memcheck:Leak
match-leak-kinds: all
...
- fun:Py*
+ fun:*Py*
+ ...
+}
+
+{
+ ignore *all* ceph-mgr python crap. this is overkill, but better than nothing
+ Memcheck:Leak
+ match-leak-kinds: all
+ ...
+ fun:UnknownInlinedFun
...
}
...
fun:*ProtocolV2*
...
-}
-
+}
\ No newline at end of file