Searched refs:libperf (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/tools/lib/perf/ |
H A 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
|
H A 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 140 $(call QUIET_CLEAN, libperf) $(RM) $(LIBPERF_A) \ [all …]
|
H A D | libperf.pc.template | 7 Name: libperf
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A 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
|
H A 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)
|
H A 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)
|
H A D | libperf.txt | 1 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 D | asciidoc.conf | 77 <refmiscinfo class="source">libperf</refmiscinfo> 79 <refmiscinfo class="manual">libperf Manual</refmiscinfo>
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_java_symbol.sh | 26 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…
|
/openbmc/linux/tools/perf/Documentation/ |
H A 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
|
/openbmc/linux/tools/perf/util/ |
H A D | setup.py | 79 libperf = getenv('LIBPERF') variable 104 extra_objects = [ x for x in [libtraceevent, libapikfs, libperf]
|
/openbmc/linux/tools/perf/ |
H A D | .gitignore | 45 libperf/
|
H A D | Makefile.perf | 340 LIBPERF_OUTPUT = $(abspath $(OUTPUT))/libperf 342 LIBPERF_OUTPUT = $(CURDIR)/libperf 346 LIBPERF = $(LIBPERF_OUTPUT)/libperf.a 378 LIBJVMTI = libperf-jvmti.so 417 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so 678 $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) 840 $(call QUIET_CLEAN, libperf) 935 install-gtk: $(OUTPUT)libperf-gtk.so 938 $(INSTALL) $(OUTPUT)libperf-gtk.so '$(DESTDIR_SQ)$(libdir_SQ)'
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | README | 76 'pmu-events.o' is added to 'libperf.a' which is then used to build perf.
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | perf.rst | 132 The userspace access is supported in libperf using the perf_evsel__mmap()
|
/openbmc/openbmc/poky/meta/recipes-kernel/perf/ |
H A D | perf.bb | 401 …ecdir}/perf-core ${exec_prefix}/libexec/perf-core ${libdir}/traceevent* ${libdir}/libperf-jvmti.so"
|
/openbmc/ |
H A D | opengrok1.0.log | 16551 …less due to: /opengrok/data/xref/openbmc/linux/tools/lib/perf/Documentation/libperf-sampling.txt.gz
|
H A D | opengrok2.0.log | 16439 …less due to: /opengrok/data/xref/openbmc/linux/tools/lib/perf/Documentation/libperf-sampling.txt.gz
|