Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 105009 - oprofile does not make use of debuginfo
Summary: oprofile does not make use of debuginfo
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: oprofile
Version: RC3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: William Cohen
QA Contact:
URL:
Whiteboard:
: 105355 (view as bug list)
Depends On:
Blocks: CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2003-09-24 16:00 UTC by William Cohen
Modified: 2007-04-18 16:57 UTC (History)
0 users

Fixed In Version: 0.7cvs-0.20030829.6
Clone Of:
Environment:
Last Closed: 2003-10-30 15:02:03 UTC
Embargoed:


Attachments (Terms of Use)

Description William Cohen 2003-09-24 16:00:19 UTC
Description of problem:

oprofile does not make use of the debuginfo information.


Version-Release number of selected component (if applicable):

oprofile-0.7cvs-0.20030917.1

How reproducible:

always


Steps to Reproduce:
1. Install oprofile-0.7cvs-0.20030917.1 and associated debuginfo rpm on a x86
machine with an smp kernel.

2. as root setup up oprofile to collect data
     opcontrol --setup --vmlinux=/boot/vmlinux-`uname -r`
     opcontrol --start
     # run some stuff to get samples
     opcontrol --shutdown
     
3. verify there are sample
     opreport image:/usr/bin/oprofiled

   however the following doesn't show samples

     opreport image:/usr/bin/oprofiled -l

    
Actual results:

opreport image:/usr/bin/oprofiled -l
CPU: PII, speed 232.675 MHz (estimated)
Counted CPU_CLK_UNHALTED events (clocks processor is not halted) with a unit
mask of 0x00 (No unit mask) count 116337
samples  %           symbol name
260      100.0000    (no symbols)

Expected results:

Detailed listing show samples on a pre-function basis.

Additional info:

Comment 1 William Cohen 2003-09-24 16:53:38 UTC
separatedebug patch not in this rpm. It needs to be revised to apply.

Comment 2 William Cohen 2003-10-01 20:52:46 UTC
*** Bug 105355 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.