Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

oprofile-1.3.0-6.32 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: oprofile Distribution: SUSE Linux Enterprise 15
Version: 1.3.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 6.32 Build date: Sun May 5 05:59:01 2019
Group: Development/Tools/Other Build host: s390zp38
Size: 25574701 Source RPM: oprofile-1.3.0-6.32.src.rpm
Packager: https://www.suse.com/
Url: http://oprofile.sourceforge.net/
Summary: 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.

Provides

Requires

License

GPL-2.0+ and LGPL-2.1+

Changelog

* Mon Oct 29 2018 tonyj@suse.com
  - Update to version 1.3.0 (FATE#326121)
    - New/updated processor support
    * Intel Goldmont Plus
    - Bug fixes
    * #289 No manpage for opjitconv binary
    * Avoid operf crashing on samples from exiting processes when running
      on linux 4.14 and newer kernels.
    * Fix compile warning and errors when using GCC 8
  - Add patch: oprofile-handle-empty-event-name-spec-gracefully-for-ppc.patch
* Mon Oct 02 2017 jengelh@inai.de
  - Rectify RPM groups. Update summary of -devel subpackage.
    Do not ignore errors from useradd/groupadd.
    Avoid running fdupes across partitions.
* Mon Sep 25 2017 fcrozat@suse.com
  - Remove qt-devel from BuildRequires, it is no needed anymore.
* Mon Aug 07 2017 tonyj@suse.com
  - Update to version 1.2.0
    - New/updated Processor Support
    * ARM Cortex A17
    * IBM Power 9
    * IBM Power 8NV and NVL variants
    * IBM z13
    * Intel Goldmont
    * Intel Kabylake
    * Intel Xeon Phi (Knights Landing)
    * Achitecture specific events for Applied Micro X-Gene
    - Bug fixes
    * #286 - Compilation error: left shift of negative value
    * #288 - oprofile fails to build with --enable-pch and gcc-6.2
    - Other fixes
    * Fixed compile warning and errors when using GCC 6 or GCC 7
    * Avoid using deprecated readdir_r function
    * Store samples in the archive and search the appropriate places
      for samples
    * Only start the application if the perf events setup was successful
    * Corrections in the code and i386 events so "make check" tests pass
  - Drop local patch oprofile-1.1.0-gcc6.patch (upstream)
* Sat May 20 2017 tchvatal@suse.com
  - Depend on java-devel instead of deprecated provide
* Sat Mar 11 2017 sfalken@opensuse.org
  - Edited %files to clear unpackaged files builderror in
    openSUSE:Factory
* Sat Jul 02 2016 i@marguerite.su
  - add patch: oprofile-1.1.0-gcc6.patch, fixed boo#985359
    * cherry picked upstream commit 39d4d4, so please
      remember to drop it next release
    * GCC 6 is pickier about some of the type conversions
      avoid the intermediate bool type to make it happy
* Fri Dec 25 2015 mpluskal@suse.com
  - Update to 1.1.0
    * New/updated Processor Support
      + Broadcom Brahmma-B15 CPU
      + Intel Skylake
      + Intel Airmont
      + Intel Xeon D
    * Bug fixes
      + Prevent dropping of samples when the JVM changes memory
      mappings
      + Better handling of IBM Power JVM generated zero-sized
      mappings
      + Correct handling of anon_hugepage mmap entries for Java
      + Improved oparchive documentation and man page
      + Fixed compile error when using compile fortification
      + Support IBM Power 8 event code larger than sizeof int
      + Avoid changing POSIXLY_CORRECT environment variable for
      processes monitored by operf and ocount
      + Ensure correct setting of the extra bits (edge, inv, cmask)
      for Intel processors
      + Fix default unit masks for Intel Haswell and Broadwell
      processors
      + Correctly initialize operf temporary file header information
  - Cleanup spec file with spec-cleaner
  - Use url for source
  - Drop desktop file since binary it is calling is no longer
    present (at least since version 1.0.0)
  - Update dependencies
* Fri Sep 19 2014 tonyj@suse.com
  - Update to version 1.0.0. THIS IS A MAJOR OPROFILE RELEASE WITH SIGNIFICANT
    CHANGES FROM THE PREVIOUS 0.9.9 RELEASE.  See changelog below.
      Drop patch: oprofile-add-support-for-intel-silvermont-processor.patch
      Drop patch: oprofile-compressed-kernel.patch
      Drop patch: oprofile-configure-error-message-for-missing-libpfm-is-not-informative-enough.patch
      Drop patch: oprofile-enable-for-new-ppc64le-architecture.patch
      Drop patch: oprofile-fix-unable-to-open-cpu_type-file-for-reading-for-ibm-power7.patch
      Drop patch: oprofile-make-cpu-type-power8e-equivalent-to-power8.patch
    Changelog:
      Major changes:
    - The legacy opcontrol-based profiler has been removed. operf is now the
      only supported interface
    - GUI component (i.e., oprof_start) has been removed.
    - IBS events removed from AMD processors
    - Following architectures have been removed (Alpha [except for EV67 which
      is supported by operf/ocount], avr32, ia64,  IBM Cell,  P.A Semi PA64T)
    - RTV (real time clock) mode has been removed
      Other incompatibilities:
    - Sample data collected with previous releases of OProfile are incompatible
      with release 1.0.
    - ophelp schema: Major version changed for removal of unit mask 'extra'
      attribute and addition of unit mask 'name'.
      New features:
    - Enhance ocount to support millisecond time intervals
    - Obtain kernel symbols from /proc/kallsyms if no vmlinux file specified
    - New Processor Support (Freescale e6500, Freescale e500mc,
      Intel Silvermont, ARMv7 Krait, APM X-Gene (ARMv8),
      Intel Broadwell, ARMv8 Cortex A57, ARMv8 Cortex A53
    - Added little endian support for IBM POWER8
    - Update events for IBM POWER8
    - Added edge-detect events for IBM POWER7
    - Update events for Intel Haswell
    Bug Fixes:
    - opreport schema: Fix count field maxOccurs (changed to 'unbounded')
    - Fix compile error on ppc/uClibc platform: 'AT_BASE_PLATFORM' undeclared'
    - Duplicate event specs passed to ocount show up twice in output
    - Fix operf/ocount default unit mask selection
    - ocount: print the unit mask, kernel and user modes if specified for the
      event
    - ophelp schema is not included in installed files
    - Remove unused 'extra' attribute from ophelp schema
    - opreport from 'operf --callgraph' profile shows false recursive calls
    - Fix handling of default named unit masks longer than 11 chars
    - Print unit mask name where applicable in ophelp XML output
    - Fix profiling of multi-threaded apps when using "--pid" option
    - Fix operf/opreport kernel throttling detection
    - Fix sample attribution problem when using multiple events
    - exclude/include files option doesn't work for opannotate -a
    - Fix behavior and documentation for '--threshold' option
    - Remove hard-coded timeout for JIT dump conversion
    - Update Alpha EV67 CPU support and remove all other Alpha CPU support
    - operf main process improperly killing conversion process
    - Fix up S390 support to work with operf/ocount
    - Link ocount with librt for clock_gettime only when needed
    - Fix 'Invalid argument' running 'opcontrol --start --callgraph=<n>' in
      Timer mode
    - Allow root to remove old jitdump files from /tmp/.oprofile/jitdump
    - Remove opreport warnings for /no-vmlinux, [vdso], [hypervisor_bucket]
      not found
    - Fix event codes for marked architected events (IBM ppc64)
    - Make operf/ocount detect invalid timer mode from opcontrol
    - Reduce overhead of operf waiting for profiled app to end
    - Fix "Unable to open cpu_type file for reading" for IBM POWER7+
    - Allow all native events for IBM POWER8 in POWER7 compat mode
    - Fix spurious "backtraces skipped due to no file mapping" log entries
    - Fix the units for the reported CPU frequency
* Thu Aug 14 2014 tonyj@suse.com
  - Add support for Intel Silvermont processor (bnc#891892)
    New patch: oprofile-add-support-for-intel-silvermont-processor.patch

Files

/usr/bin/ocount
/usr/bin/op-check-perfevents
/usr/bin/opannotate
/usr/bin/oparchive
/usr/bin/operf
/usr/bin/opgprof
/usr/bin/ophelp
/usr/bin/opimport
/usr/bin/opjitconv
/usr/bin/opreport
/usr/lib64/oprofile/libjvmpi_oprofile.so
/usr/lib64/oprofile/libjvmti_oprofile.so
/usr/share/doc/packages/oprofile
/usr/share/doc/packages/oprofile/ChangeLog-2001
/usr/share/doc/packages/oprofile/ChangeLog-2002
/usr/share/doc/packages/oprofile/ChangeLog-2003
/usr/share/doc/packages/oprofile/ChangeLog-2004
/usr/share/doc/packages/oprofile/ChangeLog-2005
/usr/share/doc/packages/oprofile/ChangeLog-2006
/usr/share/doc/packages/oprofile/ChangeLog-2007
/usr/share/doc/packages/oprofile/ChangeLog-2008
/usr/share/doc/packages/oprofile/ChangeLog-2009
/usr/share/doc/packages/oprofile/ChangeLog-2010
/usr/share/doc/packages/oprofile/ChangeLog-2011
/usr/share/doc/packages/oprofile/README
/usr/share/doc/packages/oprofile/TODO
/usr/share/doc/packages/oprofile/internals.html
/usr/share/doc/packages/oprofile/ophelp.xsd
/usr/share/doc/packages/oprofile/opreport.xsd
/usr/share/doc/packages/oprofile/oprofile.html
/usr/share/licenses/oprofile
/usr/share/licenses/oprofile/COPYING
/usr/share/man/man1/ocount.1.gz
/usr/share/man/man1/op-check-perfevents.1.gz
/usr/share/man/man1/opannotate.1.gz
/usr/share/man/man1/oparchive.1.gz
/usr/share/man/man1/operf.1.gz
/usr/share/man/man1/opgprof.1.gz
/usr/share/man/man1/ophelp.1.gz
/usr/share/man/man1/opimport.1.gz
/usr/share/man/man1/opjitconv.1.gz
/usr/share/man/man1/opreport.1.gz
/usr/share/man/man1/oprofile.1.gz
/usr/share/oprofile
/usr/share/oprofile/alpha
/usr/share/oprofile/alpha/ev67
/usr/share/oprofile/alpha/ev67/events
/usr/share/oprofile/alpha/ev67/unit_masks
/usr/share/oprofile/arm
/usr/share/oprofile/arm/armv6
/usr/share/oprofile/arm/armv6/events
/usr/share/oprofile/arm/armv6/unit_masks
/usr/share/oprofile/arm/armv7
/usr/share/oprofile/arm/armv7-ca15
/usr/share/oprofile/arm/armv7-ca15/events
/usr/share/oprofile/arm/armv7-ca15/unit_masks
/usr/share/oprofile/arm/armv7-ca17
/usr/share/oprofile/arm/armv7-ca17/events
/usr/share/oprofile/arm/armv7-ca17/unit_masks
/usr/share/oprofile/arm/armv7-ca5
/usr/share/oprofile/arm/armv7-ca5/events
/usr/share/oprofile/arm/armv7-ca5/unit_masks
/usr/share/oprofile/arm/armv7-ca7
/usr/share/oprofile/arm/armv7-ca7/events
/usr/share/oprofile/arm/armv7-ca7/unit_masks
/usr/share/oprofile/arm/armv7-ca9
/usr/share/oprofile/arm/armv7-ca9/events
/usr/share/oprofile/arm/armv7-ca9/unit_masks
/usr/share/oprofile/arm/armv7-common
/usr/share/oprofile/arm/armv7-common/events
/usr/share/oprofile/arm/armv7-common/unit_masks
/usr/share/oprofile/arm/armv7-krait
/usr/share/oprofile/arm/armv7-krait/events
/usr/share/oprofile/arm/armv7-krait/unit_masks
/usr/share/oprofile/arm/armv7-scorpion
/usr/share/oprofile/arm/armv7-scorpion/events
/usr/share/oprofile/arm/armv7-scorpion/unit_masks
/usr/share/oprofile/arm/armv7-scorpionmp
/usr/share/oprofile/arm/armv7-scorpionmp/events
/usr/share/oprofile/arm/armv7-scorpionmp/unit_masks
/usr/share/oprofile/arm/armv7/events
/usr/share/oprofile/arm/armv7/unit_masks
/usr/share/oprofile/arm/armv8-ca53
/usr/share/oprofile/arm/armv8-ca53/events
/usr/share/oprofile/arm/armv8-ca53/unit_masks
/usr/share/oprofile/arm/armv8-ca57
/usr/share/oprofile/arm/armv8-ca57/events
/usr/share/oprofile/arm/armv8-ca57/unit_masks
/usr/share/oprofile/arm/armv8-pmuv3-common
/usr/share/oprofile/arm/armv8-pmuv3-common/events
/usr/share/oprofile/arm/armv8-pmuv3-common/unit_masks
/usr/share/oprofile/arm/armv8-xgene
/usr/share/oprofile/arm/armv8-xgene/events
/usr/share/oprofile/arm/armv8-xgene/unit_masks
/usr/share/oprofile/arm/mpcore
/usr/share/oprofile/arm/mpcore/events
/usr/share/oprofile/arm/mpcore/unit_masks
/usr/share/oprofile/arm/xscale1
/usr/share/oprofile/arm/xscale1/events
/usr/share/oprofile/arm/xscale1/unit_masks
/usr/share/oprofile/arm/xscale2
/usr/share/oprofile/arm/xscale2/events
/usr/share/oprofile/arm/xscale2/unit_masks
/usr/share/oprofile/i386
/usr/share/oprofile/i386/arch_perfmon
/usr/share/oprofile/i386/arch_perfmon/events
/usr/share/oprofile/i386/arch_perfmon/unit_masks
/usr/share/oprofile/i386/athlon
/usr/share/oprofile/i386/athlon/events
/usr/share/oprofile/i386/athlon/unit_masks
/usr/share/oprofile/i386/atom
/usr/share/oprofile/i386/atom/events
/usr/share/oprofile/i386/atom/unit_masks
/usr/share/oprofile/i386/broadwell
/usr/share/oprofile/i386/broadwell/events
/usr/share/oprofile/i386/broadwell/unit_masks
/usr/share/oprofile/i386/core
/usr/share/oprofile/i386/core/events
/usr/share/oprofile/i386/core/unit_masks
/usr/share/oprofile/i386/core_2
/usr/share/oprofile/i386/core_2/events
/usr/share/oprofile/i386/core_2/unit_masks
/usr/share/oprofile/i386/core_i7
/usr/share/oprofile/i386/core_i7/events
/usr/share/oprofile/i386/core_i7/unit_masks
/usr/share/oprofile/i386/goldmont
/usr/share/oprofile/i386/goldmont/events
/usr/share/oprofile/i386/goldmont/unit_masks
/usr/share/oprofile/i386/goldmontplus
/usr/share/oprofile/i386/goldmontplus/events
/usr/share/oprofile/i386/goldmontplus/unit_masks
/usr/share/oprofile/i386/haswell
/usr/share/oprofile/i386/haswell/events
/usr/share/oprofile/i386/haswell/unit_masks
/usr/share/oprofile/i386/ivybridge
/usr/share/oprofile/i386/ivybridge/events
/usr/share/oprofile/i386/ivybridge/unit_masks
/usr/share/oprofile/i386/knightslanding
/usr/share/oprofile/i386/knightslanding/events
/usr/share/oprofile/i386/knightslanding/unit_masks
/usr/share/oprofile/i386/nehalem
/usr/share/oprofile/i386/nehalem/events
/usr/share/oprofile/i386/nehalem/unit_masks
/usr/share/oprofile/i386/p4
/usr/share/oprofile/i386/p4-ht
/usr/share/oprofile/i386/p4-ht/events
/usr/share/oprofile/i386/p4-ht/unit_masks
/usr/share/oprofile/i386/p4/events
/usr/share/oprofile/i386/p4/unit_masks
/usr/share/oprofile/i386/p6_mobile
/usr/share/oprofile/i386/p6_mobile/events
/usr/share/oprofile/i386/p6_mobile/unit_masks
/usr/share/oprofile/i386/pii
/usr/share/oprofile/i386/pii/events
/usr/share/oprofile/i386/pii/unit_masks
/usr/share/oprofile/i386/piii
/usr/share/oprofile/i386/piii/events
/usr/share/oprofile/i386/piii/unit_masks
/usr/share/oprofile/i386/ppro
/usr/share/oprofile/i386/ppro/events
/usr/share/oprofile/i386/ppro/unit_masks
/usr/share/oprofile/i386/sandybridge
/usr/share/oprofile/i386/sandybridge/events
/usr/share/oprofile/i386/sandybridge/unit_masks
/usr/share/oprofile/i386/silvermont
/usr/share/oprofile/i386/silvermont/events
/usr/share/oprofile/i386/silvermont/unit_masks
/usr/share/oprofile/i386/skylake
/usr/share/oprofile/i386/skylake/events
/usr/share/oprofile/i386/skylake/unit_masks
/usr/share/oprofile/i386/westmere
/usr/share/oprofile/i386/westmere/events
/usr/share/oprofile/i386/westmere/unit_masks
/usr/share/oprofile/mips
/usr/share/oprofile/mips/1004K
/usr/share/oprofile/mips/1004K/events
/usr/share/oprofile/mips/1004K/unit_masks
/usr/share/oprofile/mips/20K
/usr/share/oprofile/mips/20K/events
/usr/share/oprofile/mips/20K/unit_masks
/usr/share/oprofile/mips/24K
/usr/share/oprofile/mips/24K/events
/usr/share/oprofile/mips/24K/unit_masks
/usr/share/oprofile/mips/25K
/usr/share/oprofile/mips/25K/events
/usr/share/oprofile/mips/25K/unit_masks
/usr/share/oprofile/mips/34K
/usr/share/oprofile/mips/34K/events
/usr/share/oprofile/mips/34K/unit_masks
/usr/share/oprofile/mips/5K
/usr/share/oprofile/mips/5K/events
/usr/share/oprofile/mips/5K/unit_masks
/usr/share/oprofile/mips/74K
/usr/share/oprofile/mips/74K/events
/usr/share/oprofile/mips/74K/unit_masks
/usr/share/oprofile/mips/loongson2
/usr/share/oprofile/mips/loongson2/events
/usr/share/oprofile/mips/loongson2/unit_masks
/usr/share/oprofile/mips/r10000
/usr/share/oprofile/mips/r10000/events
/usr/share/oprofile/mips/r10000/unit_masks
/usr/share/oprofile/mips/r12000
/usr/share/oprofile/mips/r12000/events
/usr/share/oprofile/mips/r12000/unit_masks
/usr/share/oprofile/mips/rm7000
/usr/share/oprofile/mips/rm7000/events
/usr/share/oprofile/mips/rm7000/unit_masks
/usr/share/oprofile/mips/rm9000
/usr/share/oprofile/mips/rm9000/events
/usr/share/oprofile/mips/rm9000/unit_masks
/usr/share/oprofile/mips/sb1
/usr/share/oprofile/mips/sb1/events
/usr/share/oprofile/mips/sb1/unit_masks
/usr/share/oprofile/mips/vr5432
/usr/share/oprofile/mips/vr5432/events
/usr/share/oprofile/mips/vr5432/unit_masks
/usr/share/oprofile/mips/vr5500
/usr/share/oprofile/mips/vr5500/events
/usr/share/oprofile/mips/vr5500/unit_masks
/usr/share/oprofile/ppc
/usr/share/oprofile/ppc/7450
/usr/share/oprofile/ppc/7450/events
/usr/share/oprofile/ppc/7450/unit_masks
/usr/share/oprofile/ppc/e300
/usr/share/oprofile/ppc/e300/events
/usr/share/oprofile/ppc/e300/unit_masks
/usr/share/oprofile/ppc/e500
/usr/share/oprofile/ppc/e500/events
/usr/share/oprofile/ppc/e500/unit_masks
/usr/share/oprofile/ppc/e500mc
/usr/share/oprofile/ppc/e500mc/events
/usr/share/oprofile/ppc/e500mc/unit_masks
/usr/share/oprofile/ppc/e500v2
/usr/share/oprofile/ppc/e500v2/events
/usr/share/oprofile/ppc/e500v2/unit_masks
/usr/share/oprofile/ppc/e6500
/usr/share/oprofile/ppc/e6500/events
/usr/share/oprofile/ppc/e6500/unit_masks
/usr/share/oprofile/ppc64
/usr/share/oprofile/ppc64/970
/usr/share/oprofile/ppc64/970/event_mappings
/usr/share/oprofile/ppc64/970/events
/usr/share/oprofile/ppc64/970/unit_masks
/usr/share/oprofile/ppc64/970MP
/usr/share/oprofile/ppc64/970MP/event_mappings
/usr/share/oprofile/ppc64/970MP/events
/usr/share/oprofile/ppc64/970MP/unit_masks
/usr/share/oprofile/ppc64/architected_events_v1
/usr/share/oprofile/ppc64/architected_events_v1/events
/usr/share/oprofile/ppc64/architected_events_v1/unit_masks
/usr/share/oprofile/ppc64/power4
/usr/share/oprofile/ppc64/power4/event_mappings
/usr/share/oprofile/ppc64/power4/events
/usr/share/oprofile/ppc64/power4/unit_masks
/usr/share/oprofile/ppc64/power5
/usr/share/oprofile/ppc64/power5+
/usr/share/oprofile/ppc64/power5++
/usr/share/oprofile/ppc64/power5++/event_mappings
/usr/share/oprofile/ppc64/power5++/events
/usr/share/oprofile/ppc64/power5++/unit_masks
/usr/share/oprofile/ppc64/power5+/event_mappings
/usr/share/oprofile/ppc64/power5+/events
/usr/share/oprofile/ppc64/power5+/unit_masks
/usr/share/oprofile/ppc64/power5/event_mappings
/usr/share/oprofile/ppc64/power5/events
/usr/share/oprofile/ppc64/power5/unit_masks
/usr/share/oprofile/ppc64/power6
/usr/share/oprofile/ppc64/power6/event_mappings
/usr/share/oprofile/ppc64/power6/events
/usr/share/oprofile/ppc64/power6/unit_masks
/usr/share/oprofile/ppc64/power7
/usr/share/oprofile/ppc64/power7/event_mappings
/usr/share/oprofile/ppc64/power7/events
/usr/share/oprofile/ppc64/power7/unit_masks
/usr/share/oprofile/ppc64/power8
/usr/share/oprofile/ppc64/power8/events
/usr/share/oprofile/ppc64/power8/unit_masks
/usr/share/oprofile/ppc64/power9
/usr/share/oprofile/ppc64/power9/events
/usr/share/oprofile/ppc64/power9/unit_masks
/usr/share/oprofile/s390
/usr/share/oprofile/s390/z10
/usr/share/oprofile/s390/z10/events
/usr/share/oprofile/s390/z10/unit_masks
/usr/share/oprofile/s390/z13
/usr/share/oprofile/s390/z13/events
/usr/share/oprofile/s390/z13/unit_masks
/usr/share/oprofile/s390/z196
/usr/share/oprofile/s390/z196/events
/usr/share/oprofile/s390/z196/unit_masks
/usr/share/oprofile/s390/zEC12
/usr/share/oprofile/s390/zEC12/events
/usr/share/oprofile/s390/zEC12/unit_masks
/usr/share/oprofile/stl.pat
/usr/share/oprofile/tile
/usr/share/oprofile/tile/tile64
/usr/share/oprofile/tile/tile64/events
/usr/share/oprofile/tile/tile64/unit_masks
/usr/share/oprofile/tile/tilegx
/usr/share/oprofile/tile/tilegx/events
/usr/share/oprofile/tile/tilegx/unit_masks
/usr/share/oprofile/tile/tilepro
/usr/share/oprofile/tile/tilepro/events
/usr/share/oprofile/tile/tilepro/unit_masks
/usr/share/oprofile/x86-64
/usr/share/oprofile/x86-64/family10
/usr/share/oprofile/x86-64/family10/events
/usr/share/oprofile/x86-64/family10/unit_masks
/usr/share/oprofile/x86-64/family11h
/usr/share/oprofile/x86-64/family11h/events
/usr/share/oprofile/x86-64/family11h/unit_masks
/usr/share/oprofile/x86-64/family12h
/usr/share/oprofile/x86-64/family12h/events
/usr/share/oprofile/x86-64/family12h/unit_masks
/usr/share/oprofile/x86-64/family14h
/usr/share/oprofile/x86-64/family14h/events
/usr/share/oprofile/x86-64/family14h/unit_masks
/usr/share/oprofile/x86-64/family15h
/usr/share/oprofile/x86-64/family15h/events
/usr/share/oprofile/x86-64/family15h/unit_masks
/usr/share/oprofile/x86-64/generic
/usr/share/oprofile/x86-64/generic/events
/usr/share/oprofile/x86-64/generic/unit_masks
/usr/share/oprofile/x86-64/hammer
/usr/share/oprofile/x86-64/hammer/events
/usr/share/oprofile/x86-64/hammer/unit_masks


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024