Project

General

Profile

Actions

Feature #630

closed

'lttng list session_name' should list the filters attached to the events

Added by Daniel U. Thibault over 10 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
Start date:
09/11/2013
Due date:
% Done:

0%

Estimated time:

Description

Right now, once a filter is attached to an event you can't later get lttng list to tell you what the filter is.

$ lttng enable-event -u -c ch0 sample:ev* --filter "intfield < 500" 
Filter 'intfield < 500' successfully set
$ lttng list z
Tracing session z: [inactive]
[...]
    Events:
      sample:ev* (type: tracepoint) [enabled] [with filter]

It should be a simple matter to change the list display to this:

$ lttng list z
Tracing session z: [inactive]
[...]
    Events:
      sample:ev* (type: tracepoint) [enabled] [with filter 'intfield < 500']

Related issues 2 (0 open2 closed)

Related to LTTng-tools - Feature #334: Display configured filterResolved09/13/2012

Actions
Has duplicate LTTng-tools - Feature #836: List of events (lttng list) presents usability problemsResolvedPhilippe Proulx09/11/2014

Actions
Actions

Also available in: Atom PDF