linux/tools/perf
Arnaldo Carvalho de Melo c2329ade22 perf session: Don't count per evsel events
PERF_RECORD_SAMPLE was not being counted here and is the only per-evsel
thing anyway, the other events were not mapping to a evsel.

With this we don't require that evsels used with a perf_session need to
have space for hists, like the ones in annotate, report, top.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-kzchpz0l1mhrsfpkirz086m2@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-10-10 15:15:32 -03:00
..
arch perf tools: Fix build breakage on arm64 targets 2014-10-01 14:44:17 -03:00
bench perf bench futex: Sanitize -q option in requeue 2014-09-29 15:43:26 -03:00
config
Documentation
python
scripts
tests perf evsel: Add hists helper 2014-10-09 13:13:41 -03:00
ui perf evsel: Add hists helper 2014-10-09 13:13:41 -03:00
util perf session: Don't count per evsel events 2014-10-10 15:15:32 -03:00
.gitignore
builtin-annotate.c perf evsel: Add hists helper 2014-10-09 13:13:41 -03:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-diff.c perf evsel: Add hists helper 2014-10-09 13:13:41 -03:00
builtin-evlist.c
builtin-help.c
builtin-inject.c
builtin-kmem.c
builtin-kvm.c perf kvm stat live: Use fdarray object instead of pollfd 2014-10-03 09:39:48 -03:00
builtin-list.c
builtin-lock.c
builtin-mem.c
builtin-probe.c
builtin-record.c perf tools: Convert {record,top}.call-graph option to call-graph.record-mode 2014-09-26 12:43:53 -03:00
builtin-report.c perf evsel: Add hists helper 2014-10-09 13:13:41 -03:00
builtin-sched.c perf sched: Stop updating hists stats, not used 2014-10-09 11:46:35 -03:00
builtin-script.c perf script: Stop updating hists stats, not used 2014-10-09 11:46:41 -03:00
builtin-stat.c
builtin-timechart.c
builtin-top.c perf evsel: Add hists helper 2014-10-09 13:13:41 -03:00
builtin-trace.c perf trace: Fix mmap return address truncation to 32-bit 2014-09-29 15:25:36 -03:00
builtin.h
command-list.txt
CREDITS
design.txt
Makefile
Makefile.perf
MANIFEST
perf-archive.sh
perf-completion.sh
perf-sys.h
perf-with-kcore.sh
perf.c
perf.h