Lines Matching full:all
45 "trace-events" file. All directories which contain "trace-events" files must be
50 The individual "trace-events" files are merged into a "trace-events-all" file,
83 all events be declared directly in the sub-directory that uses them. The only
127 cannot include all user-defined struct declarations and it is therefore
219 If multiple backends are enabled, the trace is sent to them all.
267 simpletrace.py script. The script takes the "trace-events-all" file and the
270 ./scripts/simpletrace.py trace-events-all trace-12345
272 You must ensure that the same "trace-events-all" file was used to build QEMU,
299 them). All events are logged at LOG_INFO level.
318 While running an instrumented QEMU, LTTng should be able to list all available
332 enable all tracepoint events. Start and stop tracing as needed::
361 --group=all \
362 trace-events-all \
372 Each event in the "trace-events-all" file can be prefixed with a space-separated
384 thus having no performance impact at all on regular builds (i.e., unless you
385 edit the "trace-events-all" file).