diff --git a/src/fsslower/fsslower.c b/src/fsslower/fsslower.c new file mode 100644 index 0000000000000000000000000000000000000000..3fa93a41d1ca62443569fc6bd3a6d028153986c1 --- /dev/null +++ b/src/fsslower/fsslower.c @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) +#include "commons.h" +#include "fsslower.h" +#include "fsslower.skel.h" +#include "btf_helpers.h" +#include "trace_helpers.h" +#include + +enum fs_type { + NONE, + BTRFS, + EXT4, + NFS, + XFS, +};