]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf jit: Remove unecessary padding in jitdump file
authorStephane Eranian <eranian@google.com>
Thu, 13 Oct 2016 10:59:37 +0000 (03:59 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Oct 2016 14:07:38 +0000 (11:07 -0300)
commit13b9012ab42ee93dabe8555f2e701ca139180f85
treeb78b3d45d4c801a718613fe0df4439c0aaf983e6
parent621cb4e7837e39d25a5af5a785ad282cdd2b4ce8
perf jit: Remove unecessary padding in jitdump file

This patch removes all the string padding generated in the jitdump file.
They are not necessary and were adding unnecessary complexity. Modern
processors can handle unaligned accesses quite well. The perf.data/
jitdump file are always post-processed, no need to add extra complexity
for no real gain.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Anton Blanchard <anton@ozlabs.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1476356383-30100-4-git-send-email-eranian@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/jvmti/jvmti_agent.c