Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 32) sorted by relevance

12

/tools/bootconfig/scripts/
Dbconf2ftrace.sh145 instance="ftrace.instance.${1}"
148 instance="ftrace"
152 set_array_of ${instance}.options ${instancedir}/trace_options
153 set_value_of ${instance}.trace_clock ${instancedir}/trace_clock
154 set_value_of ${instance}.cpumask ${instancedir}/tracing_cpumask
155 set_value_of ${instance}.tracing_on ${instancedir}/tracing_on
156 set_value_of ${instance}.tracer ${instancedir}/current_tracer
157 set_array_of ${instance}.ftrace.filters \
159 set_array_of ${instance}.ftrace.notrace \
162 if xbc_has_key ${instance}.alloc_snapshot; then
[all …]
/tools/power/acpi/tools/acpidump/
Dapdump.c16 u32 instance, acpi_physical_address address);
141 u32 instance, acpi_physical_address address) in ap_dump_table_buffer() argument
157 return (ap_write_to_binary_file(table, instance)); in ap_dump_table_buffer()
191 u32 instance = 0; in ap_dump_all_tables() local
201 acpi_os_get_table_by_index(i, &table, &instance, &address); in ap_dump_all_tables()
221 table_status = ap_dump_table_buffer(table, instance, address); in ap_dump_all_tables()
293 u32 instance; in ap_dump_table_by_name() local
321 for (instance = 0; instance < AP_MAX_ACPI_FILES; instance++) { in ap_dump_table_by_name()
322 status = acpi_os_get_table_by_name(local_signature, instance, in ap_dump_table_by_name()
338 table_status = ap_dump_table_buffer(table, instance, address); in ap_dump_table_by_name()
Dapfiles.c104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file() argument
132 if (instance > 0) { in ap_write_to_binary_file()
133 snprintf(instance_str, sizeof(instance_str), "%u", instance); in ap_write_to_binary_file()
Dacpidump.h82 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance);
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c21 u32 instance; member
31 osl_table_name_from_file(char *filename, char *signature, u32 *instance);
33 static acpi_status osl_add_table_to_list(char *signature, u32 instance);
58 u32 instance,
66 u32 instance,
220 u32 instance, in acpi_os_get_table_by_name() argument
240 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name()
245 instance, table, address); in acpi_os_get_table_by_name()
255 signature, instance, table, in acpi_os_get_table_by_name()
277 static acpi_status osl_add_table_to_list(char *signature, u32 instance) in osl_add_table_to_list() argument
[all …]
/tools/thermal/tmon/
Dsysfs.c104 cdi->type, cdi->max_state, cdi->cur_state, cdi->instance); in probe_cdev()
305 ptdata.tzi[k].instance = i; in scan_tzones()
367 ptdata.cdi[k].instance = i; in scan_cdevs()
473 if (ptdata.tzi[i].instance == zone_inst) in zone_instance_to_index()
502 ptdata.tzi[i].instance); in update_thermal_data()
515 ptdata.cdi[i].instance); in update_thermal_data()
551 ptdata.cdi[i].instance, state, cdev_state); in set_ctrl_state()
553 CDEV, ptdata.cdi[i].instance); in set_ctrl_state()
572 ctrl_cdev_id = ptdata.cdi[i].instance; in get_ctrl_state()
574 ptdata.cdi[i].instance); in get_ctrl_state()
Dtui.c217 ptdata.cdi[j].instance, in show_cooling_device()
225 int tz_inst = ptdata.tzi[i].instance; in show_cooling_device()
237 cdev_inst = ptdata.cdi[j].instance; in show_cooling_device()
303 ptdata.cdi[j].type, ptdata.cdi[j].instance); in show_dialogue()
430 CDEV, ptdata.cdi[ch].instance); in handle_input_val()
457 ptdata.cdi[cdev_id].instance); in handle_input_choice()
590 ptdata.tzi[i].instance, temp); in show_data_w()
624 int inst = ptdata.tzi[i].instance; in show_sensors_w()
628 ptdata.tzi[i].type, ptdata.tzi[i].instance); in show_sensors_w()
Dtmon.h52 int instance; member
78 int instance; member
Dtmon.c179 ptdata.tzi[i].instance, in prepare_logging()
196 ptdata.tzi[i].instance); in prepare_logging()
200 ptdata.cdi[i].instance); in prepare_logging()
311 target_thermal_zone = ptdata.tzi[0].instance; in main()
/tools/include/uapi/drm/
Di915_drm.h160 #define __I915_PMU_ENGINE(class, instance, sample) \ argument
162 (instance) << I915_PMU_SAMPLE_BITS | \
165 #define I915_PMU_ENGINE_BUSY(class, instance) \ argument
166 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
168 #define I915_PMU_ENGINE_WAIT(class, instance) \ argument
169 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
171 #define I915_PMU_ENGINE_SEMA(class, instance) \ argument
172 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_SEMA)
/tools/testing/selftests/arm64/fp/
DREADME82 each instance in separate terminal (use screen or ssh etc.) This
99 instance similar to that illustrated above; otherwise details of the
/tools/io_uring/
DREADME8 for setting up an io_uring instance, submitting IO, completing IO,
/tools/usb/usbip/
DREADME93 - To create more than one instance of vudc use num module param
114 - When using vudc on a server side busid is really vudc instance name.
/tools/lib/bpf/
Dlibbpf.h215 int instance);
218 int instance);
Dlibbpf.c7428 int instance) in bpf_program__pin_instance() argument
7446 if (instance < 0 || instance >= prog->instances.nr) { in bpf_program__pin_instance()
7448 instance, prog->name, prog->instances.nr); in bpf_program__pin_instance()
7452 if (bpf_obj_pin(prog->instances.fds[instance], path)) { in bpf_program__pin_instance()
7464 int instance) in bpf_program__unpin_instance() argument
7477 if (instance < 0 || instance >= prog->instances.nr) { in bpf_program__unpin_instance()
7479 instance, prog->name, prog->instances.nr); in bpf_program__unpin_instance()
/tools/scripts/
Dutilities.mak98 # For instance:
/tools/perf/Documentation/
Dperf-trace.txt228 may happen, for instance, when a thread gets migrated to a different CPU
237 Dump BPF maps setup by events passed via -e, for instance the augmented_raw_syscalls
Djitdump-specification.txt49 …dump file is using an architecture-specific timestamp clock source. For instance, on x86, one coul…
Dperf-diff.txt73 Be verbose, for instance, show the raw counts in addition to the
Dperf-list.txt93 For instance For x86 CPUs NNN represents the raw register encoding with the
Dperf.data-file-format.txt326 One uint64_t for the clockid frequency, specified, for instance, via 'perf
/tools/power/pm-graph/
DREADME161 idea of what each device is waiting for. For instance, the scsi_eh thread,
207 delay in seconds between them. For instance, -multi 20 5: execute 20 tests with
432 timeline where device callbacks don't appear. For instance, in suspend_prepare
/tools/testing/selftests/tc-testing/
DREADME97 Each of the commands in any stage will run in a shell instance.
/tools/memory-model/Documentation/
Dsimple.txt127 within its instance of the per-CPU rcu_data structure, and then uses data
Dexplanation.txt157 Some predictions are trivial. For instance, no sane memory model would
162 instance, P1 might run entirely before P0 begins, in which case r1 and
215 instance, the MP example code really does sometimes yield r1 = 1 and
1301 of complexity. For instance, here's an example containing a coe link
1416 Note that this pb link is not included in hb as an instance of prop,
1847 cannot have r1 = 1 and r2 = 0 at the end (this is an instance of the
1851 fences, only to lock-related operations. For instance, suppose P0()
2468 that are part of a non-value-returning atomic update. For instance,

12