From 4044dab9b197cb72281b540750e425180028897f Mon Sep 17 00:00:00 2001 From: Manoj Gupta Date: Wed, 10 Jul 2019 16:44:20 -0700 Subject: crosperf: Fix a typo in kernel kallsyms. Replace a typo kernal by kernel. This otherwise breaks kernel cycles profiling. BUG=None TEST=unit tests pass Change-Id: I7cee1bd058c256262ca2758273a7309779a7a3c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1696566 Commit-Queue: Manoj Gupta Tested-by: Manoj Gupta Reviewed-by: Zhizhou Yang --- crosperf/results_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crosperf') diff --git a/crosperf/results_cache.py b/crosperf/results_cache.py index 1aa96e09..ab16e981 100644 --- a/crosperf/results_cache.py +++ b/crosperf/results_cache.py @@ -207,7 +207,7 @@ class Result(object): elif self.cwp_dso == 'chrome': exact_match = '" chrome "' elif self.cwp_dso == 'kallsyms': - exact_match = '"[kernal.kallsyms]"' + exact_match = '"[kernel.kallsyms]"' else: # This will need to be updated once there are more DSO types supported, # if user want an exact match for the field they want. -- cgit v1.2.3