wireplumber/modules/module-lua-scripting/api
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
..
api.c event-dispatcher: log event and hook names and chains 2023-04-17 07:47:09 -04:00
api.lua lua: add EventInterest convenience constructor for declaring interest on events 2023-04-17 07:47:09 -04:00
config.c lua: sandbox: remove all traces of the minimal_std flag, as it's no longer used 2022-04-23 20:14:59 +03:00
gresource.xml wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
json.c m-lua-scripting: ignore string/integer table keys when constructing a JSON Array/Object 2023-01-04 11:20:14 -05:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
pod.c Fix typo: numner to number 2022-12-14 10:51:52 +01:00
require.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00