diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-25 15:45:35 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-25 15:45:35 -0300 |
commit | 98521b3869f8d6b4b9d2fdad8a56059e819ae002 (patch) | |
tree | 147c2ba21dcf8ca49cb87e106e8e1dbe9e4ef411 /tools/perf/util/session.c | |
parent | 5ab8c689f7c0c97e98b8014b7f0ede386bef5aaf (diff) | |
download | talos-obmc-linux-98521b3869f8d6b4b9d2fdad8a56059e819ae002.tar.gz talos-obmc-linux-98521b3869f8d6b4b9d2fdad8a56059e819ae002.zip |
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Just one more step into splitting util.[ch] to reduce the includes hell.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-navarr9mijkgwgbzu464dwam@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/session.c')
-rw-r--r-- | tools/perf/util/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index 3041c6b98191..7dc1096264c5 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c @@ -11,6 +11,7 @@ #include "evlist.h" #include "evsel.h" +#include "memswap.h" #include "session.h" #include "tool.h" #include "sort.h" |