mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
This patch adds the trace-logger utility to the default set of packages
along with an optional launcher. With this change, only two steps are
needed to use Genode's tracing mechanism with Sculpt:
- Add 'trace_logger' to the 'launcher:' list of the .sculpt file
- Either manually select the 'trace_logger' from the '+' menu,
or add the following entry to the deploy configuration:
<start name="trace_logger"/>
By default, the trace logger is configured to trace all threads
executed in the runtime subsystem and to print a report every 10
seconds. This default policy can be refined in the launcher's <config>
node. Note that the trace logger does not respond to configuration
changes during runtime. Changes come into effect not before restarting
the component.
Issue #4448
25 lines
425 B
Plaintext
25 lines
425 B
Plaintext
_/pkg/system_shell
|
|
_/pkg/chroot
|
|
_/pkg/recall_fs
|
|
_/pkg/black_hole
|
|
_/pkg/nit_focus
|
|
_/pkg/rom_filter
|
|
_/pkg/rom_reporter
|
|
_/pkg/nic_router-nat
|
|
_/pkg/wm
|
|
_/pkg/themed_wm
|
|
_/pkg/themed_decorator
|
|
_/pkg/motif_decorator
|
|
_/pkg/window_layouter
|
|
_/pkg/sticks_blue_backdrop
|
|
_/pkg/nano3d
|
|
_/pkg/mesa_gears
|
|
_/pkg/fonts_fs
|
|
_/pkg/report_dump
|
|
_/pkg/qt5_textedit
|
|
_/pkg/mesa_gpu-cpu
|
|
_/pkg/usb_webcam
|
|
_/pkg/test-capture
|
|
_/pkg/trace_logger
|
|
_/pkg/mixer
|