lttng-docs
lttng-docs copied to clipboard
The LTTng Documentation: Source (official repository)
In handle_evaluation() we have: assert(event_field_value_status == LTTNG_EVENT_FIELD_VALUE_STATUS_OK); with recent changes in lttng-modules, when a page fault occurs, the resulting field is a event_field_value_status == LTTNG_EVENT_FIELD_VALUE_STATUS_UNAVAILABLE. If would be good if...
Signed-off-by: Christophe Bedard
It was brought to my attention that the following might confuse certain user as to if multiple channels with their own set of buffers can be created on a system...
We added the openSUSE instructions needed to install lttng on pc. Signed-off-by: Emilio Bruno Signed-off-by: Dario Faggioli
I removed the "**While True**" because it's made it look like the application was hanging. I added add_handler_if_not_exist code to show how to keep send logs to the stderr even...
This section has a few issues: https://lttng.org/docs/v2.13/#doc-persistent-memory-file-systems First, it states that LTTng supports NVRAM, which is inaccurate. First, a bit of context: The integration of LTTng-UST with DAX/PMEM has never...
Thought I'd add this since it's now available. I only did Ubuntu because I'm not really familiar with the other ones. Signed-off-by: Christophe Bedard