]> asedeno.scripts.mit.edu Git - linux.git/commit
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Oct 2017 13:31:47 +0000 (10:31 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Oct 2017 14:20:53 +0000 (11:20 -0300)
commit1695849735752d2ace22d8c424ba579e33df691c
tree83133ee193eafdaf8802fc0465c85964adf47974
parentead81ee4f887c2e6205dacb83ab2e24367a003c1
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files

To better organize the sources, and we may end up even using it
directly, without evlists and evsels.

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-oiqrm7grflurnnzo2ovfnslg@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/Build
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/mmap.c [new file with mode: 0644]
tools/perf/util/mmap.h [new file with mode: 0644]
tools/perf/util/python-ext-sources