mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
capture: add sysprof_collector_is_active()
This can be used to check if a collector is actively running.
This commit is contained in:
@ -65,6 +65,8 @@ SYSPROF_BEGIN_DECLS
|
||||
|
||||
SYSPROF_AVAILABLE_IN_3_36
|
||||
void sysprof_collector_init (void);
|
||||
SYSPROF_AVAILABLE_IN_3_38
|
||||
bool sysprof_collector_is_active (void);
|
||||
SYSPROF_AVAILABLE_IN_3_36
|
||||
void sysprof_collector_allocate (SysprofCaptureAddress alloc_addr,
|
||||
int64_t alloc_size,
|
||||
|
||||
Reference in New Issue
Block a user