]> git.baikalelectronics.ru Git - kernel.git/commit
perf inject: Make sure mmap records are ordered when injecting build_ids
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 22 Jan 2016 21:41:00 +0000 (18:41 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 5 Feb 2016 12:46:45 +0000 (09:46 -0300)
commite619a1aa0de102b196edb89b017d300f032760fe
treeb3436dd9d01aa1478db2c5c3252d845abc127d3a
parent4c7bdf8cb4fb79b0bb60d45c69683417371fc041
perf inject: Make sure mmap records are ordered when injecting build_ids

To make sure the mmap records are ordered correctly and so that the
correct especially due to jitted code mmaps.

We cannot generate the buildid hit list and inject the jit mmaps (will
come right after this patch) in at the same time for now.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Carl Love <cel@us.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: John McCutchan <johnmccutchan@google.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sonny Rao <sonnyrao@chromium.org>
Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1448874143-7269-3-git-send-email-eranian@google.com
[ Carved out from a larger patch ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-inject.c