Skip to content

lisa.trace: Fix FtraceCollector when all events are already available

FIX

When all events are already provided by the kernel, FtraceCollector will skip loading the kernel module. In that circumstance, a None value was assumed to be a kernel module instance.

Merge request reports