diff options
author | Riccardo Mancini <[email protected]> | 2021-08-21 11:19:27 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-08-31 16:44:30 -0300 |
commit | da7c3b462293431ea2558765a977a55007a26379 (patch) | |
tree | abb12e87d5ddfb75b5983203a38a210395116804 /scripts/gdb/linux/lists.py | |
parent | 71efc48a4cbd208707b4ee4464b9eabd3b6438aa (diff) |
perf evsel: Move ignore_missing_thread() to fallback code
This patch moves ignore_missing_thread outside the perf_event_open loop.
Doing so, we need to move the retry_open flag a few places higher, with
minimal impact. Furthermore, thread need not be decreased since it won't
get increased by the for loop (since we're jumping back inside), but we
need to check that the nthreads decrease didn't put thread out of range.
The goal is to have fallbacks handled in one place only, since in the
future parallel code, these would be handled separately.
Signed-off-by: Riccardo Mancini <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/4eca51443c786baaf6811b7cd8e73aafd97f7606.1629490974.git.rickyman7@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions