perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes
authorJiri Olsa <jolsa@kernel.org>
Wed, 24 Feb 2016 08:46:52 +0000 (09:46 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 24 Feb 2016 13:30:22 +0000 (10:30 -0300)
commit149d75076778d3b14e13b79d683b4f4fdd4fdb01
tree14849d4b139ed5047c209a0129fd9c84c4636bed
parent969075630e3abd1c740ac4f3183949cbf54b410d
perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes

Moving strncat/strcpy calls into scnprintf to easily track number of
displayed bytes. It will be used in following patch.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1456303616-26926-12-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/mem-events.c
tools/perf/util/mem-events.h