/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-remote.sh | 4 # 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 D | trace-event-read.c | 315 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 D | header.c | 2882 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 D | trace-event-read.c | 317 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 D | header.c | 3132 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 D | Kconfig.x86 | 204 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 D | mkdebian | 167 On Debian GNU/Linux systems, the complete text of the GNU General Public
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 243 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 D | mkdebian | 207 On Debian GNU/Linux systems, the complete text of the GNU General Public
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 1519 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 D | trace.h | 355 struct list_head systems; member
|
H A D | trace.c | 58 * 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 D | hid-debug.c | 556 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 D | hid-debug.c | 593 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 D | trace_events.c | 1765 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 D | trace.h | 386 struct list_head systems; member
|
H A D | trace.c | 60 * 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()
|