]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf arm-spe: Rename arm_spe__synth_data_source_generic()
authorLeo Yan <leo.yan@arm.com>
Thu, 3 Oct 2024 18:53:16 +0000 (19:53 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 14 Oct 2024 19:04:31 +0000 (12:04 -0700)
commitfb98fa3bf86893e53fac7bc951f503caf4a6eb23
treed97502a902e59521a5254313611d75f9b58dff33
parent0c383c0827ec73c0c349a2f1eef3e7b9c189fc52
perf arm-spe: Rename arm_spe__synth_data_source_generic()

The arm_spe__synth_data_source_generic() function is invoked when the
tool detects that CPUs do not support data source packets and falls back
to synthesizing only the memory level.

Rename it to arm_spe__synth_memory_level() for better reflecting its
purpose.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20241003185322.192357-2-leo.yan@arm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/arm-spe.c