Project

General

Profile

Actions

Bug #408

closed

disable-event -u -a disables _all_ events (not just wildcards)

Added by Mathieu Desnoyers over 11 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Target version:
Start date:
12/04/2012
Due date:
% Done:

0%

Estimated time:

Description

Wondering what should happen here:

lttng create
lttng enable-event -u 'ust*' --filter 'intfield==42'
lttng enable-event -u -a
lttng disable-event -u -a
lttng start

./hello
lttng stop; lttng view

Expected: 1 event with intfield == 42, result: no event at all.

However, if we use the '*' wildcard instead of -a, we get the expected result. I would have expected -a to behave in the same way as '*', but it's not the case for disable. Any reason for that ?

Thanks,

Mathieu

Actions

Also available in: Atom PDF