Project

General

Profile

Actions

Feature #950

open

Exclude specific kernel events when enabling all of them

Added by Julien Desfossez over 8 years ago. Updated almost 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Francis Deslauriers
Target version:
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" ",")

Actions

Also available in: Atom PDF