diff options
Diffstat (limited to 'tools/perf/util/db-export.h')
| -rw-r--r-- | tools/perf/util/db-export.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/db-export.h b/tools/perf/util/db-export.h index adbd22d66798..25e22fd76aca 100644 --- a/tools/perf/util/db-export.h +++ b/tools/perf/util/db-export.h @@ -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);  |