We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817af72 commit 98dbed7Copy full SHA for 98dbed7
tools/perf/util/tool_pmu.c
@@ -239,9 +239,6 @@ int evsel__tool_pmu_open(struct evsel *evsel,
239
nthreads = perf_thread_map__nr(threads);
240
for (idx = start_cpu_map_idx; idx < end_cpu_map_idx; idx++) {
241
for (thread = 0; thread < nthreads; thread++) {
242
- if (thread >= nthreads)
243
- break;
244
-
245
if (!evsel->cgrp && !evsel->core.system_wide)
246
pid = perf_thread_map__pid(threads, thread);
247
0 commit comments