[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150120130632.GD15315@krava.brq.redhat.com>
Date: Tue, 20 Jan 2015 14:06:32 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Wang Nan <wangnan0@...wei.com>
Cc: jeremie.galarneau@...icios.com, bigeasy@...utronix.de,
lizefan@...wei.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] perf: convert: two patches for converting syscall
tracepoitns.
On Tue, Jan 20, 2015 at 07:07:07PM +0800, Wang Nan wrote:
> This 2 patches are based on Jiri Olsa's perf repository:
>
> https://git.kernel.org/cgit/linux/kernel/git/jolsa/perf.git/log/?h=perf/core_ctf_convert
>
> Perf data convert to failes when converting perf.data recorded with
>
> # perf record -a -e syscalls:* sleep 1
>
> The following 2 patches fix it.
>
> Wang Nan (2):
> perf: convert: fix duplicate field names.
> perf: convert: fix signess of value.
>
> tools/perf/util/data-convert-bt.c | 101 ++++++++++++++++++++++++++++++++++++--
> 1 file changed, 96 insertions(+), 5 deletions(-)
>
> --
> 1.8.4
hi,
also I've got following error:
BUILD: Doing 'make -j1' parallel build
CC util/data-convert-bt.o
util/data-convert-bt.c: In function ‘adjust_signess’:
util/data-convert-bt.c:170:6: error: unused variable ‘signbit’ [-Werror=unused-variable]
int signbit;
^
util/data-convert-bt.c: In function ‘add_tracepoint_fields_types’:
util/data-convert-bt.c:668:30: error: unused variable ‘f’ [-Werror=unused-variable]
struct bt_ctf_field_type *f;
^
cc1: all warnings being treated as errors
make[1]: *** [util/data-convert-bt.o] Error 1
make: *** [all] Error 2
jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists