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:
d25ed5d
)
perf evlist: Fix typo in deliver_sample()
author
Soramichi AKIYAMA
<akiyama@m.soramichi.jp>
Tue, 17 Jan 2017 13:22:33 +0000
(22:22 +0900)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 17 Jan 2017 14:36:45 +0000
(11:36 -0300)
This patch fixes a typo: s/delievery/delivery/
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/20170117222233.dfd92de0ad701e7c53396950@m.soramichi.jp
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/session.c
b/tools/perf/util/session.c
index f268201048a0b69774cef2e6a8f4cb4a1634de01..349c68144e55b7f9eb2950f4db46c7f52b634b8e 100644
(file)
--- a/
tools/perf/util/session.c
+++ b/
tools/perf/util/session.c
@@
-1191,7
+1191,7
@@
static int
u64 sample_type = evsel->attr.sample_type;
u64 read_format = evsel->attr.read_format;
- /* Standard sample deli
e
very. */
+ /* Standard sample delivery. */
if (!(sample_type & PERF_SAMPLE_READ))
return tool->sample(tool, event, sample, evsel, machine);