提交 d94386f2 编写于 作者: S Soramichi AKIYAMA 提交者: Arnaldo Carvalho de Melo

perf evlist: Fix typo in deliver_sample()

This patch fixes a typo: s/delievery/delivery/
Signed-off-by: NSoramichi 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.jpSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 d25ed5d9
...@@ -1191,7 +1191,7 @@ static int ...@@ -1191,7 +1191,7 @@ static int
u64 sample_type = evsel->attr.sample_type; u64 sample_type = evsel->attr.sample_type;
u64 read_format = evsel->attr.read_format; u64 read_format = evsel->attr.read_format;
/* Standard sample delievery. */ /* Standard sample delivery. */
if (!(sample_type & PERF_SAMPLE_READ)) if (!(sample_type & PERF_SAMPLE_READ))
return tool->sample(tool, event, sample, evsel, machine); return tool->sample(tool, event, sample, evsel, machine);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册