/tools/bootconfig/scripts/ |
D | bconf2ftrace.sh | 246 instance="ftrace.instance.${1}" 249 instance="ftrace" 253 set_array_of ${instance}.options ${instancedir}/trace_options 254 set_value_of ${instance}.trace_clock ${instancedir}/trace_clock 255 set_value_of ${instance}.cpumask ${instancedir}/tracing_cpumask 256 set_value_of ${instance}.tracing_on ${instancedir}/tracing_on 257 set_value_of ${instance}.tracer ${instancedir}/current_tracer 258 set_array_of ${instance}.ftrace.filters \ 260 set_array_of ${instance}.ftrace.notrace \ 263 if xbc_has_key ${instance}.alloc_snapshot; then [all …]
|
/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 16 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()
|
D | apfiles.c | 104 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()
|
D | acpidump.h | 82 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance);
|
/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 21 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/testing/ktest/examples/bootconfigs/ |
D | tracing.bconf | 11 instance.bar { 25 instance.foo {
|
D | boottrace.bconf | 33 ftrace.instance {
|
/tools/thermal/tmon/ |
D | sysfs.c | 104 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()
|
D | tui.c | 217 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()
|
D | tmon.c | 179 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()
|
D | tmon.h | 52 int instance; member 78 int instance; member
|
/tools/include/uapi/drm/ |
D | i915_drm.h | 206 #define __I915_PMU_ENGINE(class, instance, sample) \ argument 208 (instance) << I915_PMU_SAMPLE_BITS | \ 211 #define I915_PMU_ENGINE_BUSY(class, instance) \ argument 212 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY) 214 #define I915_PMU_ENGINE_WAIT(class, instance) \ argument 215 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT) 217 #define I915_PMU_ENGINE_SEMA(class, instance) \ argument 218 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_SEMA)
|
/tools/testing/selftests/arm64/fp/ |
D | README | 82 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/ |
D | README | 8 for setting up an io_uring instance, submitting IO, completing IO,
|
/tools/perf/Documentation/ |
D | perf-daemon.txt | 59 Base directory path. Each daemon instance is running on top 60 of base directory. Only one instance of server can run on
|
D | perf-trace.txt | 228 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
|
D | jitdump-specification.txt | 49 …dump file is using an architecture-specific timestamp clock source. For instance, on x86, one coul…
|
D | perf-diff.txt | 73 Be verbose, for instance, show the raw counts in addition to the
|
D | perf-list.txt | 93 For instance For x86 CPUs NNN represents the raw register encoding with the
|
/tools/usb/usbip/ |
D | README | 93 - 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/ |
D | libbpf.h | 224 int instance); 227 int instance);
|
D | libbpf.c | 7020 int instance) in bpf_program__pin_instance() argument 7038 if (instance < 0 || instance >= prog->instances.nr) { in bpf_program__pin_instance() 7040 instance, prog->name, prog->instances.nr); in bpf_program__pin_instance() 7044 if (bpf_obj_pin(prog->instances.fds[instance], path)) { in bpf_program__pin_instance() 7056 int instance) in bpf_program__unpin_instance() argument 7069 if (instance < 0 || instance >= prog->instances.nr) { in bpf_program__unpin_instance() 7071 instance, prog->name, prog->instances.nr); in bpf_program__unpin_instance()
|
/tools/scripts/ |
D | utilities.mak | 98 # For instance:
|
/tools/power/pm-graph/ |
D | README | 161 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/ |
D | README | 97 Each of the commands in any stage will run in a shell instance.
|