perf report: Introduce --ignore-vmlinux command line option
Arnaldo Carvalho de Melo authored
We've had this in 'perf top' for quite a while, useful if one wishes
to force using /proc/kcore to do annotation using the patched kernel
instead of the ELF image it started from, aka vmlinux.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-ircpvox4wzsv7gasrpb28fw9@git.kernel.org

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
91340c51
Name Last commit Last update
Documentation Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
LICENSES LICENSES: Add MPL-1.1 license
arch Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
block Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist
crypto X.509: fix NULL dereference when restricting key with unsupported_sig
drivers Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
firmware kbuild: remove all dummy assignments to obj-
fs Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
include Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
init jump_label: Explicitly disable jump labels in __init code
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel Merge tag 'v4.16-rc6' into perf/core, to pick up fixes
lib btree: avoid variable-length allocations
mm Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples Merge tag 'seccomp-v4.16-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc4
scripts kbuild: Handle builtin dtb file names containing hyphens
security integrity/security: fix digsig.c build error with header file
sound Merge tag 'asoc-fix-v4.16-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
tools perf report: Introduce --ignore-vmlinux command line option
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .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.