kernel_optimize_test/tools/perf/tests
Arnaldo Carvalho de Melo 2da39f1cc3 perf evlist: Remove needless util.h from evlist.h
There is no need for that util/util.h include there and, remove it,
pruning the include tree, fix the fallout by adding necessary headers to
places that were getting needed includes indirectly from evlist.h ->
util.h.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-s9f7uve8wvykr5itcm7m7d8q@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-08-28 17:19:35 -03:00
..
attr
shell perf tests: Fixes hang in zstd compression test by changing the source of random data 2019-08-26 11:58:29 -03:00
.gitignore
attr.c
attr.py
backward-ring-buffer.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
bitmap.c libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions 2019-07-29 18:34:45 -03:00
bp_account.c
bp_signal_overflow.c
bp_signal.c
bpf-script-example.c
bpf-script-test-kbuild.c
bpf-script-test-prologue.c
bpf-script-test-relocation.c
bpf.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
Build
builtin-test.c perf test: Auto bump rlimit(MEMLOCK) for BPF test sake 2019-07-09 16:27:01 -03:00
clang.c
code-reading.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
cpumap.c libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions 2019-07-29 18:34:45 -03:00
dso-data.c
dwarf-unwind.c perf tools: Use zfree() where applicable 2019-07-09 10:13:27 -03:00
event_update.c libperf: Add own_cpus to struct perf_evsel 2019-07-29 18:34:45 -03:00
event-times.c libperf: Adopt perf_evsel__read() function from tools/perf 2019-07-29 18:34:46 -03:00
evsel-roundtrip-name.c perf evlist: Rename perf_evlist__delete() to evlist__delete() 2019-07-29 18:34:43 -03:00
evsel-tp-sched.c perf evsel: Rename perf_evsel__delete() to evsel__delete() 2019-07-29 18:34:43 -03:00
expr.c perf tools: Use zfree() where applicable 2019-07-09 10:13:27 -03:00
fdarray.c
hists_common.c
hists_common.h
hists_cumulate.c perf evlist: Rename perf_evlist__delete() to evlist__delete() 2019-07-29 18:34:43 -03:00
hists_filter.c perf evlist: Rename perf_evlist__delete() to evlist__delete() 2019-07-29 18:34:43 -03:00
hists_link.c perf evlist: Rename perf_evlist__delete() to evlist__delete() 2019-07-29 18:34:43 -03:00
hists_output.c perf evlist: Rename perf_evlist__delete() to evlist__delete() 2019-07-29 18:34:43 -03:00
is_printable_array.c
keep-tracking.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
kmod-path.c
llvm.c perf tools: Add missing headers, mostly stdlib.h 2019-07-09 10:13:22 -03:00
llvm.h
make perf tools: Add NO_LIBCAP=1 to the minimal build test 2019-08-14 10:59:59 -03:00
map_groups.c
mem.c
mem2node.c perf cpumap: Remove needless includes from cpumap.h 2019-08-22 17:16:57 -03:00
mmap-basic.c libperf: Add perf_evlist__set_maps() function 2019-07-29 18:34:45 -03:00
mmap-thread-lookup.c libperf: Add perf_thread_map__get()/perf_thread_map__put() 2019-07-29 18:34:44 -03:00
openat-syscall-all-cpus.c perf tests: Add missing counts.h 2019-08-22 17:16:57 -03:00
openat-syscall-tp-fields.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
openat-syscall.c perf tests: Add missing counts.h 2019-08-22 17:16:57 -03:00
parse-events.c libperf: Move nr_members from perf's evsel to libperf's perf_evsel 2019-07-29 18:34:46 -03:00
parse-no-sample-id-all.c libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix 2019-08-26 19:39:11 -03:00
perf-hooks.c
perf-record.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
perf-targz-src-pkg
pmu.c
python-use.c
sample-parsing.c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel 2019-07-29 18:34:45 -03:00
sdt.c perf evlist: Remove needless util.h from evlist.h 2019-08-28 17:19:35 -03:00
stat.c
sw-clock.c libperf: Add perf_evlist__set_maps() function 2019-07-29 18:34:45 -03:00
switch-tracking.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
task-exit.c perf record: Move record_opts and other record decls out of perf.h 2019-08-26 11:58:22 -03:00
tests.h
thread-map.c libperf: Add perf_thread_map__nr/perf_thread_map__pid functions 2019-08-22 17:16:57 -03:00
thread-mg-share.c
time-utils-test.c perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
topology.c libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions 2019-07-29 18:34:45 -03:00
unit_number__scnprintf.c
vmlinux-kallsyms.c perf tools: Add missing headers, mostly stdlib.h 2019-07-09 10:13:22 -03:00
wp.c