mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof-profile: add proxied instrument
This fetches data into a memfd from a peer process and then appends it to the capture at the end of recording.
This commit is contained in:
@ -6,6 +6,7 @@ libsysprof_profile_public_sources = [
|
||||
'sysprof-memory-usage.c',
|
||||
'sysprof-network-usage.c',
|
||||
'sysprof-profiler.c',
|
||||
'sysprof-proxied-instrument.c',
|
||||
'sysprof-recording.c',
|
||||
'sysprof-sampler.c',
|
||||
'sysprof-spawnable.c',
|
||||
@ -29,6 +30,7 @@ libsysprof_profile_public_headers = [
|
||||
'sysprof-memory-usage.h',
|
||||
'sysprof-network-usage.h',
|
||||
'sysprof-profiler.h',
|
||||
'sysprof-proxied-instrument.h',
|
||||
'sysprof-recording.h',
|
||||
'sysprof-sampler.h',
|
||||
'sysprof-spawnable.h',
|
||||
|
||||
Reference in New Issue
Block a user