perf tools: Remove filter parameter of perf_event__preprocess_sample()
[deliverable/linux.git] / tools / perf / util / event.h
index 6119a649d8611237ab576c003315f6a11bcd036b..15db071d96b568693c360645f4757c5e23c54ad1 100644 (file)
@@ -234,8 +234,7 @@ struct addr_location;
 int perf_event__preprocess_sample(const union perf_event *self,
                                  struct machine *machine,
                                  struct addr_location *al,
-                                 struct perf_sample *sample,
-                                 symbol_filter_t filter);
+                                 struct perf_sample *sample);
 
 const char *perf_event__name(unsigned int id);
 
This page took 0.073005 seconds and 5 git commands to generate.