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-07-29 22:55:14 +02:00
2019-06-29 19:04:43 +02:00
2020-06-30 00:02:53 +02:00
2019-10-27 10:35:58 +01:00
2020-10-15 22:33:47 +02:00
2020-10-23 13:35:56 +02:00
2019-04-17 18:30:04 +02:00
2020-10-23 19:25:21 +02:00
2019-03-12 23:01:14 +01:00
2020-06-30 00:02:53 +02:00
2019-04-03 18:34:59 +02:00
2018-04-11 01:47:47 +02:00
2020-10-20 13:17:08 +02:00
2020-10-20 13:17:08 +02:00
2020-09-16 18:37:11 +02:00
2020-06-30 00:02:53 +02:00
2020-06-30 00:02:53 +02:00
2020-06-30 00:02:53 +02:00
2020-04-23 15:39:51 +02:00
2020-10-20 13:17:08 +02:00
2020-10-19 23:25:06 +02:00
2018-09-19 11:38:19 +02:00
2019-07-06 10:32:34 +02:00
2020-07-08 14:41:06 +02:00
2020-06-23 18:33:20 +02:00
2020-10-29 22:49:22 +01:00
2020-10-07 14:44:03 +02:00
2020-05-06 15:07:18 +02:00
2020-10-29 22:49:22 +01:00
2019-11-28 03:12:55 +01:00
2019-05-29 13:02:53 +02:00
2019-11-19 22:03:38 +01:00
2020-10-19 16:45:02 +02:00
2019-10-09 10:22:24 +02:00
2020-07-08 14:41:05 +02:00
2020-10-20 13:17:08 +02:00
2020-10-20 13:17:08 +02:00
2020-07-08 14:41:06 +02:00
2020-10-29 22:49:22 +01:00
2019-06-29 19:04:07 +02:00
2019-06-29 19:04:07 +02:00
2020-06-30 00:02:53 +02:00
2019-10-09 10:22:24 +02:00
2020-06-30 00:02:53 +02:00
2019-10-27 10:39:56 +01:00
2019-07-06 10:32:34 +02:00
2018-04-11 21:45:55 +02:00
2020-09-09 14:40:41 +02:00
2018-01-25 23:25:57 +01:00
2020-06-15 19:30:54 +02:00
2020-10-20 13:17:08 +02:00
2019-11-28 03:12:55 +01:00
2020-10-27 13:21:01 +01:00