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
_______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
