libsysprof-profile: start on linux host info instrument

This instrument is meant to gather information about the host that we will
need as part of the capture to decode things properly.
This commit is contained in:
Christian Hergert
2023-05-27 10:33:45 -07:00
parent 80bc9ac370
commit 02811d593b
3 changed files with 184 additions and 0 deletions

View File

@ -20,6 +20,12 @@ libsysprof_profile_public_headers = [
'sysprof-spawnable.h',
]
if host_machine.system() == 'linux'
libsysprof_profile_private_sources += [
'sysprof-linux-instrument.c',
]
endif
libsysprof_profile_deps = [
dependency('gio-2.0', version: glib_req_version),
dependency('gio-unix-2.0',