lkml.org 
[lkml]   [2016]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 22/66] perf tests cpumap: Add missing headers
    Date
    From: Arnaldo Carvalho de Melo <acme@redhat.com>

    It was getting all sort of needed stuff by sheer luck, via indirect
    includes, fix 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-tvjgo39t8k0ye6dntv3knran@git.kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    ---
    tools/perf/tests/cpumap.c | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/tools/perf/tests/cpumap.c b/tools/perf/tests/cpumap.c
    index c9ec5f83e42c..f168a85992d0 100644
    --- a/tools/perf/tests/cpumap.c
    +++ b/tools/perf/tests/cpumap.c
    @@ -1,5 +1,12 @@
    #include "tests.h"
    +#include <stdio.h>
    #include "cpumap.h"
    +#include "event.h"
    +#include <string.h>
    +#include <linux/bitops.h>
    +#include "debug.h"
    +
    +struct machine;

    static int process_event_mask(struct perf_tool *tool __maybe_unused,
    union perf_event *event,
    --
    2.7.4
    \
     
     \ /
      Last update: 2016-07-13 01:41    [W:2.198 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site