Dmitry Kozlyuk
262c4ee791
trace: add size_t field emitter
...
It is not guaranteed that sizeof(long) == sizeof(size_t). On Windows,
sizeof(long) == 4 and sizeof(size_t) == 8 for 64-bit programs.
Tracepoints using "long" field emitter are therefore invalid there.
Add dedicated field emitter for size_t and use it to store size_t values
in all existing tracepoints.
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2020-06-15 19:27:00 +02:00
..
2020-04-16 18:16:18 +02:00
2020-05-11 13:17:43 +02:00
2019-11-20 23:05:39 +01:00
2020-04-14 16:22:34 +02:00
2020-03-31 13:08:55 +02:00
2020-04-16 18:30:58 +02:00
2020-04-14 16:22:34 +02:00
2020-05-24 11:52:35 +02:00
2020-04-21 11:34:09 +02:00
2020-06-15 19:27:00 +02:00
2020-04-16 18:16:46 +02:00
2020-05-11 22:27:39 +02:00
2020-05-02 12:31:57 +02:00
2020-04-14 16:22:34 +02:00
2020-04-14 16:22:34 +02:00
2020-05-05 23:32:02 +02:00
2019-11-20 23:05:39 +01:00
2019-11-20 23:05:39 +01:00
2020-05-18 13:54:36 +02:00
2020-04-25 15:15:27 +02:00
2020-05-11 13:17:43 +02:00
2019-11-20 23:05:39 +01:00
2020-02-14 11:59:01 +01:00
2020-05-19 15:05:56 +02:00
2020-01-20 01:32:50 +01:00
2020-04-24 19:29:02 +02:00
2020-06-11 16:26:33 +02:00
2019-11-20 23:05:39 +01:00
2020-06-15 19:27:00 +02:00
2020-05-19 16:25:09 +02:00
2020-05-19 14:05:21 +02:00
2020-04-25 15:15:27 +02:00
2020-05-13 15:38:50 +02:00
2020-05-19 11:18:38 +02:00
2020-04-21 11:34:09 +02:00
2020-04-16 18:16:46 +02:00
2020-04-21 11:34:09 +02:00
2020-04-16 18:30:58 +02:00
2020-05-11 00:37:16 +02:00
2020-04-22 20:46:00 +02:00
2019-11-20 23:05:39 +01:00
2020-04-14 16:22:34 +02:00
2020-05-11 19:20:54 +02:00
2020-04-16 18:16:18 +02:00
2020-04-23 17:56:38 +02:00
2020-04-14 16:22:34 +02:00
2020-03-18 00:59:17 +01:00
2020-05-24 18:01:31 +02:00
2020-04-26 22:07:38 +02:00
2020-05-19 17:12:17 +02:00
2020-05-11 00:37:16 +02:00
2020-05-11 00:37:16 +02:00