David Marchand f4d2ad3aa9 trace: make CTF metadata prettier
This is simply a cosmetic change.

Before:
event {
    id = 17;
    name = "lib.eal.alarm.set";
    fields := struct {
        uint64_t us;uintptr_t cb_fn;uintptr_t cb_arg;int32_t rc;
    };
};

After:
event {
    id = 17;
    name = "lib.eal.alarm.set";
    fields := struct {
        uint64_t us;
        uintptr_t cb_fn;
        uintptr_t cb_arg;
        int32_t rc;
    };
};

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Sunil Kumar Kori <skori@mavell.com>
2020-10-29 22:49:22 +01:00
..
2019-04-03 18:34:59 +02:00
2020-09-16 18:37:11 +02:00
2019-11-19 22:03:38 +01:00
2020-07-08 14:41:06 +02:00
2019-10-27 10:39:56 +01:00
2019-07-06 10:32:34 +02:00
2020-09-09 14:40:41 +02:00
2018-01-25 23:25:57 +01:00