Projects
OpenHPC3:3.0:Factory
tau-intel-openmpi4
_service:extract_file:tau-2.31.1-ucontext.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:extract_file:tau-2.31.1-ucontext.patch of Package tau-intel-openmpi4
--- tau-2.26.1/src/Profile/TauSampling_stackwalker.cpp.orig 2017-11-21 15:11:59.429718525 +0100 +++ tau-2.26.1/src/Profile/TauSampling_stackwalker.cpp 2017-11-21 15:13:27.005698367 +0100 @@ -81,7 +81,7 @@ // Only support for x86_64 for now. static inline unsigned long get_sp(void *p) { unsigned long sp; - struct ucontext *uc = (struct ucontext *)p; + ucontext_t *uc = (ucontext_t *)p; #ifdef TAU_BGP // *CWL* returns void ** but used directly as the SP. @@ -99,7 +99,7 @@ // Only support for x86_64 for now. static inline unsigned long get_fp(void *p) { unsigned long fp; - struct ucontext *uc = (struct ucontext *)p; + ucontext_t *uc = (ucontext_t *)p; #ifdef TAU_BGP // *CWL* returns void ** but used directly as the FP.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.