1) perf build ============= The perf build process consists of several separated building blocks, which are linked together to form the perf binary: - libperf library (static) - perf builtin commands - traceevent library (static) - GTK ui library Several makefiles govern the perf build: - Makefile top level Makefile working as a wrapper that calls the main Makefile.perf with a -j option to do parallel builds. - Makefile.perf main makefile that triggers build of all perf objects including installation and documentation processing. - tools/build/Makefile.build main makefile of the build framework - tools/build/Build.include build framework generic definitions - Build makefiles makefiles that defines build objects Please refer to tools/build/Documentation/Build.txt for more information about build framework. 2) perf build ============= The Makefile.perf triggers the build framework for build objects: perf, libperf, gtk resulting in following objects: $ ls *-in.o gtk-in.o libperf-in.o perf-in.o Those objects are then used in final linking: libperf-gtk.so <- gtk-in.o libperf-in.o perf <- perf-in.o libperf-in.o NOTE this description is omitting other libraries involved, only focusing on build framework outcomes n> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/tests/arch-tests.c
16a1bf2512929b9d460e003d7f3d&id2=5f155c2563592b1908a7df2dcbd44893fde3e419'>test_maps.c
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/bpf/test_maps.c')
-rw-r--r--tools/testing/selftests/bpf/test_maps.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/testing/selftests/bpf/test_maps.c b/tools/testing/selftests/bpf/test_maps.c