mainlining shenanigans
ddc4becca1
- Initial support for linking with python3, by explicitely setting the PYTHON Makefile variable, python2 remains supported, more work needed to test the shipped python scripts used with 'perf script' (Jaroslav Škarvada) - Make twatch.py, an example python script that sets up evlists and evsels to then parse events from mmap, to work with both python2 and python3 (Arnaldo Carvalho de Melo) - Fix setting 'perf ftrace' function filter when using a non-existent function, which should result in an error instead of simply not setting the filter and showing all functions (Changbin Du) - Fix paranoid check in machine__set_kernel_mmap(), problem introduced in previous perf/core batch (Namhyung Kim) - Fix reading cpuid model information in s/390, ditto, also introduced in the previous perf/core batch (Thomas Richter) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEELb9bqkb7Te0zijNb1lAW81NSqkAFAlqMy6wACgkQ1lAW81NS qkCbmw//Tntt2ijLxtNySfjTTAfG8cdPem3dz9mGKL+0Wip1aFMtBPrh8CV5WXbc lyHqIqmdkEAHUwZY1Fb9QT8Lz/0ASn+WpiOHhay2/5KKmijGCTH3DCcGXdJO+bea FvxLdBJA/sBCeK6p83X+H2U2KfEaEdvknH0VB3pZoX+cnI9MPuiEIcB+nF9zQxFx QnutwRez5uaWtSSyQVdsmvU7qIgRu8dxNmDYE4N+QQPaMm9Ee0e2czPdZCpcSQes Qpr9koNmHnI3nv3L8/72MuMmUDEDuuyIrmqzA2riBPq0PNTsXXGNbZQiFbhQihqe BW5gMKXk8mgvyvQjCBpEY3Cx5yWJh5wFJqc87RbKGpoSRlicTmBLQ8dGs40l8Z37 bbrSGPpwEQ9a4IOKp1d8B3LB+/cTkElGXKu5PxLGhgVLulgxCQNsN1fKsj+SESaI ZYglDH/o7JgSqrciCMEwcNFw4ZswoyTD98ERx/KtHNAUbRAvAud2hKmiirx/N1M2 5LLgzBcMxRVDS+wcmC2oxhbJKbyQEACSs4rF+8srEe4O5uqX3kxNYgEtqE5V9Rp6 ROAsfM1S+UjWty7+oHLxXQ2uvS5/qSoM3DyqSXwbBRrhtxawSaNtuGJHzv/Hh4uD UNk84ZZZYQZtF0QHWjJc6GFVPhiUfjUhRGysihDmXDgoCMyiwGw= =P/Qp -----END PGP SIGNATURE----- Merge tag 'perf-core-for-mingo-4.17-20180220' 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: - Initial support for linking with python3, by explicitely setting the PYTHON Makefile variable, python2 remains supported, more work needed to test the shipped python scripts used with 'perf script' (Jaroslav Škarvada) - Make twatch.py, an example python script that sets up evlists and evsels to then parse events from mmap, to work with both python2 and python3 (Arnaldo Carvalho de Melo) - Fix setting 'perf ftrace' function filter when using a non-existent function, which should result in an error instead of simply not setting the filter and showing all functions (Changbin Du) - Fix paranoid check in machine__set_kernel_mmap(), problem introduced in previous perf/core batch (Namhyung Kim) - Fix reading cpuid model information in s/390, ditto, also introduced in the previous perf/core batch (Thomas Richter) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.