Hi All,
I am writing a profiler for an embedded application running on linux and I need to detect thread context switches.
Threading is done using pThread library
Does the kernel provide a way to profile threads? Or is there a way to profile threads using other libraries?
Thanks in advance..