Commit 581ff5b6 authored by zhujun2's avatar zhujun2 Committed by Arnaldo Carvalho de Melo
Browse files

perf tests coresight: Remove unused variables



These variables are never referenced in the code, just remove them.

Reviewed-by: default avatarJames Clark <james.clark@arm.com>
Signed-off-by: default avatarzhujun2 <zhujun2@cmss.chinamobile.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
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: coresight@lists.linaro.org
Link: https://lore.kernel.org/r/20231115064255.11057-1-zhujun2@cmss.chinamobile.com


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 4a18ab46
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ static pthread_t new_thr(void *(*fn) (void *arg), void *arg)
int main(int argc, char **argv)
{
	unsigned long i, len, size, thr;
	pthread_t threads[256];
	struct args args[256];
	long long v;

+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ static pthread_t new_thr(void *(*fn) (void *arg), void *arg)
int main(int argc, char **argv)
{
	unsigned int i, len, thr;
	pthread_t threads[256];
	struct args args[256];

	if (argc < 3) {
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ static pthread_t new_thr(void *(*fn) (void *arg), void *arg)
int main(int argc, char **argv)
{
	unsigned int i, thr;
	pthread_t threads[256];
	struct args args[256];

	if (argc < 2) {