mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
src: use helpers and add group_fd to remote API
This commit is contained in:
@ -44,11 +44,15 @@ libsysprof_public_headers = [
|
||||
]
|
||||
|
||||
libsysprof_private_sources = [
|
||||
'../stackstash.c',
|
||||
'binfile.c',
|
||||
'demangle.cpp',
|
||||
'elfparser.c',
|
||||
'ipc-service-client.c',
|
||||
'sysprof-helpers.c',
|
||||
'sysprof-line-reader.c',
|
||||
ipc_service_src,
|
||||
stackstash_sources,
|
||||
helpers_sources,
|
||||
]
|
||||
|
||||
libsysprof_public_sources += libsysprof_capture_sources
|
||||
@ -94,7 +98,9 @@ libsysprof = shared_library(
|
||||
'sysprof-@0@'.format(libsysprof_api_version),
|
||||
libsysprof_public_sources + libsysprof_private_sources,
|
||||
|
||||
include_directories: [include_directories('.'), libsysprof_capture_include_dirs],
|
||||
include_directories: [include_directories('.'),
|
||||
ipc_include_dirs,
|
||||
libsysprof_capture_include_dirs],
|
||||
dependencies: libsysprof_deps,
|
||||
c_args: libsysprof_c_args,
|
||||
install: true,
|
||||
|
||||
Reference in New Issue
Block a user