Searched hist:"68566 a7cf56bf3148797c218ed45a9de078ef47c" (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | dsos.c | diff 68566a7cf56bf3148797c218ed45a9de078ef47c Mon Jul 11 11:31:44 CEST 2022 Adrian Hunter <adrian.hunter@intel.com> perf tools: Fix dso_id inode generation comparison
Synthesized MMAP events have zero ino_generation, so do not compare them to DSOs with a real ino_generation otherwise we end up with a DSO without a build id.
Fixes: 0e3149f86b99ddab ("perf dso: Move dso_id from 'struct map' to 'struct dso'") Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: kvm@vger.kernel.org Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20220711093218.10967-2-adrian.hunter@intel.com [ Added clarification to the comment from Ian + more detailed explanation from Adrian ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|