mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
9f96568c0a
Our types are exported to the tracepoint code, so it's not necessary to break things out individually when passing them to tracepoints - we can also call other functions from TP_fast_assign(). Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
15 lines
292 B
C
15 lines
292 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include "bcachefs.h"
|
|
#include "alloc_types.h"
|
|
#include "buckets.h"
|
|
#include "btree_iter.h"
|
|
#include "btree_locking.h"
|
|
#include "keylist.h"
|
|
#include "opts.h"
|
|
#include "six.h"
|
|
|
|
#include <linux/blktrace_api.h>
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace.h"
|