Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
oprofile
oprofile-0.9.4-fixes.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File oprofile-0.9.4-fixes.diff of Package oprofile
--- agents/jvmpi/jvmpi_oprofile.cpp | 2 ++ libutil++/bfd_support.cpp | 3 +++ 2 files changed, 5 insertions(+) Index: oprofile-0.9.6/libutil++/bfd_support.cpp =================================================================== --- oprofile-0.9.6.orig/libutil++/bfd_support.cpp 2009-11-24 16:25:17.000000000 +0100 +++ oprofile-0.9.6/libutil++/bfd_support.cpp 2010-02-03 16:59:58.000000000 +0100 @@ -370,6 +370,9 @@ bool interesting_symbol(asymbol * sym) if (!(sym->section->flags & SEC_LOAD)) return false; + if (sym->flags & BSF_SECTION_SYM) + return false; + return true; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor