[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6bde6bde-f83f-427a-9107-8f867703c9b5@intel.com>
Date: Tue, 8 Oct 2024 18:22:33 +0300
From: Adrian Hunter <adrian.hunter@...el.com>
To: Thomas Falcon <thomas.falcon@...el.com>, peterz@...radead.org,
mingo@...hat.com, acme@...nel.org, namhyung@...nel.org,
mark.rutland@....com, alexander.shishkin@...ux.intel.com, jolsa@...nel.org,
irogers@...gle.com, kan.liang@...ux.intel.com
Cc: linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf test x86: Fix typo in intel-pt-test
On 7/10/24 22:47, Thomas Falcon wrote:
> Change function name "is_hydrid" to "is_hybrid".
>
> Signed-off-by: Thomas Falcon <thomas.falcon@...el.com>
Reviewed-by: Adrian Hunter <adrian.hunter@...el.com>
> ---
> tools/perf/arch/x86/tests/intel-pt-test.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/arch/x86/tests/intel-pt-test.c b/tools/perf/arch/x86/tests/intel-pt-test.c
> index 09d61fa736e3..b217ed67cd4e 100644
> --- a/tools/perf/arch/x86/tests/intel-pt-test.c
> +++ b/tools/perf/arch/x86/tests/intel-pt-test.c
> @@ -375,7 +375,7 @@ static int get_pt_caps(int cpu, struct pt_caps *caps)
> return 0;
> }
>
> -static bool is_hydrid(void)
> +static bool is_hybrid(void)
> {
> unsigned int eax, ebx, ecx, edx = 0;
> bool result;
> @@ -441,7 +441,7 @@ int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest)
> int ret = TEST_OK;
> int cpu;
>
> - if (!is_hydrid()) {
> + if (!is_hybrid()) {
> test->test_cases[subtest].skip_reason = "not hybrid";
> return TEST_SKIP;
> }
Powered by blists - more mailing lists