Project

General

Profile

Actions

Bug #107

closed

Enable UST event using wildcard problem

Added by Bernd Hufmann about 13 years ago. Updated about 13 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/24/2012
Due date:
% Done:

0%

Estimated time:

Description

When enabling UST events with wildcard, the event name in the list print-out is random.
The command I used is: lttng enable-event * -u --loglevel TRACE_DEBUG_LINE

The "lttng list session" command shows a different name (hallo) which is not correct:

Tracing session session: [inactive]
Trace path: /home/user/lttng-traces/my-20120224-134342

=== Domain: UST global ===

Channels:
-------------
- channel0: [enabled]

Attributes:
overwrite mode: 0
subbufers size: 4096
number of subbufers: 4
switch timer interval: 0
read timer interval: 200
output: mmap()
Events:
hello (loglevel: TRACE_DEBUG_LINE (13)) (type: tracepoint) [enabled]

I used the commit aeb968923d1245f4cb2be1eed2ab7b8b5eb45cf8

Actions #1

Updated by David Goulet about 13 years ago

  • Status changed from New to Invalid

Same problem as the previous issues on disabling wildcard. (bug #111)

You need to enclose the * in single quote.

Actions

Also available in: Atom PDF