[lttng-dev] Sequence of strings
Francis Giraldeau
francis.giraldeau at gmail.com
Mon Jan 19 17:50:07 EST 2015
Hi,
I would like to record a sequence of strings. Here is an example:
struct foo {
string _my_string;
};
event {
...
fields := struct {
uint8_t _num;
struct foo _items[_num];
};
};
The program barectf does not allow it, and I wanted to know whether it's an
implementation limitation or if CTF supports it at all.
Thanks,
Francis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20150119/8bb9f474/attachment.html>
More information about the lttng-dev
mailing list