Remove some ust memory allocation events from list of required events

This commit is contained in:
Christophe Bedard 2019-12-29 13:01:15 -05:00
parent 9f500d2061
commit c6df464d58

View file

@ -101,11 +101,7 @@ class UserspaceMemoryUsageHandler(MemoryUsageHandler):
def required_events() -> List[str]:
return [
'lttng_ust_libc:malloc',
'lttng_ust_libc:calloc',
'lttng_ust_libc:realloc',
'lttng_ust_libc:free',
'lttng_ust_libc:memalign',
'lttng_ust_libc:posix_memalign',
]
def _handle_malloc(