]> git.ipfire.org Git - people/ms/linux.git/commit
perf buildid-list: Requires ordered events
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 13 Nov 2015 09:48:31 +0000 (11:48 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 13 Nov 2015 15:22:04 +0000 (12:22 -0300)
commit1216b65c502e0f130cc9984dfd5f9e1968c1eb46
tree2c3322918e95edec8d5314553a6334a69af34b23
parente266a753bf51b2c3b46d0d230349662c35ac5629
perf buildid-list: Requires ordered events

'perf buildid-list' processes events to determine hits (i.e. with-hits
option).  That may not work if events are not sorted in order. i.e. MMAP
events must be processed before the samples that depend on them so that
sample processing can 'hit' the DSO to which the MMAP refers.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1447408112-1920-3-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/build-id.c