mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
12 lines
235 B
C
12 lines
235 B
C
|
#include "bcache.h"
|
||
|
#include "alloc_types.h"
|
||
|
#include "blockdev_types.h"
|
||
|
#include "buckets.h"
|
||
|
#include "btree_types.h"
|
||
|
#include "keylist.h"
|
||
|
|
||
|
#include <linux/blktrace_api.h>
|
||
|
|
||
|
#define CREATE_TRACE_POINTS
|
||
|
#include <trace/events/bcache.h>
|