projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d5362
)
perf cs-etm: Remove redundant space
author
Leo Yan
<
[email protected]
>
Thu, 10 May 2018 04:02:00 +0000
(12:02 +0800)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Fri, 11 May 2018 13:46:36 +0000
(10:46 -0300)
There have two spaces ahead function name cs_etm__set_pid_tid_cpu(), so
remove one space and correct indentation.
Signed-off-by: Leo Yan <
[email protected]
>
Acked-by: Mathieu Poirier <
[email protected]
>
Cc: Alexander Shishkin <
[email protected]
>
Cc: Jiri Olsa <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/util/cs-etm.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/cs-etm.c
b/tools/perf/util/cs-etm.c
index 2bf28b5acc08f4dcc13805370494e86ade90b302..bf16dc9ee507d98bbb8a762f4f4221bbe7733548 100644
(file)
--- a/
tools/perf/util/cs-etm.c
+++ b/
tools/perf/util/cs-etm.c
@@
-613,8
+613,8
@@
cs_etm__get_trace(struct cs_etm_buffer *buff, struct cs_etm_queue *etmq)
return buff->len;
}
-static void
cs_etm__set_pid_tid_cpu(struct cs_etm_auxtrace *etm,
-
struct auxtrace_queue *queue)
+static void cs_etm__set_pid_tid_cpu(struct cs_etm_auxtrace *etm,
+ struct auxtrace_queue *queue)
{
struct cs_etm_queue *etmq = queue->priv;