No description
Find a file
Jiri Olsa 914eb9ca51 perf callchain: Reset cursor arg instead of callchain_cursor
We already pass cursor into thread__resolve_callchain function, so
there's no point in resetting the global instance.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-puk015qvuppao9m1xtdy9v7j@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-11-16 14:50:08 -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 perf: Fix header.size for namespace events 2017-11-16 14:50:04 -03:00
lib
mm
net
samples
scripts
security
sound
tools perf callchain: Reset cursor arg instead of callchain_cursor 2017-11-16 14:50:08 -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.