linux/tools/perf/jvmti
Stephane Eranian 13b9012ab4 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>
2016-10-24 11:07:38 -03:00
..
jvmti_agent.c perf jit: Remove unecessary padding in jitdump file 2016-10-24 11:07:38 -03:00
jvmti_agent.h perf jit: add source line info support 2016-02-05 12:33:09 -03:00
libjvmti.c perf jit: Improve error messages from JVMTI 2016-10-24 11:07:37 -03:00
Makefile perf jit: Fix build issue on Ubuntu 2016-10-17 11:25:34 -03:00