On 5/10/13 1:04 PM, Chao Xu wrote:
Hi,I issued the following commands: sudo perf record sleep 1 sudo perf report
you are profiling the 'sleep' command which is not very exciting. Try: sudo perf record -a -- sleep 1 sudo perf report David -- To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html