]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/db-export.c
Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into spi-linus
[karo-tx-linux.git] / tools / perf / util / db-export.c
index 1c9689e4cc179a3e931e1b3e0b427accb7553cba..049438d51b9a496cd20dac37c63a41a0b3512a6a 100644 (file)
@@ -333,7 +333,7 @@ int db_export__sample(struct db_export *dbe, union perf_event *event,
            sample_addr_correlates_sym(&evsel->attr)) {
                struct addr_location addr_al;
 
-               perf_event__preprocess_sample_addr(event, sample, thread, &addr_al);
+               thread__resolve(thread, &addr_al, sample);
                err = db_ids_from_al(dbe, &addr_al, &es.addr_dso_db_id,
                                     &es.addr_sym_db_id, &es.addr_offset);
                if (err)