summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMarkus Mayer <mmayer@broadcom.com>2026-04-09 15:14:17 -0700
committerNamhyung Kim <namhyung@kernel.org>2026-04-13 23:22:16 -0700
commit97ab89686a9e5d087042dbe73604a32b3de72653 (patch)
treefe2ac05552fbf707ddc937cb43de61c795421b25 /tools/perf/scripts/python/task-analyzer.py
parentdff56bdafae8e65d9acb88cc98e1f5129c352201 (diff)
perf build: fix "argument list too long" in second location
Turns out that displaying "RM $^" via quiet_cmd_rm can also upset the shell and cause it to display "argument list too long". Trying to quote $^ doesn't help. In the end, *not* displaying the (potentially long) list of files is probably the right thing to do for a "quiet" message, anyway. Instead, let's display a count of how many files were removed. There is always V=1 if more detail is required. TEST linux/tools/perf/pmu-events/metric_test.log RM ...634 orphan file(s)... LD linux/tools/perf/util/perf-util-in.o Also move the comment regarding xargs before the rule, so it doesn't show up in the build output. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Reviewed-by: James Clark <james.clark@linaro.org> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions