Package: oprofile Version: 0.9.4+cvs20090629-2.1 Severity: normal Tags: patch
When trying to start oprofile on Via C3 processor (which only supports timer mode), the following error is reported: oprofiled: no events specified. The following patch, found at http://sourceforge.net/tracker/?func=detail&atid=116191&aid=2845063&group_id=16191 seems to fix it. --- opcontrol 2009-08-25 17:28:23.000000000 -0400 +++ /usr/local/bin/opcontrol 2009-07-10 16:03:40.000000000 -0400 @@ -1300,7 +1300,6 @@ fi if test "$IS_TIMER" = 1; then + OPROFILED_EVENTS=TIMER_INT return fi -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages oprofile depends on: ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy ii libc6 2.9-25 GNU C Library: Shared libraries ii libgcc1 1:4.4.1-1 GCC support library ii libpopt0 1.14-4 lib for parsing cmdline parameters ii libstdc++6 4.4.1-1 The GNU Standard C++ Library v3 ii zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime Versions of packages oprofile recommends: ii binutils 2.19.91.20090910-1 The GNU assembler, linker and bina Versions of packages oprofile suggests: pn oprofile-gui <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

