wireplumber/modules
Ashok Sidipotu ff833b138d event-dispatcher: log event and hook names and chains
- Add a new variable "name" in WpEventHook and use it to log all the
  hooks(by name) picked up in _push_event(). This gives a clear picture
  if hook is registered for a given event.
- Form a name for an event and a chain of events for an event run, log
  both of them. This gives a clear picture of the events executed and
  order in which they are dispatched.
- Similarly build hooks chain and print it in _source_dispatch(), this
  gives a clear picture of the hooks picked and the order in which they
  are dispatched.
- Log only the dispatchable(with hooks) events, this de-clutters
  the log messages.
2023-04-17 07:47:09 -04:00
..
module-default-nodes default-nodes: use WpSpaJson API 2022-01-25 07:40:59 -05:00
module-lua-scripting event-dispatcher: log event and hook names and chains 2023-04-17 07:47:09 -04:00
module-reserve-device Fix leftover use of module-reserve-device's state property 2022-07-14 13:02:19 +00:00
meson.build modules: add m-standard-event-source 2023-04-17 07:47:09 -04:00
module-default-nodes-api.c event-dispatcher: log event and hook names and chains 2023-04-17 07:47:09 -04:00
module-default-nodes.c event-dispatcher: log event and hook names and chains 2023-04-17 07:47:09 -04:00
module-default-profile.c config: port device-activation module to policy-device.profile.lua 2022-02-16 13:37:40 -05:00
module-file-monitor-api.c file-monitor-api: allow watching files too, not just directories 2021-10-19 17:16:37 +03:00
module-logind.c modules/logind: be more specific when creating the login monitor 2022-05-02 08:27:43 +00:00
module-metadata.c lib: introduce WpComponentLoader and remove WpModule 2021-02-03 17:16:51 +02:00
module-mixer-api.c m-mixer-api: fix channelVolumes array iteration in set-volume 2022-05-02 11:02:40 +03:00
module-portal-permissionstore.c modules: move all portal-permissionstore code into one file 2022-06-02 12:34:16 -04:00
module-settings.c lib: wpsettings: Add _register_callback () API 2023-04-17 07:44:19 -04:00
module-si-audio-adapter.c module-si-audio-adapter: Pass through encoded audio 2022-12-07 15:18:25 +00:00
module-si-audio-endpoint.c si-adapter: add ports state change signal 2022-05-05 08:09:21 +00:00
module-si-node.c si-node: skip control ports from the list of ports to be linked 2022-06-28 10:52:49 +03:00
module-si-standard-link.c m-si-link: propagate WpLink errors 2023-02-16 10:39:31 +00:00
module-standard-event-source.c m-standard-event-source: fix params of on-params-changed event 2023-04-17 07:47:09 -04:00