[PATCH 7/9] perf evlist: add stat unique code to open_counters method

2012-10-29 Thread David Ahern
perf-stat continues on some open failures. top and record opt out to maintain existing behavior. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Frederic Weisbecker Cc: Peter Zijlstra --- tools/perf/builtin-record.c |2 +- tools/perf/builtin-top.c|2 +-

[PATCH 7/9] perf evlist: add stat unique code to open_counters method

2012-10-10 Thread David Ahern
Mainly the addition is an argument to keep going for some open failures. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Frederic Weisbecker Cc: Peter Zijlstra --- tools/perf/builtin-record.c |2 +- tools/perf/builtin-top.c|2 +- tools/perf/util/evlist