Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/perf/
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
A DMakefile86 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
140 $(call QUIET_CLEAN, libperf) $(RM) $(LIBPERF_A) \
[all …]
A Dlibperf.pc.template7 Name: libperf
/linux-6.3-rc2/tools/lib/perf/Documentation/
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
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-sampling(7)
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-counting(7)
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)
A Dasciidoc.conf77 <refmiscinfo class="source">libperf</refmiscinfo>
79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_java_symbol.sh26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
28 LIBJVMTI=$PWD/libperf-jvmti.so
30 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so
32 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
34 …LIBJVMTI=/usr/lib/linux-tools-$(uname -a | awk '{ print $3 }' | sed -r 's/-generic//')/libperf-jvm…
/linux-6.3-rc2/tools/perf/Documentation/
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-6.3-rc2/tools/perf/util/
A Dsetup.py70 libperf = getenv('LIBPERF') variable
95 extra_objects = [ x for x in [libtraceevent, libapikfs, libperf]
/linux-6.3-rc2/tools/perf/
A DMakefile.perf334 LIBPERF_OUTPUT = $(abspath $(OUTPUT))/libperf
336 LIBPERF_OUTPUT = $(CURDIR)/libperf
340 LIBPERF = $(LIBPERF_OUTPUT)/libperf.a
372 LIBJVMTI = libperf-jvmti.so
411 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so
685 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS)
847 $(call QUIET_CLEAN, libperf)
942 install-gtk: $(OUTPUT)libperf-gtk.so
945 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
A D.gitignore45 libperf/
/linux-6.3-rc2/tools/perf/pmu-events/
A DREADME76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
/linux-6.3-rc2/Documentation/arm64/
A Dperf.rst132 The userspace access is supported in libperf using the perf_evsel__mmap()

Completed in 15 milliseconds