Remove some ust memory allocation events from list of required events
This commit is contained in:
parent
9f500d2061
commit
c6df464d58
1 changed files with 0 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue