mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add a SysprofTracefdConsumer
This is meant to simplify the proxying of data from a tracefd into the destination capture.
This commit is contained in:
@ -57,6 +57,7 @@ libsysprof_public_sources = [
|
||||
'sysprof-system-logs.c',
|
||||
'sysprof-thread-info.c',
|
||||
'sysprof-time-span.c',
|
||||
'sysprof-tracefd-consumer.c',
|
||||
'sysprof-tracer.c',
|
||||
]
|
||||
|
||||
@ -118,6 +119,7 @@ libsysprof_public_headers = [
|
||||
'sysprof-system-logs.h',
|
||||
'sysprof-thread-info.h',
|
||||
'sysprof-time-span.h',
|
||||
'sysprof-tracefd-consumer.h',
|
||||
'sysprof-tracer.h',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user