System-Wide Profiler for Linux Systems
OProfile is a system-wide profiler for Linux systems, capable of
profiling all running code at low overhead. OProfile is released under
the GNU GPL.
It consists of a kernel module and a daemon for collecting sample data,
and several post-profiling tools for turning data into information.
OProfile leverages the CPU hardware performance counters to enable
profiling of a wide variety of interesting statistics, which can also
be used for basic time-spent profiling. All code is profiled: hardware
and software interrupt handlers, kernel modules, the kernel, shared
libraries, and applications (the only exception being the oprofile
interrupt handler itself).
OProfile is currently in alpha status; however it has proven stable
over a large number of differing configurations. As always, there is no
warranty.
This is the package containing the userspace tools.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/oprofile && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README-BEFORE-ADDING-PATCHES | 0000000519 519 Bytes | |
baselibs.conf | 0000000021 21 Bytes | |
jvmpi.h | 0000002723 2.66 KB | |
oprofile-1.4.0.tar.gz | 0001557625 1.49 MB | |
oprofile-autoconf-fix-perf_events-detection.patch | 0000000928 928 Bytes | |
oprofile-binutils.patch | 0000002083 2.03 KB | |
oprofile-no-libjvm-version.patch | 0000000883 883 Bytes | |
oprofile-pfm-ppc.patch | 0000000974 974 Bytes | |
oprofile.changes | 0000025035 24.4 KB | |
oprofile.rpmlintrc | 0000000258 258 Bytes | |
oprofile.spec | 0000005822 5.69 KB |
Latest Revision
- Feature detection of perf_events API (required) was failing causing the build to fail. Reported by DimStar Build problem notification email. New patch: oprofile-autoconf-fix-perf_events-detection.patch
Comments 1
succeeded!Github:https://github.com/wangyuliu/oprofile obs:https://build.opensuse.org/package/show/home:wangyuxuan/oprofile