Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Steven Rostedt (VMware) ed8839e072 selftests/ftrace: Add test to test new set_ftrace_notrace_pid file
A new file was added to the tracing directory that will allow a user to
place a PID into it and the task associated to that PID will not be traced
by the function tracer. If the function-fork option is enabled, then neither
will the children of that task be traced by the function tracer.

Cc: linux-kselftest@vger.kernel.org
Cc: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-03-27 16:39:02 -04:00
arch More bugfixes, including a few remaining "make W=1" issues such 2020-03-01 15:16:35 -06:00
block
certs
crypto
Documentation tracing: Have the document reflect that the trace file keeps tracing enabled 2020-03-27 16:39:02 -04:00
drivers gpu/trace: add a gpu total memory usage tracepoint 2020-03-03 17:52:41 -05:00
fs Two more bug fixes (including a regression) for 5.6 2020-03-01 16:35:08 -06:00
include ring-buffer/tracing: Have iterator acknowledge dropped events 2020-03-27 16:39:01 -04:00
init tools/bootconfig: Show line and column in parse error 2020-03-03 17:38:42 -05:00
ipc
kernel tracing: Create set_event_notrace_pid to not trace tasks 2020-03-27 16:39:02 -04:00
lib tools/bootconfig: Show line and column in parse error 2020-03-03 17:38:42 -05:00
LICENSES
mm
net
samples
scripts
security
sound
tools selftests/ftrace: Add test to test new set_ftrace_notrace_pid file 2020-03-27 16:39:02 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pci-v5.6-fixes-2 2020-02-28 11:51:53 -08:00
Makefile Linux 5.6-rc4 2020-03-01 16:38:46 -06:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.