Re: [PATCH 0/2] perf: convert: two patches for converting syscall tracepoitns.

From: Jiri Olsa
Date: Tue Jan 20 2015 - 08:06:48 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/