Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
tracepoint.hh
1#pragma once
16#include "lix/config.h"
17
18// NOTE: glib disables this for the clang static analyzer, idk if we need to also
19#if HAVE_DTRACE
20#define TRACE(body) body
21#include <sys/sdt.h>
22#else
23#define TRACE(body)
24#endif