]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/event.h
Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into spi-linus
[karo-tx-linux.git] / tools / perf / util / event.h
index 22921fd0f5b8c44e2021f66dab513a6bf19b7d5e..6bb1c928350d414f8cc157c1c1a608ab4ac6c8ee 100644 (file)
@@ -607,10 +607,8 @@ struct thread;
 
 bool is_bts_event(struct perf_event_attr *attr);
 bool sample_addr_correlates_sym(struct perf_event_attr *attr);
-void perf_event__preprocess_sample_addr(union perf_event *event,
-                                       struct perf_sample *sample,
-                                       struct thread *thread,
-                                       struct addr_location *al);
+void thread__resolve(struct thread *thread, struct addr_location *al,
+                    struct perf_sample *sample);
 
 const char *perf_event__name(unsigned int id);