/openbmc/linux/tools/perf/arch/s390/util/ |
H A D | auxtrace.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | intel-bts.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | intel-pt.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
/openbmc/linux/tools/perf/tests/ |
H A D | backward-ring-buffer.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | openat-syscall-tp-fields.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | sw-clock.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | keep-tracking.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | task-exit.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | switch-tracking.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | hists_link.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | perf-record.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | mmap-basic.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | code-reading.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
/openbmc/linux/tools/perf/util/ |
H A D | mmap.h | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | auxtrace.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | evlist.h | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | annotate.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | evlist.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | parse-events.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | hists.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | builtin-top.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | builtin-record.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|
H A D | builtin-trace.c | diff e0fcfb086fbbb6233de1062d4b2f05e9afedab3b Mon Sep 23 10:20:38 CDT 2019 Arnaldo Carvalho de Melo <acme@redhat.com> 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>
|