Searched refs:libperf (Results 1 – 12 of 12) sorted by relevance
/tools/lib/perf/ |
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 += mmap.o 7 libperf-y += zalloc.o 8 libperf-y += xyarray.o 9 libperf-y += lib.o
|
D | Makefile | 86 VERSION_SCRIPT := libperf.map 92 LIBPERF_SO := $(OUTPUT)libperf.so.$(VERSION) 93 LIBPERF_A := $(OUTPUT)libperf.a 94 LIBPERF_IN := $(OUTPUT)libperf-in.o 95 LIBPERF_PC := $(OUTPUT)libperf.pc 97 LIBPERF_ALL := $(LIBPERF_A) $(OUTPUT)libperf.so* 122 $(Q)$(MAKE) $(build)=libperf 128 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libperf.so \ 130 @ln -sf $(@F) $(OUTPUT)libperf.so 131 @ln -sf $(@F) $(OUTPUT)libperf.so.$(LIBPERF_VERSION) [all …]
|
D | libperf.pc.template | 7 Name: libperf
|
/tools/lib/perf/Documentation/ |
D | Makefile | 7 MAN3_TXT = libperf.txt 8 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 216 The libperf library provides an API to access the linux kernel perf 219 Following objects are key to the libperf interface: 241 libperf is Free Software licensed under the GNU LGPL 2.1 249 libperf-sampling(7), libperf-counting(7)
|
D | asciidoc.conf | 77 <refmiscinfo class="source">libperf</refmiscinfo> 79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
|
/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
|
/tools/perf/util/ |
D | setup.py | 59 libperf = getenv('LIBPERF') variable 78 extra_objects = [libtraceevent, libapikfs, libperf],
|
/tools/perf/ |
D | Makefile.perf | 331 LIBPERF = $(LIBPERF_PATH)libperf.a 357 LIBJVMTI = libperf-jvmti.so 401 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 676 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 840 $(Q)$(MAKE) -C $(LIBPERF_DIR) EXTRA_CFLAGS="$(LIBPERF_CFLAGS)" O=$(OUTPUT) $(OUTPUT)libperf.a 843 $(call QUIET_CLEAN, libperf) 926 install-gtk: $(OUTPUT)libperf-gtk.so 929 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
|
/tools/perf/pmu-events/ |
D | README | 76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
|