papi

How can I get page faults statistics from kernel

Hello How can I get page faults statistics from kernel for my application while it is running? What about other events, like inter-cpu migrations count in SMP nodes, or number of context switches? I want to count such events for various small parts of the program. Thanks. ...

global static boolean pointer causes segmentation fault using pthread

New to pthread programming, and stuck on this error when working on a C++&C mixed code. What I have done is to call the c code in the thread created by the c++ code. There is a static boolean pointer is_center used in the thread and should got free when the thread finishes. However I noticed that every time when the program processed...

Oracle BPM PAPI webservice result pagination?

I'm using Oralce BPM PAPI webservice client v6.5. Planning to use "ProcessServiceSession.processesGetInstancesByFilter" method to retrieve instances of process(es). I'd like to display the returning instances on screen and I want to enable pagination. It seems the "processesGetInstancesByFilter" method doesn't support pagination. (Correc...