On 6/20/13 12:47 PM, Steven Rostedt wrote:
On Thu, 2013-06-20 at 12:35 -0600, David Ahern wrote:
On 6/20/13 12:23 PM, Steven Rostedt wrote:

I ran this:

   perf stat --repeat 100 -- perf bench sched pipe > 
/tmp/perf-bench-sched.{before, after}

You want to compare:
    perf stat --repeat 100 -p 1 -- perf bench sched pipe

so that event is tagged to pid 1 and not the perf-bench workload.

I guess I'm a bit confused. What's the significance of measuring pid 1
(init)?

I believe Oleg's point is the overhead for tasks without events associated with them. To show that create an event tagged to the init task and then run some workload -- like perf bench shed pipe. It shows that all tasks take a hit, not just the one getting profiled.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to