OSDN Git Service

perf db-export: No need to pass thread twice to db_export__sample
[uclinux-h8/linux.git] / tools / perf / util / db-export.h
index adbd22d..b9faa13 100644 (file)
@@ -97,7 +97,7 @@ int db_export__branch_type(struct db_export *dbe, u32 branch_type,
                           const char *name);
 int db_export__sample(struct db_export *dbe, union perf_event *event,
                      struct perf_sample *sample, struct perf_evsel *evsel,
-                     struct thread *thread, struct addr_location *al);
+                     struct addr_location *al);
 
 int db_export__branch_types(struct db_export *dbe);