-
- Downloads
Merge tag 'perf-core-for-mingo-20161005' of...
Merge tag 'perf-core-for-mingo-20161005' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: - Intel PT timestamp fixes (Adrian Hunter) - Fix Intel JSON fixed counter conversions (Andi Kleen) - Sync memcpy, cpufeatures and bpf headers with the kernel (Arnaldo Carvalho de Melo) - Add some more tool tips (Donghyun Kim, Kim SeonYoung, Nambong Ha) - Fix libtraceevent's kbuffer_read_at_offset() handling of offsets before or equal the first event (Namhyung Kim) - Fix uretprobe probe placement on ppc64le (Ravi Bangoria) - Support building C++ source files and add feature detection for g++, prep work for supporting a builtin clang/llvm, to remove the need for having that toolchain installed to automagically build BPF scriptlets that then gets uploaded to the kernel via sys_bpf() (Wang Nan) Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- tools/arch/x86/include/asm/cpufeatures.h 0 additions, 1 deletiontools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/lib/memcpy_64.S 3 additions, 3 deletionstools/arch/x86/lib/memcpy_64.S
- tools/build/Build.include 1 addition, 0 deletionstools/build/Build.include
- tools/build/Makefile.build 7 additions, 0 deletionstools/build/Makefile.build
- tools/build/Makefile.feature 1 addition, 1 deletiontools/build/Makefile.feature
- tools/build/feature/Makefile 9 additions, 1 deletiontools/build/feature/Makefile
- tools/build/feature/test-cxx.cpp 15 additions, 0 deletionstools/build/feature/test-cxx.cpp
- tools/include/uapi/linux/bpf.h 2 additions, 2 deletionstools/include/uapi/linux/bpf.h
- tools/lib/traceevent/kbuffer-parse.c 1 addition, 0 deletionstools/lib/traceevent/kbuffer-parse.c
- tools/perf/Documentation/tips.txt 4 additions, 0 deletionstools/perf/Documentation/tips.txt
- tools/perf/arch/powerpc/util/sym-handling.c 2 additions, 1 deletiontools/perf/arch/powerpc/util/sym-handling.c
- tools/perf/pmu-events/jevents.c 2 additions, 0 deletionstools/perf/pmu-events/jevents.c
- tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 38 additions, 0 deletionstools/perf/util/intel-pt-decoder/intel-pt-decoder.c
tools/build/feature/test-cxx.cpp
0 → 100644
Please sign in to comment