Home
last modified time | relevance | path

Searched refs:systems (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh4 # Run a series of tests on remote systems under KVM.
6 # Usage: kvm-remote.sh "systems" [ <kvm.sh args> ]
7 # kvm-remote.sh "systems" /path/to/old/run [ <kvm-again.sh args> ]
28 systems="$1"
29 if test -z "$systems"
31 echo $scriptname: Empty list of systems will go nowhere good, giving up.
138 for i in $systems
156 # Download and expand the tarball on all systems.
158 for i in $systems
213 # Function to start batches on idle remote $systems
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event-read.c315 int systems; in read_event_files() local
320 systems = read4(pevent); in read_event_files()
322 for (i = 0; i < systems; i++) { in read_event_files()
H A Dheader.c2882 pr_warning("interpreting bpf_prog_info from systems with endianity is not yet supported\n"); in process_bpf_prog_info()
2956 pr_warning("interpreting btf from systems with endianity is not yet supported\n"); in process_bpf_btf()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event-read.c317 int systems; in read_event_files() local
322 systems = read4(pevent); in read_event_files()
324 for (i = 0; i < systems; i++) { in read_event_files()
H A Dheader.c3132 pr_warning("interpreting bpf_prog_info from systems with endianness is not yet supported\n"); in process_bpf_prog_info()
3200 pr_warning("interpreting btf from systems with endianness is not yet supported\n"); in process_bpf_btf()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x86204 mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
217 on systems which have an Intel 440BX/ZX/MX southbridge.
298 normally be done. Some ancient or strange systems, though speedstep
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian167 On Debian GNU/Linux systems, the complete text of the GNU General Public
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x86243 mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
256 on systems which have an Intel 440BX/ZX/MX southbridge.
337 normally be done. Some ancient or strange systems, though speedstep
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian207 On Debian GNU/Linux systems, the complete text of the GNU General Public
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c1519 list_for_each_entry(dir, &tr->systems, list) { in subsystem_open()
1521 /* Don't open systems with no events */ in subsystem_open()
2071 list_for_each_entry(dir, &tr->systems, list) { in event_subsystem_dir()
2124 list_add(&dir->list, &tr->systems); in event_subsystem_dir()
2439 /* events are usually grouped together with systems */ in trace_event_eval_update()
2447 * Since calls are grouped by systems, the likelyhood that the in trace_event_eval_update()
3645 pr_info("Running tests on trace event systems:\n"); in event_trace_self_tests()
3647 list_for_each_entry(dir, &tr->systems, list) { in event_trace_self_tests()
H A Dtrace.h355 struct list_head systems; member
H A Dtrace.c58 * we do not waste memory on systems that are not using tracing.
8953 INIT_LIST_HEAD(&tr->systems); in trace_array_create()
9832 INIT_LIST_HEAD(&global_trace.systems); in tracer_alloc_buffers()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-debug.c556 static const char *systems[5] = { "None", "SI Linear", "SI Rotation", "English Linear", "English Rotation" }; in hid_dump_field() local
579 tab(n, f); seq_printf(f, "Unit(%s : ", systems[sys]); in hid_dump_field()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-debug.c593 static const char *systems[5] = { "None", "SI Linear", "SI Rotation", "English Linear", "English Rotation" }; in hid_dump_field() local
616 tab(n, f); seq_printf(f, "Unit(%s : ", systems[sys]); in hid_dump_field()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c1765 list_for_each_entry(iter_dir, &iter_tr->systems, list) { in subsystem_open()
1767 /* Don't open systems with no events */ in subsystem_open()
2341 list_for_each_entry(dir, &tr->systems, list) { in event_subsystem_dir()
2390 list_add(&dir->list, &tr->systems); in event_subsystem_dir()
2864 /* events are usually grouped together with systems */ in trace_event_eval_update()
2872 * Since calls are grouped by systems, the likelihood that the in trace_event_eval_update()
4161 pr_info("Running tests on trace event systems:\n"); in event_trace_self_tests()
4163 list_for_each_entry(dir, &tr->systems, list) { in event_trace_self_tests()
H A Dtrace.h386 struct list_head systems; member
H A Dtrace.c60 * we do not waste memory on systems that are not using tracing.
9546 INIT_LIST_HEAD(&tr->systems); in trace_array_create()
10519 INIT_LIST_HEAD(&global_trace.systems); in tracer_alloc_buffers()

Completed in 55 milliseconds