52 lines
1.9 KiB
Diff
52 lines
1.9 KiB
Diff
From 028138c3636fcdcfc13b04425829a919f5738c5f Mon Sep 17 00:00:00 2001
|
|
From: Ian Rogers <irogers@google.com>
|
|
Date: Wed, 9 Sep 2020 20:26:31 -0700
|
|
Subject: [PATCH 133/201] perf metricgroup: Fix typo in comment.
|
|
|
|
mainline inclusion
|
|
from mainline-v5.10-rc1
|
|
commit 9e34c1c87e56dc4a53e95fa2a68191c75e10b46d
|
|
category: bugfix
|
|
bugzilla: https://gitee.com/openeuler/kernel/issues/I8C0CX
|
|
|
|
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9e34c1c87e56dc4a53e95fa2a68191c75e10b46d
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
Add missing character.
|
|
|
|
Signed-off-by: Ian Rogers <irogers@google.com>
|
|
Acked-by: Namhyung Kim <namhyung@kernel.org>
|
|
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
|
|
Cc: Jin Yao <yao.jin@linux.intel.com>
|
|
Cc: Jiri Olsa <jolsa@redhat.com>
|
|
Cc: Kajol Jain <kjain@linux.ibm.com>
|
|
Cc: Kan Liang <kan.liang@linux.intel.com>
|
|
Cc: Mark Rutland <mark.rutland@arm.com>
|
|
Cc: Peter Zijlstra <peterz@infradead.org>
|
|
Cc: Stephane Eranian <eranian@google.com>
|
|
Cc: Thomas Richter <tmricht@linux.ibm.com>
|
|
Link: http://lore.kernel.org/lkml/20200910032632.511566-2-irogers@google.com
|
|
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
|
Signed-off-by: hongrongxuan <hongrongxuan@huawei.com>
|
|
---
|
|
tools/perf/util/metricgroup.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tools/perf/util/metricgroup.c b/tools/perf/util/metricgroup.c
|
|
index 906041a72a90..b874343f4b45 100644
|
|
--- a/tools/perf/util/metricgroup.c
|
|
+++ b/tools/perf/util/metricgroup.c
|
|
@@ -155,7 +155,7 @@ static void expr_ids__exit(struct expr_ids *ids)
|
|
}
|
|
|
|
/**
|
|
- * Find a group of events in perf_evlist that correpond to those from a parsed
|
|
+ * Find a group of events in perf_evlist that correspond to those from a parsed
|
|
* metric expression. Note, as find_evsel_group is called in the same order as
|
|
* perf_evlist was constructed, metric_no_merge doesn't need to test for
|
|
* underfilling a group.
|
|
--
|
|
2.27.0
|
|
|