*/
#include <stdint.h>
+#include <ust/lttng-events.h>
#include "ust/bitfield.h"
#include "ust/clock.h"
-#include "ltt-events.h"
#include "ltt-tracer.h"
#include "../libringbuffer/frontend_types.h"
WARN_ON_ONCE(1);
}
- ctx_record(ctx, ltt_chan, event->ctx);
ctx_record(ctx, ltt_chan, ltt_chan->ctx);
+ ctx_record(ctx, ltt_chan, event->ctx);
return;
default:
WARN_ON_ONCE(1);
}
- ctx_record(ctx, ltt_chan, event->ctx);
ctx_record(ctx, ltt_chan, ltt_chan->ctx);
+ ctx_record(ctx, ltt_chan, event->ctx);
}
static const struct lib_ring_buffer_config client_config;