]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf str{filter,list}: Disentangle headers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 Apr 2017 13:57:25 +0000 (10:57 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 16:01:52 +0000 (13:01 -0300)
commit8ec20b176c4be72d067fa18e33a4f156d1da9bc8
treebe742e7a9d1e73f5452798d86b8cb14a3a01468d
parenta43783aeec5fac8ef372ff8c0a5bbb3056fc0604
perf str{filter,list}: Disentangle headers

There are places where we just need a forward declaration, and others
were we need to include strlist.h and/or strfilter.h, reducing the
impact of changes in headers on the build time, do it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-zab42gbiki88y9k0csorxekb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
17 files changed:
tools/perf/builtin-report.c
tools/perf/builtin-timechart.c
tools/perf/util/bpf-loader.c
tools/perf/util/build-id.c
tools/perf/util/build-id.h
tools/perf/util/evsel_fprintf.c
tools/perf/util/jitdump.c
tools/perf/util/map.c
tools/perf/util/parse-events.c
tools/perf/util/probe-event.c
tools/perf/util/probe-event.h
tools/perf/util/probe-file.c
tools/perf/util/probe-file.h
tools/perf/util/probe-finder.c
tools/perf/util/sort.c
tools/perf/util/sort.h
tools/perf/util/util.h