]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tests sched stats: Write output to temp file
authorIan Rogers <irogers@google.com>
Sat, 21 Mar 2026 06:14:48 +0000 (23:14 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 6 Apr 2026 05:21:42 +0000 (22:21 -0700)
commitf1d78f5c9bd4dfda5f12372a4b99e413272723d2
tree7e6be7a6d3094145a0e2c8e4ce6dcaca048c4819
parent7f5b8d5e6dde6d5019d03a46c02a6281a4d76a22
perf tests sched stats: Write output to temp file

Writing to the perf.data file can fail in various contexts such as
continual test. Other tests write to a mktemp-ed file, make the "perf
sched stats tests" follow this convention.

Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Swapnil Sapkal <swapnil.sapkal@amd.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/perf_sched_stats.sh