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 #1

Updated by Jérémie Galarneau almost 8 years ago

  • Project changed from LTTng-tools to LTTng-modules
  • Target version set to Wishlist
Actions #2

Updated by Francis Deslauriers almost 7 years ago

  • Assignee set to Francis Deslauriers
Actions

Also available in: Atom PDF