mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-profile: add SysprofSpawnable
This comes from libsysprof, but the goal here is to remove that library after getting this one into shape. So C&P is fine for now.
This commit is contained in:
@ -2,6 +2,7 @@ libsysprof_profile_public_sources = [
|
||||
'sysprof-instrument.c',
|
||||
'sysprof-profiler.c',
|
||||
'sysprof-recording.c',
|
||||
'sysprof-spawnable.c',
|
||||
]
|
||||
|
||||
libsysprof_profile_private_sources = [
|
||||
@ -15,6 +16,7 @@ libsysprof_profile_public_headers = [
|
||||
'sysprof-instrument.h',
|
||||
'sysprof-profiler.h',
|
||||
'sysprof-recording.h',
|
||||
'sysprof-spawnable.h',
|
||||
]
|
||||
|
||||
libsysprof_profile_deps = [
|
||||
|
||||
Reference in New Issue
Block a user