Actions
Feature #950
openExclude specific kernel events when enabling all of them
Start date:
10/09/2015
Due date:
% Done:
0%
Estimated time:
Description
It would be nice to be able to do that (like in UST):
lttng enable-event -k -a --exclude sched_switch
My current workaround:
lttng enable-event k $(lttng list -k | grep -v -E "Kernel|---" | grep -v sched_switch | awk '{print $1}' | tr "\n" ",")
Updated by Jérémie Galarneau over 8 years ago
- Project changed from LTTng-tools to LTTng-modules
- Target version set to Wishlist
Updated by Francis Deslauriers over 7 years ago
- Assignee set to Francis Deslauriers
Actions