LADI
/
spa
1
Fork 0
spa/src/pipewire
Wim Taymans 2ee7996cf7 impl-node: improve stats
The signal_time of the driver is supposed to be the time when the
driver started, not when it was signaled the last time to complete
the graph. Remember the start time and override the signal time when
the graph completes.
2023-05-25 20:22:49 +02:00
..
extensions impl-node: run the remote driver node logic remotely 2023-05-22 17:10:01 +02:00
array.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
buffers.c buffers: add new ASYNC flag 2023-03-30 15:03:29 +02:00
buffers.h buffers: add new ASYNC flag 2023-03-30 15:03:29 +02:00
client.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
conf.c conf: expose some internal methods 2023-04-19 17:29:17 +02:00
conf.h conf: expose some internal methods 2023-04-19 17:29:17 +02:00
context.c remote-node: only signal graph end when profiling 2023-05-24 22:40:28 +02:00
context.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
control.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
control.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
core.c protocol-native: emit bound_id and bound_props from protocol 2023-03-22 10:20:14 +01:00
core.h core: add bound_props event 2023-03-21 17:22:27 +01:00
data-loop.c hooks: add and use _fast callback function 2023-05-06 00:27:12 +02:00
data-loop.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
device.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
factory.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
filter.c filter: fix warning 2023-05-24 18:24:06 +02:00
filter.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
global.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
global.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
i18n.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-client.c impl-client: check global id registry generation in client.error method 2023-05-06 19:05:12 +03:00
impl-client.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-core.c impl-core: store hello version in core resource 2023-03-21 17:20:18 +01:00
impl-core.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-device.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-device.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-factory.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-factory.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-link.c impl-node: only copy relevant fields from target 2023-05-24 14:35:47 +02:00
impl-link.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-metadata.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-metadata.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-module.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-module.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-node.c impl-node: improve stats 2023-05-25 20:22:49 +02:00
impl-node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl-port.c impl-port/audioconvert: add PORT_IGNORE_LATENCY 2023-05-03 18:01:00 +00:00
impl-port.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
impl.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
introspect.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
keys.h stream: ignore latency of monitor stream ports 2023-05-03 18:01:00 +00:00
link.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
log.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
log.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
loop.c hooks: add and use _fast callback function 2023-05-06 00:27:12 +02:00
loop.h hooks: add and use _fast callback function 2023-05-06 00:27:12 +02:00
main-loop.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
main-loop.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
map.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
mem.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
mem.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build treewide: meson.build: use `host_machine` instead of `build_machine` 2022-08-17 07:34:20 +00:00
module.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
permission.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
pipewire.c pipewire: add pw_random() 2023-02-22 15:27:27 +01:00
pipewire.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
port.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
private.h impl-node: improve stats 2023-05-25 20:22:49 +02:00
properties.c properties: fix serialization of values 2023-05-12 10:11:41 +02:00
properties.h properties: add color support for dumping properties 2023-04-20 10:02:08 +02:00
protocol.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
protocol.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
proxy.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
proxy.h core: add bound_props event 2023-03-21 17:22:27 +01:00
resource.c core: add bound_props event 2023-03-21 17:22:27 +01:00
resource.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
settings.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
stream.c stream: do fast calls for the process function 2023-05-24 18:01:41 +02:00
stream.h stream: expose pw_stream_set_param() 2023-04-17 16:21:34 +02:00
thread-loop.c thread-loop: remove callbacks in destroy 2023-04-12 16:46:39 +02:00
thread-loop.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
thread.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
thread.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
type.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
utils.c utils: handle random_r fallback 2023-02-22 16:48:04 +01:00
utils.h Move ENODATA definition into the utils.h header for more visibility. 2023-03-15 16:53:41 +00:00
version.h.in treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
work-queue.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
work-queue.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00