Linux kernel source tree
Find a file
Jiri Olsa f681d593d1 perf annotate: Remove disasm__calc_percent() from disasm_line__print()
Remove disasm__calc_percent() from disasm_line__print(), because we
already have the data calculated in struct annotation_line.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20171011150158.11895-20-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-11-16 14:41:04 -03:00
arch Merge remote-tracking branch 'torvalds/master' into perf/core 2017-11-13 09:39:12 -03:00
block
certs
crypto
Documentation
drivers Merge remote-tracking branch 'torvalds/master' into perf/core 2017-11-13 09:39:12 -03:00
firmware
fs
include Merge remote-tracking branch 'torvalds/master' into perf/core 2017-11-13 09:39:12 -03:00
init
ipc
kernel Merge remote-tracking branch 'torvalds/master' into perf/core 2017-11-13 09:39:12 -03:00
lib
mm
net
samples
scripts modpost: detect modules without a MODULE_LICENSE 2017-11-12 13:47:40 -08:00
security
sound
tools perf annotate: Remove disasm__calc_percent() from disasm_line__print() 2017-11-16 14:41:04 -03:00
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.