linux-bl808/tools/perf
Jiri Olsa 6484d2f9dc libperf: Add nr_entries to struct perf_evlist
Move nr_entries count from 'struct perf' to into perf_evlist struct.

Committer notes:

Fix tools/perf/arch/s390/util/auxtrace.c case. And also the comment in
tools/perf/util/annotate.h.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Alexey Budankov <alexey.budankov@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20190721112506.12306-42-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-07-29 18:34:45 -03:00
..
arch libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
bench perf cpu_map: Rename struct cpu_map to struct perf_cpu_map 2019-07-29 18:34:42 -03:00
Documentation perf tools: Fix perf.data documentation units for memory size 2019-07-29 09:03:43 -03:00
examples/bpf perf trace beauty: Add BPF augmenter for the 'rename' syscall 2019-07-29 18:34:42 -03:00
include/bpf perf include bpf: Add bpf_tail_call() prototype 2019-07-29 18:34:40 -03:00
jvmti
lib libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
pmu-events perf vendor events s390: Add JSON files for machine type 8561 2019-07-12 13:51:59 -03:00
python
scripts perf scripts python: export-to-postgresql.py: Export switch events 2019-07-10 13:05:12 -03:00
tests libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
trace tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC() 2019-07-29 09:03:42 -03:00
ui libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
util libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
.gitignore
Build
builtin-annotate.c perf evsel: Rename struct perf_evsel to struct evsel 2019-07-29 18:34:42 -03:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-c2c.c perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
builtin-config.c
builtin-data.c
builtin-diff.c perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
builtin-evlist.c perf evsel: Rename struct perf_evsel to struct evsel 2019-07-29 18:34:42 -03:00
builtin-ftrace.c libperf: Add perf_cpu_map__get()/perf_cpu_map__put() 2019-07-29 18:34:44 -03:00
builtin-help.c
builtin-inject.c perf evlist: Rename perf_evlist__remove() to evlist__remove() 2019-07-29 18:34:43 -03:00
builtin-kallsyms.c
builtin-kmem.c perf evsel: Rename struct perf_evsel to struct evsel 2019-07-29 18:34:42 -03:00
builtin-kvm.c perf evlist: Rename perf_evlist__disable() to evlist__disable() 2019-07-29 18:34:43 -03:00
builtin-list.c
builtin-lock.c perf evsel: Rename struct perf_evsel to struct evsel 2019-07-29 18:34:42 -03:00
builtin-mem.c perf evsel: Rename struct perf_evsel to struct evsel 2019-07-29 18:34:42 -03:00
builtin-probe.c perf probe: Avoid calling freeing routine multiple times for same pointer 2019-07-23 09:04:41 -03:00
builtin-record.c libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
builtin-report.c perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
builtin-sched.c libperf: Include perf_evlist in evlist object 2019-07-29 18:34:44 -03:00
builtin-script.c perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
builtin-stat.c libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
builtin-timechart.c perf evsel: Rename struct perf_evsel to struct evsel 2019-07-29 18:34:42 -03:00
builtin-top.c libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
builtin-trace.c libperf: Add nr_entries to struct perf_evlist 2019-07-29 18:34:45 -03:00
builtin-version.c perf version: Fix segfault due to missing OPT_END() 2019-07-15 07:59:05 -03:00
builtin.h
check-headers.sh
command-list.txt
CREDITS
design.txt
Makefile
Makefile.config libperf: Make libperf.a part of the perf build 2019-07-29 18:34:43 -03:00
Makefile.perf libperf: Add libperf to the python.so build 2019-07-29 18:34:44 -03:00
MANIFEST
perf-archive.sh
perf-completion.sh
perf-read-vdso.c
perf-sys.h
perf-with-kcore.sh
perf.c
perf.h