projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed1195
)
perf db-export: Fix a white space issue in db_export__sample()
author
Adrian Hunter
<adrian.hunter@intel.com>
Wed, 10 Jul 2019 08:57:56 +0000
(11:57 +0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 10 Jul 2019 15:12:56 +0000
(12:12 -0300)
Fix a white space issue in db_export__sample()
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link:
http://lkml.kernel.org/r/20190710085810.1650-8-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/db-export.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/db-export.c
b/tools/perf/util/db-export.c
index
78f62a7
..
2c3a4ad
100644
(file)
--- a/
tools/perf/util/db-export.c
+++ b/
tools/perf/util/db-export.c
@@
-274,7
+274,7
@@
int db_export__sample(struct db_export *dbe, union perf_event *event,
struct perf_sample *sample, struct perf_evsel *evsel,
struct addr_location *al)
{
- struct thread
*
thread = al->thread;
+ struct thread
*
thread = al->thread;
struct export_sample es = {
.event = event,
.sample = sample,