Merge tag 'perf-core-for-mingo' of...
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: User visible changes: - No need to explicitely enable evsels for workload started from perf, let it be enabled via perf_event_attr.enable_on_exec, removing some events that take place in the 'perf trace' before a workload is really started by it. (Arnaldo Carvalho de Melo) - Fix to handle optimized not-inlined functions in 'perf probe' (Masami Hiramatsu) - Update 'perf probe' man page (Masami Hiramatsu) - 'perf trace': Allow mixing with tracepoints and suppressing plain syscalls (Arnaldo Carvalho de Melo) Infrastructure changes: - Introduce {trace_seq_do,event_format_}_fprintf functions to allow a default tracepoint field list printer to be used in tools that allows redirecting output to a file. (Arnaldo Carvalho de Melo) - The man page for pthread_attr_set_affinity_np states that _GNU_SOURCE must be defined before pthread.h, do it to fix the build in some systems (Josh Boyer) - Cleanups in 'perf buildid-cache' (Masami Hiramatsu) - Fix dso cache test case (Namhyung Kim) - Do Not rely on dso__data_read_offset() to open DSO (Namhyung Kim) - Make perf aware of tracefs (Steven Rostedt). - Fix build by defining STT_GNU_IFUNC for glibc 2.9 and older (Vinson Lee) - AArch64 symbol resolution fixes (Victor Kamensky) - Kconfig beachhead (Jiri Olsa) - Simplify nr_pages validity (Kaixu Xia) - Fixup header positioning in 'perf list' (Yunlong Song) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Showing
tools/build/Build.include
0 → 100644
tools/build/Makefile.build
0 → 100644
tools/build/tests/ex/Build
0 → 100644
tools/build/tests/ex/a.c
0 → 100644
tools/build/tests/ex/b.c
0 → 100644
tools/build/tests/ex/c.c
0 → 100644
tools/build/tests/ex/d.c
0 → 100644
tools/build/tests/ex/ex.c
0 → 100644
tools/build/tests/run.sh
0 → 100755
tools/lib/api/Build
0 → 100644
tools/lib/api/fd/Build
0 → 100644
tools/lib/api/fs/Build
0 → 100644
tools/lib/api/fs/findfs.c
0 → 100644
tools/lib/api/fs/findfs.h
0 → 100644
tools/lib/api/fs/tracefs.c
0 → 100644
tools/lib/api/fs/tracefs.h
0 → 100644
tools/lib/lockdep/Build
0 → 100644
tools/lib/traceevent/Build
0 → 100644
tools/perf/Build
0 → 100644
This diff is collapsed.
tools/perf/arch/Build
0 → 100644
tools/perf/arch/arm/Build
0 → 100644
tools/perf/arch/arm64/Build
0 → 100644
tools/perf/arch/s390/Build
0 → 100644
tools/perf/arch/sh/Build
0 → 100644
tools/perf/arch/sparc/Build
0 → 100644
tools/perf/arch/x86/Build
0 → 100644
tools/perf/bench/Build
0 → 100644
tools/perf/scripts/Build
0 → 100644
tools/perf/tests/Build
0 → 100644
tools/perf/ui/Build
0 → 100644
tools/perf/ui/browsers/Build
0 → 100644
tools/perf/ui/gtk/Build
0 → 100644
tools/perf/ui/tui/Build
0 → 100644
tools/perf/util/Build
0 → 100644
Please register or sign in to comment