summaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorAdrian Hunter2019-07-10 10:57:56 +0200
committerArnaldo Carvalho de Melo2019-07-10 17:12:56 +0200
commita5defb2f3984e0f056e4113b54c461782796c7be (patch)
tree0aaa875a0d99ace979e39fe5d11f8ae3e23b2c67 /tools/perf
parentperf db-export: Move export__comm_thread into db_export__sample() (diff)
downloadkernel-qcow2-linux-a5defb2f3984e0f056e4113b54c461782796c7be.tar.gz
kernel-qcow2-linux-a5defb2f3984e0f056e4113b54c461782796c7be.tar.xz
kernel-qcow2-linux-a5defb2f3984e0f056e4113b54c461782796c7be.zip
perf db-export: Fix a white space issue in db_export__sample()
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>
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/util/db-export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/db-export.c b/tools/perf/util/db-export.c
index 78f62a733b9d..2c3a4ad68428 100644
--- 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,