Home
last modified time | relevance | path

Searched refs:libperf (Results 1 – 15 of 15) sorted by relevance

/linux/tools/lib/perf/
H A DBuild1 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
H A DMakefile68 VERSION_SCRIPT := libperf.map
74 LIBPERF_SO := $(OUTPUT)libperf.so.$(VERSION)
75 LIBPERF_A := $(OUTPUT)libperf.a
76 LIBPERF_IN := $(OUTPUT)libperf-in.o
77 LIBPERF_PC := $(OUTPUT)libperf.pc
79 LIBPERF_ALL := $(LIBPERF_A) $(OUTPUT)libperf.so*
113 $(Q)$(MAKE) $(build)=libperf
119 $(QUIET_LINK)$(CC) --shared -Wl,-soname,libperf.so \
121 @ln -sf $(@F) $(OUTPUT)libperf.so
122 @ln -sf $(@F) $(OUTPUT)libperf
[all...]
H A D.gitignore2 libperf.pc
3 libperf.so.*
H A Dlibperf.pc.template7 Name: libperf
/linux/tools/lib/perf/Documentation/
H A DMakefile7 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
H A Dlibperf-counting.txt1 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
[all...]
H A Dlibperf-sampling.txt1 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
[all...]
H A Dlibperf.txt1 libperf(3)
6 libperf - Linux kernel perf event library
218 The libperf library provides an API to access the linux kernel perf
221 Following objects are key to the libperf interface:
243 libperf is Free Software licensed under the GNU LGPL 2.1
251 libperf-sampling(7), libperf-counting(7)
H A Dasciidoc.conf77 <refmiscinfo class="source">libperf</refmiscinfo>
79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
/linux/tools/perf/tests/shell/
H A Dtest_java_symbol.sh25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then
26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
27 elif [ -e "$PWD/libperf-jvmti.so" ]; then
28 LIBJVMTI=$PWD/libperf-jvmti.so
29 elif [ -e "$PREFIX/lib64/libperf-jvmti.so" ]; then
30 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so
31 elif [ -e "$PREFIX/lib/libperf-jvmti.so" ]; then
32 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
33 elif [ -e "/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvmti.so" ]; then
34 LIBJVMTI=/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf
[all...]
/linux/tools/perf/Documentation/
H A DBuild.txt6 - 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/tools/perf/
H A DMakefile.perf387 LIBPERF_OUTPUT = $(abspath $(OUTPUT))/libperf
389 LIBPERF_OUTPUT = $(CURDIR)/libperf
393 LIBPERF = $(LIBPERF_OUTPUT)/libperf.a
420 LIBJVMTI = libperf-jvmti.so
446 LIBPERF_BENCH := $(OUTPUT)libperf-bench.a
449 LIBPERF_TEST := $(OUTPUT)libperf-test.a
452 LIBPERF_UI := $(OUTPUT)libperf-ui.a
455 LIBPERF_UTIL := $(OUTPUT)libperf-util.a
476 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so
809 $(OUTPUT)libperf
[all...]
H A D.gitignore48 libperf/
/linux/tools/perf/pmu-events/
H A DREADME76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
/linux/Documentation/arch/arm64/
H A Dperf.rst132 The userspace access is supported in libperf using the perf_evsel__mmap()