perf thread_map: Remove uid options
authorIan Rogers <irogers@google.com>
Wed, 4 Jun 2025 17:45:44 +0000 (10:45 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 9 Jun 2025 18:18:18 +0000 (11:18 -0700)
commit5128492b2b6bb3a2881e135da54fd8e224a5f610
tree681b9942ab568ece2d464da27f07ffef772bbeba
parentb4c658d4d63d6149f4ba57c9c5c84b8a61aafa6f
perf thread_map: Remove uid options

Now the target doesn't have a uid, it is handled through BPF filters,
remove the uid options to thread_map creation. Tidy up the functions
used in tests to avoid passing unused arguments.

Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250604174545.2853620-11-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
12 files changed:
tools/perf/tests/event-times.c
tools/perf/tests/keep-tracking.c
tools/perf/tests/mmap-basic.c
tools/perf/tests/openat-syscall-all-cpus.c
tools/perf/tests/openat-syscall.c
tools/perf/tests/perf-time-to-tsc.c
tools/perf/tests/switch-tracking.c
tools/perf/tests/thread-map.c
tools/perf/util/evlist.c
tools/perf/util/python.c
tools/perf/util/thread_map.c
tools/perf/util/thread_map.h