mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools: add utility to cat together sysprof streams
This currently isn't installed, but it is useful for joining streams together when working on sysprof data acquisition. We may want to install it at some point in the future. sysprof-cat file1 file2 file3 > out.syscap
This commit is contained in:
@ -6,6 +6,12 @@ sysprof_cli = executable('sysprof-cli',
|
||||
install: true,
|
||||
)
|
||||
|
||||
sysprof_cat = executable('sysprof-cat', 'sysprof-cat.c',
|
||||
dependencies: libsysprof_capture_dep,
|
||||
c_args: exe_c_args,
|
||||
link_args: exe_link_args,
|
||||
)
|
||||
|
||||
sysprof_dump = executable('sysprof-dump',
|
||||
'sysprof-dump.c',
|
||||
dependencies: libsysprof_capture_dep,
|
||||
|
||||
Reference in New Issue
Block a user