mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
tools: add pw-dump tool
Dumps the complete object tree as json so that it can be processed with tools like jq
This commit is contained in:
parent
c61502f57c
commit
88fe2c4fb4
2 changed files with 1328 additions and 0 deletions
|
|
@ -17,6 +17,13 @@ executable('pw-dot',
|
|||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
executable('pw-dump',
|
||||
'pw-dump.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
executable('pw-profiler',
|
||||
'pw-profiler.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue