* Andrew Morton <akpm@linux-foundation.org> wrote:i dont think there's any big issue here. Sysprof is a time and stack system-wide tracer/profiler, oprofile profiles CPU events - deep stacktracing is an afterthought there. And how do you set up oprofile to do precise time events? with sysprof you can do: cd /sys/kernel/debug/tracing echo sysprof > current_tracer cat trace_pipe and you'll see the trace events go by, live. The user-space bits of sysprof have been ported over to ftrace/sysprof already and it's a really nice tool that shows a deep stack-trace based hierarchical "vertical" profile instead of the usual finegrained profile. It certainly helps that the author of the tracer plugin (Soeren Sandmann) is the author of the userspace app too - so there's a rather well-working feedback loop here ;-) With oprofile all these things are rather indirect, the API is more complex, it forces per-CPU buffers, etc. etc. I think for instrumentation the driving force must be usability, and sysprof/ftrace is hands down more usable - to me at least. Ingo --
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| David Miller | Slow DOWN, please!!! |
| Peter Zijlstra | [PATCH 00/23] per device dirty throttling -v8 |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Natalie Protasevich | [BUG] New Kernel Bugs |
git: | |
