babeltrace(1): add the query-info command
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 11 Feb 2017 20:37:09 +0000 (15:37 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commit63ce0e1d658d528f48fd0f16d5a6748c1b369ef1
treedd98803f80d7a94ec9355d6be80a854e99e3fc48
parent90de159b47c08681635528a6fee20ef336f431f1
babeltrace(1): add the query-info command

The new query-info command is the interface for the query info component
class API:

    babeltrace query-info --sink plugin.sink get-something
       --params meow=mix,zoom=18,consider-this=yes

The action is mandatory, as well as exactly one --source/--filter/--sink
option with the plugin and component class names to query info from. If
--params is not omitted, the query info method receives bt_value_null.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-cfg.c
converter/babeltrace-cfg.h
converter/babeltrace.c
This page took 0.02618 seconds and 4 git commands to generate.