Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / tools / testing / selftests / rcutorture / configs / rcuperf / ver_functions.sh
1 #!/bin/bash
2 # SPDX-License-Identifier: GPL-2.0+
3 #
4 # Torture-suite-dependent shell functions for the rest of the scripts.
5 #
6 # Copyright (C) IBM Corporation, 2015
7 #
8 # Authors: Paul E. McKenney <paulmck@linux.ibm.com>
9
10 # per_version_boot_params bootparam-string config-file seconds
11 #
12 # Adds per-version torture-module parameters to kernels supporting them.
13 per_version_boot_params () {
14         echo $1 rcuperf.shutdown=1 \
15                 rcuperf.verbose=1
16 }