Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tool fixes from Ingo Molnar: "Misc tooling fixes: python3 related fixes, gcc8 fix, bashism fixes and some other smaller fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf tools: Use python-config --includes rather than --cflags perf script python: Fix dict reference counting perf stat: Fix --interval_clear option perf tools: Fix compilation errors on gcc8 perf test shell: Prevent temporary editor files from being considered test scripts perf llvm-utils: Remove bashism from kernel include fetch script perf test shell: Make perf's inet_pton test more portable perf test shell: Replace '|&' with '2>&1 |' to work with more shells perf scripts python: Add Python 3 support to EventClass.py perf scripts python: Add Python 3 support to sched-migration.py perf scripts python: Add Python 3 support to Util.py perf scripts python: Add Python 3 support to SchedGui.py perf scripts python: Add Python 3 support to Core.py perf tools: Generate a Python script compatible with Python 2 and 3
Showing
- tools/perf/Makefile.config 1 addition, 2 deletionstools/perf/Makefile.config
- tools/perf/arch/x86/util/perf_regs.c 1 addition, 1 deletiontools/perf/arch/x86/util/perf_regs.c
- tools/perf/builtin-stat.c 1 addition, 1 deletiontools/perf/builtin-stat.c
- tools/perf/jvmti/jvmti_agent.c 2 additions, 1 deletiontools/perf/jvmti/jvmti_agent.c
- tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Core.py 17 additions, 23 deletions...erf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Core.py
- tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py 3 additions, 1 deletion...ripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
- tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py 1 addition, 1 deletion...scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py
- tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py 6 additions, 5 deletions...erf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
- tools/perf/scripts/python/sched-migration.py 9 additions, 5 deletionstools/perf/scripts/python/sched-migration.py
- tools/perf/tests/builtin-test.c 1 addition, 1 deletiontools/perf/tests/builtin-test.c
- tools/perf/tests/shell/record+probe_libc_inet_pton.sh 21 additions, 16 deletionstools/perf/tests/shell/record+probe_libc_inet_pton.sh
- tools/perf/tests/shell/trace+probe_vfs_getname.sh 1 addition, 1 deletiontools/perf/tests/shell/trace+probe_vfs_getname.sh
- tools/perf/util/llvm-utils.c 3 additions, 3 deletionstools/perf/util/llvm-utils.c
- tools/perf/util/scripting-engines/trace-event-python.c 17 additions, 20 deletionstools/perf/util/scripting-engines/trace-event-python.c
Please register or sign in to comment