tools/testing/selftests/bpf/benchs/run_bench_local_storage_rcu_tasks_trace.sh

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/benchs/run_bench_local_storage_rcu_tasks_trace.sh

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/benchs/run_bench_local_storage_rcu_tasks_trace.sh
Extension
.sh
Size
280 bytes
Lines
12
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0

kthread_pid=`pgrep rcu_tasks_trace_kthread`

if [ -z $kthread_pid ]; then
	echo "error: Couldn't find rcu_tasks_trace_kthread"
	exit 1
fi

./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet local-storage-tasks-trace

Annotation

Implementation Notes