Searched refs:libperf (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/tools/perf/lib/ |
D | Build | 1 libperf-y += core.o 2 libperf-y += cpumap.o 3 libperf-y += threadmap.o 4 libperf-y += evsel.o 5 libperf-y += evlist.o 6 libperf-y += zalloc.o 7 libperf-y += xyarray.o 8 libperf-y += lib.o
|
D | Makefile | 84 VERSION_SCRIPT := libperf.map 90 LIBPERF_SO := $(OUTPUT)libperf.so.$(VERSION) 91 LIBPERF_A := $(OUTPUT)libperf.a 92 LIBPERF_IN := $(OUTPUT)libperf-in.o 93 LIBPERF_PC := $(OUTPUT)libperf.pc 95 LIBPERF_ALL := $(LIBPERF_A) $(OUTPUT)libperf.so* 119 $(Q)$(MAKE) $(build)=libperf 125 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libperf.so \ 127 @ln -sf $(@F) $(OUTPUT)libperf.so 128 @ln -sf $(@F) $(OUTPUT)libperf.so.$(LIBPERF_VERSION) [all …]
|
D | libperf.pc.template | 7 Name: libperf
|
/Linux-v5.4/tools/perf/lib/Documentation/ |
D | Makefile | 2 rst2man man/libperf.rst > man/libperf.7 6 rm -f man/libperf.7
|
/Linux-v5.4/tools/perf/Documentation/ |
D | Build.txt | 6 - libperf library (static) 37 perf, libperf, gtk 41 gtk-in.o libperf-in.o perf-in.o 44 libperf-gtk.so <- gtk-in.o libperf-in.o 45 perf <- perf-in.o libperf-in.o
|
/Linux-v5.4/tools/perf/lib/Documentation/tutorial/ |
D | tutorial.rst | 3 libperf tutorial 6 Compile and install libperf from kernel sources 17 The libperf library provides several high level objects: 32 for full reference see the libperf.7 man page. 36 Examples aim to explain libperf functionality on simple use cases.
|
/Linux-v5.4/tools/perf/util/ |
D | setup.py | 51 libperf = getenv('LIBPERF') variable 70 extra_objects = [libtraceevent, libapikfs, libperf],
|
/Linux-v5.4/tools/perf/lib/Documentation/man/ |
D | libperf.rst | 3 libperf 5 The libperf library provides an API to access the linux kernel perf
|
/Linux-v5.4/tools/perf/ |
D | Makefile.perf | 311 LIBPERF = $(LIBPERF_PATH)libperf.a 337 LIBJVMTI = libperf-jvmti.so 373 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 615 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 764 $(Q)$(MAKE) -C $(LIBPERF_DIR) O=$(OUTPUT) $(OUTPUT)libperf.a 767 $(call QUIET_CLEAN, libperf) 851 install-gtk: $(OUTPUT)libperf-gtk.so 854 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
|
/Linux-v5.4/tools/perf/lib/tests/ |
D | Makefile | 22 $(QUIET_LINK)$(CC) $(INCLUDE) $(CFLAGS) -o $@ $(subst -a,.c,$@) ../libperf.a
|
/Linux-v5.4/tools/perf/pmu-events/ |
D | README | 76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
|