Searched hist:"5 d2cd90922c778908bd0cd669e572a5b5eafd737" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | python.c | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | evsel.h | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | evlist.c | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | evsel.c | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | builtin-stat.c | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | builtin-record.c | diff 5d2cd90922c778908bd0cd669e572a5b5eafd737 Thu Apr 14 09:20:14 CDT 2011 Arnaldo Carvalho de Melo <acme@redhat.com> perf evsel: Fix use of inherit
perf stat doesn't mmap and its perfectly fine for it to use task-bound counters with inheritance.
So set the attr.inherit on the caller and leave the syscall itself to validate it.
When the mmap fails perf_evlist__mmap will just emit a warning if this is the failure reason.
Reported-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> Link: http://lkml.kernel.org/r/20110414170121.GC3229@ghostprotocols.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|