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

/linux-master/include/linux/
H A Dtrace.h54 struct trace_array *trace_array_get_by_name(const char *name, const char *systems);
87 static inline struct trace_array *trace_array_get_by_name(const char *name, const char *systems) argument
/linux-master/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...]
/linux-master/tools/perf/util/
H A Dtrace-event-read.c317 int systems; local
322 systems = read4(pevent);
324 for (i = 0; i < systems; i++) {
H A Dheader.c2156 fprintf(fp, "# AMD systems uses ibs_op// PMU for some precise events, e.g.: cycles:p, see the 'perf list' man page for further details.\n");
3143 pr_warning("interpreting bpf_prog_info from systems with endianness is not yet supported\n");
3211 pr_warning("interpreting btf from systems with endianness is not yet supported\n");
/linux-master/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
/linux-master/kernel/trace/
H A Dtrace_events.c1769 list_for_each_entry(iter_dir, &iter_tr->systems, list) {
1771 /* Don't open systems with no events */
2379 list_for_each_entry(dir, &tr->systems, list) {
2428 list_add(&dir->list, &tr->systems);
2902 /* events are usually grouped together with systems */
2910 * Since calls are grouped by systems, the likelihood that the
2936 const char *systems)
2941 if (!systems)
2945 p = strstr(systems, system);
2949 if (p != systems
2935 event_in_systems(struct trace_event_call *call, const char *systems) argument
[all...]
H A Dtrace.c9251 trace_array_create_systems(const char *name, const char *systems) argument
9271 if (systems) {
9272 tr->system_names = kstrdup_const(systems, GFP_KERNEL);
9289 INIT_LIST_HEAD(&tr->systems);
9362 * @systems: A list of systems to create event directories for (NULL for all)
9376 struct trace_array *trace_array_get_by_name(const char *name, const char *systems) argument
9388 tr = trace_array_create_systems(name, systems);
10338 INIT_LIST_HEAD(&global_trace.systems);
H A Dtrace.h387 struct list_head systems; member in struct:trace_array
416 * we do not waste memory on systems that are not using tracing.
/linux-master/drivers/hid/
H A Dhid-debug.c593 static const char *systems[5] = { "None", "SI Linear", "SI Rotation", "English Linear", "English Rotation" }; local
616 tab(n, f); seq_printf(f, "Unit(%s : ", systems[sys]);

Completed in 260 milliseconds