Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/linux...
[firefly-linux-kernel-4.4.55.git] / tools / perf / util / db-export.h
index adbd22d6679837d8a26d4e05ef0a0ea1d62db35b..25e22fd76aca1537813b9278db205993ca45075b 100644 (file)
@@ -34,7 +34,6 @@ struct export_sample {
        union perf_event        *event;
        struct perf_sample      *sample;
        struct perf_evsel       *evsel;
-       struct thread           *thread;
        struct addr_location    *al;
        u64                     db_id;
        u64                     comm_db_id;
@@ -97,7 +96,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);