Centos-kernel-stream-9/tools/perf
Yauheni Kaliuta bf8c9262cb perf tools: Move libbpf init in libbpf_init function
Bugzilla: https://bugzilla.redhat.com/2120968

commit 3a7ab605978d9dd48ad2c7db8df7ad388884f887
Author: Jiri Olsa <jolsa@kernel.org>
Date:   Fri Apr 22 12:00:23 2022 +0200

    perf tools: Move libbpf init in libbpf_init function
    
    Move the libbpf init code into a single function, so that we have a single
    place doing that.
    
    Signed-off-by: Jiri Olsa <jolsa@kernel.org>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Alexei Starovoitov <ast@kernel.org>
    Cc: Andrii Nakryiko <andrii@kernel.org>
    Cc: Daniel Borkmann <daniel@iogearbox.net>
    Cc: Ian Rogers <irogers@google.com>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: John Fastabend <john.fastabend@gmail.com>
    Cc: Martin KaFai Lau <kafai@fb.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Song Liu <songliubraving@fb.com>
    Cc: Yonghong Song <yhs@fb.com>
    Cc: bpf@vger.kernel.org
    Cc: netdev@vger.kernel.org
    Link: https://lore.kernel.org/r/20220422100025.1469207-4-jolsa@kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
2022-11-28 16:52:11 +02:00
..
Documentation perf docs: Update the documentation for the save_type filter 2022-11-14 20:26:04 +01:00
arch perf pmu-events: Hide the pmu_events 2022-11-14 20:26:02 +01:00
bench
dlfilters perf dlfilter dlfilter-show-cycles: Fix types for print format 2022-11-14 20:26:05 +01:00
examples/bpf
include perf dlfilter: Add machine_pid and vcpu 2022-11-14 20:25:46 +01:00
jvmti
pmu-events perf list: Fix PMU name pai_crypto in perf list on s390 2022-11-14 20:26:08 +01:00
python
scripts perf python: Ignore unused command line arguments when building with clang 2022-11-14 20:25:48 +01:00
tests Merge: perf: Sync with upstream v6.0 2022-11-23 02:46:00 -05:00
trace perf beauty: Update copy of linux/socket.h with the kernel sources 2022-11-14 20:26:03 +01:00
ui
util perf tools: Move libbpf init in libbpf_init function 2022-11-28 16:52:11 +02:00
.gitignore
Build perf kwork: New tool to trace time properties of kernel work (such as softirq, and workqueue) 2022-11-14 20:25:49 +01:00
CREDITS
MANIFEST
Makefile
Makefile.config perf build: Avoid defining _FORTIFY_SOURCE multiple times 2022-11-14 20:25:48 +01:00
Makefile.perf perf tools: Don't install data files with x permissions 2022-11-14 20:26:05 +01:00
builtin-annotate.c perf gtk: Only support --gtk if compiled in 2022-11-14 20:25:48 +01:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c perf buildid-list: Add a "-m" option to show kernel and modules build-ids 2022-11-14 20:25:44 +01:00
builtin-c2c.c perf c2c: Prevent potential memory leak in c2c_he_zalloc() 2022-11-14 20:26:05 +01:00
builtin-config.c
builtin-daemon.c
builtin-data.c
builtin-diff.c
builtin-evlist.c
builtin-ftrace.c
builtin-help.c
builtin-inject.c perf inject: Fix spelling mistake "theads" -> "threads" 2022-11-14 20:25:51 +01:00
builtin-kallsyms.c
builtin-kmem.c
builtin-kvm.c perf kvm: Fix subcommand matching error 2022-11-14 20:25:57 +01:00
builtin-kwork.c perf kwork: Implement BPF trace 2022-11-14 20:25:50 +01:00
builtin-list.c perf parse-events: Break out tracepoint and printing 2022-11-14 20:25:55 +01:00
builtin-lock.c perf lock: Remove redundant word 'contention' in help message 2022-11-14 20:26:05 +01:00
builtin-mem.c
builtin-probe.c
builtin-record.c perf record: Fix cpu mask bit setting for mixed mmaps 2022-11-14 20:26:06 +01:00
builtin-report.c perf gtk: Only support --gtk if compiled in 2022-11-14 20:25:48 +01:00
builtin-sched.c perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address 2022-11-14 20:26:04 +01:00
builtin-script.c perf script: Fix Cannot print 'iregs' field for hybrid systems 2022-11-14 20:26:05 +01:00
builtin-stat.c perf stat: Fix L2 Topdown metrics disappear for raw events 2022-11-14 20:26:05 +01:00
builtin-timechart.c perf parse-events: Break out tracepoint and printing 2022-11-14 20:25:55 +01:00
builtin-top.c
builtin-trace.c perf trace: Fix double word in comments 2022-11-14 20:26:00 +01:00
builtin-version.c
builtin.h perf kwork: New tool to trace time properties of kernel work (such as softirq, and workqueue) 2022-11-14 20:25:49 +01:00
check-headers.sh
command-list.txt perf kwork: New tool to trace time properties of kernel work (such as softirq, and workqueue) 2022-11-14 20:25:49 +01:00
design.txt
perf-archive.sh
perf-completion.sh
perf-iostat.sh
perf-read-vdso.c
perf-sys.h
perf.c perf kwork: New tool to trace time properties of kernel work (such as softirq, and workqueue) 2022-11-14 20:25:49 +01:00
perf.h