Home
last modified time | relevance | path

Searched hist:"13 b9012ab42ee93dabe8555f2e701ca139180f85" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/jvmti/
H A Djvmti_agent.cdiff 13b9012ab42ee93dabe8555f2e701ca139180f85 Thu Oct 13 12:59:37 CEST 2016 Stephane Eranian <eranian@google.com> 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>