commit | 60ab271617cec607380099f3ed8e84916e48323b | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Dec 16 17:55:56 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 16 18:30:13 2009 +0100 |
tree | fc43fd9f59e2743239c1c24efaf8686e9bc30f99 | |
parent | 856e96608a72412d319e498a3a7c557571f811bd [diff] |
perf record: Use per-task-per-cpu events for inherited events Create events with a pid and cpu contraint for inherited events so that we get a stream per cpu, instead of all cpus contending on a single stream. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: fweisbec@gmail.com Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <20091216165904.987643843@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>