mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user