Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf cs-etm: Fix duplicated 'the' in comment

The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: James Clark <james.clark@arm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: John Garry <john.garry@huawei.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lore.kernel.org/lkml/20220716044040.43123-1-wangborong@cdjrlc.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Jason Wang and committed by
Arnaldo Carvalho de Melo
2c91cd88 c69d33eb

+1 -1
+1 -1
tools/perf/util/cs-etm.c
··· 1451 1451 * tidq->packet->instr_count represents the number of 1452 1452 * instructions in the current etm packet. 1453 1453 * 1454 - * Period instructions (Pi) contains the the number of 1454 + * Period instructions (Pi) contains the number of 1455 1455 * instructions executed after the sample point(n) from the 1456 1456 * previous etm packet. This will always be less than 1457 1457 * etm->instructions_sample_period.