linux-stable/tools/perf/ui/gtk
Arnaldo Carvalho de Melo e0fcfb086f perf evlist: Adopt backwards ring buffer state enum
As this isn't used at all in mmap.h but in evlist.h, so to cut down the
header dependency tree, move it to where it is used.

Also add mmap.h to the places using it but previously getting it
indirectly via evlist.h.

Add missing pthread.h to evlist.h, as it has a pthread_t struct member
and was getting the header via mmap.h.

Noticed while processing a Jiri's libperf batch touching mmap.h, where
almost everything gets rebuilt because evlist.h is so popular, so cut
down't this rebuild the world party.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Song Liu <songliubraving@fb.com>
Link: https://lkml.kernel.org/n/tip-he0uljeftl0xfveh3d6vtode@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-09-25 09:51:45 -03:00
..
annotate.c perf symbols: Move symsrc prototypes to a separate header 2019-08-31 22:24:05 -03:00
browser.c perf tools: Remove needless evlist.h include directives 2019-08-31 22:24:10 -03:00
Build perf build: Add gtk objects building 2015-02-12 11:49:12 -03:00
gtk.h perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
helpline.c perf tools: Remove debug.h from places where it is not needed 2019-09-20 09:19:20 -03:00
hists.c perf evlist: Adopt backwards ring buffer state enum 2019-09-25 09:51:45 -03:00
progress.c perf tools: Remove util.h from where it is not needed 2019-09-20 09:19:20 -03:00
setup.c perf debug: No need to include ui/util.h 2019-09-20 09:19:20 -03:00
util.c perf tools: Remove debug.h from places where it is not needed 2019-09-20 09:19:20 -03:00