linux-stable/tools/lib/perf
Song Liu ec8149fba6 perf util: Move bpf_perf definitions to a libperf header
By following the same protocol, other tools can share hardware PMCs with
perf. Move perf_event_attr_map_entry and BPF_PERF_DEFAULT_ATTR_MAP_PATH to
bpf_perf.h for other tools to use.

Signed-off-by: Song Liu <song@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Song Liu <songliubraving@fb.com>
Cc: kernel-team@fb.com
Link: https://lore.kernel.org/r/20210425214333.1090950-2-song@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-04-29 10:30:58 -03:00
..
Documentation libperf: Add evsel mmap support 2021-04-15 16:38:51 -03:00
include perf util: Move bpf_perf definitions to a libperf header 2021-04-29 10:30:58 -03:00
tests libperf: Add support for user space counter access 2021-04-20 08:10:45 -03:00
Build
Makefile
core.c
cpumap.c libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for all_cpus. 2020-05-05 16:35:29 -03:00
evlist.c libperf: Add perf_evlist__reset_id_hash() 2021-03-06 16:54:31 -03:00
evsel.c libperf: Add support for user space counter access 2021-04-20 08:10:45 -03:00
internal.h
lib.c
libperf.map libperf: Add evsel mmap support 2021-04-15 16:38:51 -03:00
libperf.pc.template
mmap.c libperf: Add support for user space counter access 2021-04-20 08:10:45 -03:00
threadmap.c
xyarray.c