repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
fs
/
iomap
/
trace.c
blob
da217246b1a94a36ee9be3fd1826e652b3549526
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Copyright (c) 2019 Christoph Hellwig
4
*/
5
#include <linux/iomap.h>
6
7
/*
8
* We include this last to have the helpers above available for the trace
9
* event implementations.
10
*/
11
#define CREATE_TRACE_POINTS
12
#include
"trace.h"