lkml.org 
[lkml]   [2015]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 14/22] perf tools: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on
    Date
    regs_query_register_offset() in dwarf-regs.c is required by BPF prologue.
    Make it be compiled if CONFIG_BPF_PROLOGUE is on to avoid building failure
    when CONFIG_BPF_PROLOGUE is on but CONFIG_DWARF is not set.

    Signed-off-by: Wang Nan <wangnan0@huawei.com>
    Signed-off-by: He Kuang <hekuang@huawei.com>
    Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
    Cc: Alexei Starovoitov <ast@plumgrid.com>
    Cc: Brendan Gregg <brendan.d.gregg@gmail.com>
    Cc: Daniel Borkmann <daniel@iogearbox.net>
    Cc: David Ahern <dsahern@gmail.com>
    Cc: He Kuang <hekuang@huawei.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Kaixu Xia <xiakaixu@huawei.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Zefan Li <lizefan@huawei.com>
    Cc: pi3orama@163.com
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Link: http://lkml.kernel.org/n/ebpf-6yw9eg0ej3l4jnqhinngkw86@git.kernel.org
    ---
    tools/perf/arch/x86/util/Build | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/tools/perf/arch/x86/util/Build b/tools/perf/arch/x86/util/Build
    index ff63649..4659703 100644
    --- a/tools/perf/arch/x86/util/Build
    +++ b/tools/perf/arch/x86/util/Build
    @@ -5,6 +5,7 @@ libperf-y += kvm-stat.o
    libperf-y += perf_regs.o

    libperf-$(CONFIG_DWARF) += dwarf-regs.o
    +libperf-$(CONFIG_BPF_PROLOGUE) += dwarf-regs.o

    libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
    libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
    --
    1.8.3.4


    \
     
     \ /
      Last update: 2015-09-23 13:41    [W:4.218 / U:0.196 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site