OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_random
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_tracing_cpumask.sh
48
local set_cnt=$(
tst_random
1 $((range + 1)))
53
local group_cpuid=$(
tst_random
1 $range)
68
set_cnt=$(
tst_random
1 $((range_last +1)))
72
local group_cpuid=$(
tst_random
1 $range_last)
ftrace_set_ftrace_filter.sh
32
pick_one=$(
tst_random
1 $nr_module)
42
local pick_one=$(
tst_random
1 $nr_functions)
55
local pick_one=$(
tst_random
1 $nr_events)
66
count=$(
tst_random
0 2)
107
trigger_index=$(
tst_random
1 $nr_triggers)
ftrace_trace_options.sh
29
option_index=$(
tst_random
1 $nr_trace_options)
33
n=$(
tst_random
0 1)
ftrace_trace_stat.sh
36
cpu=$(
tst_random
0 $((nr_cpus - 1)))
/external/ltp/testcases/lib/
Makefile
29
MAKE_TARGETS := tst_sleep
tst_random
tst_checkpoint tst_rod tst_kvcmp\
Completed in 345 milliseconds