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

Summary: oprofile does not make use of debuginfo
Product: [Retired] Red Hat Linux Beta Reporter: William Cohen <wcohen>
Component: oprofileAssignee: William Cohen <wcohen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: RC3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.7cvs-0.20030829.6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-30 15:02:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 100644    

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. ***