On October 15, 2003 08:09 pm, Kevin Koltzau wrote:
One possible solution would be to call the PROFILE_* functions (which are located in kernel/profile.c) directly which seem to work in a way that would make this very easy, but overall sounds like a very bad idea...
Well, it is, it breaks DLL separation if you invoke them outside kernel, which is Not Good (TM). Using the standard API is almost always better.