Searched refs:libperf (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.10/tools/lib/perf/ | 
| D | Build | 1 libperf-y += core.o2 libperf-y += cpumap.o
 3 libperf-y += threadmap.o
 4 libperf-y += evsel.o
 5 libperf-y += evlist.o
 6 libperf-y += mmap.o
 7 libperf-y += zalloc.o
 8 libperf-y += xyarray.o
 9 libperf-y += lib.o
 
 | 
| D | Makefile | 84 VERSION_SCRIPT := libperf.map90 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*
 120 	$(Q)$(MAKE) $(build)=libperf
 126 	$(QUIET_LINK)$(CC) --shared -Wl,-soname,libperf.so \
 128 	@ln -sf $(@F) $(OUTPUT)libperf.so
 129 	@ln -sf $(@F) $(OUTPUT)libperf.so.$(LIBPERF_VERSION)
 [all …]
 
 | 
| D | libperf.pc.template | 7 Name: libperf
 | 
| /Linux-v5.10/tools/lib/perf/Documentation/ | 
| D | Makefile | 7 MAN3_TXT  = libperf.txt8 MAN7_TXT  = libperf-counting.txt libperf-sampling.txt
 33 docdir  ?= $(prefix)/share/doc/libperf
 69   ASCIIDOC_EXTRA += -a libperf-asciidoc-no-roff
 75     ASCIIDOC_EXTRA += -a libperf-asciidoc-no-roff
 
 | 
| D | libperf-counting.txt | 1 libperf-counting(7)6 libperf-counting - counting interface
 14 It is by no means complete guide to counting, but shows libperf basic API for counting.
 16 The `counting.c` comes with libperf package and can be compiled and run like:
 40 The first thing you need to do before using libperf is to call init function:
 110 Now we create libperf's event list, which will serve as holder for the events we want:
 121 We create libperf's events for the attributes we defined earlier and add them to the list:
 205 libperf is Free Software licensed under the GNU LGPL 2.1
 213 libperf(3), libperf-sampling(7)
 
 | 
| D | libperf-sampling.txt | 1 libperf-sampling(7)6 libperf-sampling - sampling interface
 15 It is by no means complete guide to sampling, but shows libperf basic API for sampling.
 17 The `sampling.c` comes with libperf package and can be compiled and run like:
 47 The first thing you need to do before using libperf is to call init function:
 107 Now we create libperf's event list, which will serve as holder for the cycles event:
 118 We create libperf's event for the cycles attribute we defined earlier and add it to the list:
 236 libperf is Free Software licensed under the GNU LGPL 2.1
 244 libperf(3), libperf-counting(7)
 
 | 
| D | libperf.txt | 1 libperf(3)6 libperf - Linux kernel perf event library
 213 The libperf library provides an API to access the linux kernel perf
 216 Following objects are key to the libperf interface:
 238 libperf is Free Software licensed under the GNU LGPL 2.1
 246 libperf-sampling(7), libperf-counting(7)
 
 | 
| D | asciidoc.conf | 77 <refmiscinfo class="source">libperf</refmiscinfo>79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
 
 | 
| /Linux-v5.10/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.10/tools/perf/util/ | 
| D | setup.py | 55 libperf = getenv('LIBPERF')  variable74 		  extra_objects = [libtraceevent, libapikfs, libperf],
 
 | 
| /Linux-v5.10/tools/lib/perf/tests/ | 
| D | Makefile | 22 	$(QUIET_LINK)$(CC) $(INCLUDE) $(CFLAGS) -o $@ $(subst -a,.c,$@) ../libperf.a $(LIBAPI)
 | 
| /Linux-v5.10/tools/perf/ | 
| D | Makefile.perf | 326 LIBPERF = $(LIBPERF_PATH)libperf.a352 LIBJVMTI = libperf-jvmti.so
 390   ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so
 665 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS)
 819 	$(Q)$(MAKE) -C $(LIBPERF_DIR) EXTRA_CFLAGS="$(LIBPERF_CFLAGS)" O=$(OUTPUT) $(OUTPUT)libperf.a
 822 	$(call QUIET_CLEAN, libperf)
 905 install-gtk: $(OUTPUT)libperf-gtk.so
 908 		$(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
 
 | 
| /Linux-v5.10/tools/perf/pmu-events/ | 
| D | README | 76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
 |