perf tools: Consolidate symbol resolving across all tools
[deliverable/linux.git] / tools / perf / util / event.h
index 13c12c75f970cc377c24af1e2700912eda5ae39e..a4cc8105cf675f42285896e674dd81193da7582b 100644 (file)
@@ -152,4 +152,8 @@ int event__process_lost(event_t *self);
 int event__process_mmap(event_t *self);
 int event__process_task(event_t *self);
 
+struct addr_location;
+int event__preprocess_sample(const event_t *self, struct addr_location *al,
+                            symbol_filter_t filter);
+
 #endif /* __PERF_RECORD_H */
This page took 0.026229 seconds and 5 git commands to generate.