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:
Christian Hergert
2023-07-27 15:40:59 -07:00
parent 566bb7bccc
commit 048e366ea9
5 changed files with 170 additions and 0 deletions

View File

@ -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',
]