No description
Find a file
Shang XiaoJing 4fb47c8c20 perf tools: Add same_cmd_with_prefix() helper
Wrap repeated code in helper function same_cmd_with_prefix for more
clearly.

Signed-off-by: Shang XiaoJing <shangxiaojing@huawei.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220906032906.21395-2-shangxiaojing@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2022-10-04 08:55:21 -03:00
arch
block STATX_DIOALIGN for 6.1 2022-10-03 20:33:41 -07:00
certs
crypto
Documentation
drivers dlm for 6.1 2022-10-03 20:11:59 -07:00
fs STATX_DIOALIGN for 6.1 2022-10-03 20:33:41 -07:00
include STATX_DIOALIGN for 6.1 2022-10-03 20:33:41 -07:00
init
io_uring
ipc
kernel lsm/stable-6.1 PR 20221003 2022-10-03 17:51:52 -07:00
lib
LICENSES
mm
net NFSD 6.1 Release Notes 2022-10-03 20:07:15 -07:00
rust
samples
scripts selinux/stable-6.1 PR 20221003 2022-10-03 17:45:15 -07:00
security fs.acl.rework.prep.v6.1 2022-10-03 19:48:54 -07:00
sound
tools perf tools: Add same_cmd_with_prefix() helper 2022-10-04 08:55:21 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.