mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: add collector interface for samples
This commit is contained in:
@ -68,5 +68,8 @@ void sysprof_collector_allocate (SysprofCaptureAddress
|
||||
gint64 alloc_size,
|
||||
SysprofBacktraceFunc backtrace_func,
|
||||
gpointer backtrace_data);
|
||||
SYSPROF_AVAILABLE_IN_3_36
|
||||
void sysprof_collector_sample (SysprofBacktraceFunc backtrace_func,
|
||||
gpointer backtrace_data);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user