Main-line Linux kernel tree http://www.kernel.org
Go to file
Yafang Shao 62b57e3ddd bpftool: Add perf event names
Add new functions and macros to get perf event names. These names except
the perf_type_name are all copied from
tool/perf/util/{parse-events,evsel}.c, so that in the future we will
have a good chance to use the same code.

Suggested-by: Jiri Olsa <olsajiri@gmail.com>
Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20230709025630.3735-10-laoar.shao@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2023-07-11 20:07:51 -07:00
arch
block
certs
crypto
Documentation bpf,docs: Create new standardization subdirectory 2023-07-10 18:12:50 -07:00
drivers
fs
include bpf: Support ->fill_link_info for perf_event 2023-07-11 20:07:51 -07:00
init
io_uring
ipc
kernel bpf: Support ->fill_link_info for perf_event 2023-07-11 20:07:51 -07:00
lib
LICENSES
mm
net
rust
samples samples/bpf: syscall_tp: Aarch64 no open syscall 2023-07-11 10:02:42 -07:00
scripts
security
sound
tools bpftool: Add perf event names 2023-07-11 20:07:51 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS bpf,docs: Create new standardization subdirectory 2023-07-10 18:12:50 -07:00
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.