Edward Ned Harvey <s...@nedharvey.com> writes: > Not sure what I should look at next. Should I try to figure out what > (*handler) is? Is there a way to know what it is?
As I said in one of my earlier emails, use "gdb -p" to attach to a running process and a backtrace will tell you exactly what code is being executed, including function pointers like *handler. And I still recommend oprofile over gperf on Linux. -- Philip