diff --git a/oprofile-0.9.8.tar.bz2 b/oprofile-0.9.8.tar.bz2 deleted file mode 100644 index 4b318fa..0000000 --- a/oprofile-0.9.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f143b69b9c60bef6bc9b700ebcfc9c4f98a603cddec6f2764a7f02abeec2687d -size 1087805 diff --git a/oprofile-0.9.9.tar.bz2 b/oprofile-0.9.9.tar.bz2 new file mode 100644 index 0000000..4fb81c9 --- /dev/null +++ b/oprofile-0.9.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd94bbe3a6e8e9e92a8dbf68c753de588d829407ef829f0d022cbb5c632d07c +size 1132314 diff --git a/oprofile-pfm-ppc.patch b/oprofile-pfm-ppc.patch index b0bf29e..24e1a8c 100644 --- a/oprofile-pfm-ppc.patch +++ b/oprofile-pfm-ppc.patch @@ -8,12 +8,12 @@ Upstream: no --- a/configure.ac +++ b/configure.ac -@@ -104,7 +104,7 @@ AC_DEFINE_UNQUOTED(HAVE_PERF_EVENTS, $HA +@@ -184,7 +184,7 @@ AC_DEFINE_UNQUOTED(HAVE_PERF_EVENTS, $HA + AC_CANONICAL_HOST if test "$HAVE_PERF_EVENTS" = "1"; then PFM_LIB= - arch="`uname -m`" -- if test "$arch" = "ppc64"; then -+ if test "$arch" = "ppc64" || test "$arch" = "ppc"; then +- if test "$host_cpu" = "powerpc64"; then ++ if test "$host_cpu" = "powerpc64" || test "$host_cpu" = "powerpc32"; then AC_CHECK_HEADER(perfmon/pfmlib.h,,[AC_MSG_ERROR([pfmlib.h not found; usually provided in papi devel package])]) - AC_CHECK_LIB(pfm,pfm_get_event_name, HAVE_LIBPFM3='1'; HAVE_LIBPFM='1', [ - AC_CHECK_LIB(pfm,pfm_get_os_event_encoding, HAVE_LIBPFM3='0'; HAVE_LIBPFM='1', + AC_CHECK_LIB(pfm,pfm_get_os_event_encoding, HAVE_LIBPFM3='0'; HAVE_LIBPFM='1', [ + AC_CHECK_LIB(pfm, pfm_get_event_name, HAVE_LIBPFM3='1'; HAVE_LIBPFM='1', diff --git a/oprofile.changes b/oprofile.changes index e80316b..c179e3b 100644 --- a/oprofile.changes +++ b/oprofile.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 7 17:18:32 UTC 2013 - tonyj@suse.com + +- Update to version 0.9.9 + http://oprofile.sourceforge.net/release-notes/oprofile-0.9.9 +- New 'ocount' program introduced for collecting raw event counts without + post processing. +- New processor support for Haswell, zEC12, Power8 +- New support for AMD Generic Performance Events and IBM Power ISA 2.07 Architected Events +- Numerous bug fixes. + ------------------------------------------------------------------- Thu Jan 3 20:14:41 UTC 2013 - tonyj@suse.com diff --git a/oprofile.spec b/oprofile.spec index d10b93c..cd96ca0 100644 --- a/oprofile.spec +++ b/oprofile.spec @@ -30,7 +30,7 @@ BuildRequires: libpfm-devel >= 4.3.0 %endif Url: http://oprofile.sourceforge.net/ PreReq: /usr/sbin/groupadd /usr/sbin/useradd -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: System-Wide Profiler for Linux Systems License: GPL-2.0+ and LGPL-2.1+