Re: [PATCH v4 3/4] perf inject: add jitdump mmap injection support

From: Carl E. Love
Date: Wed Mar 25 2015 - 16:42:12 EST


On Tue, 2015-03-24 at 23:25 +0100, Stephane Eranian wrote:
> tools/build/Makefile.feature | 2 +
> tools/build/feature/Makefile | 4 +
> tools/build/feature/test-libcrypto.c | 9 +
> tools/perf/Documentation/perf-inject.txt | 6 +
> tools/perf/builtin-inject.c | 60 +++-
> tools/perf/config/Makefile | 11 +
> tools/perf/util/Build | 2 +
> tools/perf/util/genelf.c | 479
> +++++++++++++++++++++++++
> tools/perf/util/genelf.h | 6 +
> tools/perf/util/jitdump.c | 588
> +++++++++++++++++++++++++++++++
> tools/perf/util/jitdump.h | 92 +++++
> 11 files changed, 1246 insertions(+), 13 deletions(-)
> create mode 100644 tools/build/feature/test-libcrypto.c
> create mode 100644 tools/perf/util/genelf.c
> create mode 100644 tools/perf/util/genelf.h
> create mode 100644 tools/perf/util/jitdump.c
> create mode 100644 tools/perf/util/jitdump.h
>

Stephane:

I do not fine the directory tools/build in the linux kernel tree. I am
wondering if the Build file and the tools/build directory might be part
of your source tree build environment?

Carl Love

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/