/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() 68 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum() 104 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length() 140 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer() 190 struct acpi_table_header *table; in ap_dump_all_tables() local 249 struct acpi_table_header *table; in ap_dump_table_by_address() local 294 struct acpi_table_header *table; in ap_dump_table_by_name() local 365 struct acpi_table_header *table; in ap_dump_table_from_file() local
|
D | apfiles.c | 104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file()
|
/tools/bpf/bpftool/ |
D | pids.c | 16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() 20 void delete_obj_refs_table(struct obj_refs_table *table) {} in delete_obj_refs_table() 21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain() 22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() 28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref() 90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() 165 void delete_obj_refs_table(struct obj_refs_table *table) in delete_obj_refs_table() 178 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, in emit_obj_refs_json() 208 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) in emit_obj_refs_plain()
|
/tools/arch/x86/lib/ |
D | inat.c | 29 const insn_attr_t *table; in inat_get_escape_attribute() local 48 const insn_attr_t *table; in inat_get_group_attribute() local 68 const insn_attr_t *table; in inat_get_avx_attribute() local
|
/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 156 struct acpi_table_header **table) in acpi_os_get_table_by_address() 221 struct acpi_table_header **table, in acpi_os_get_table_by_name() 349 struct acpi_table_header **table, in acpi_os_get_table_by_index() 768 struct acpi_table_header **table, in osl_get_bios_table() 1055 char *signature, struct acpi_table_header **table) in osl_map_table() 1131 static void osl_unmap_table(struct acpi_table_header *table) in osl_unmap_table() 1198 struct acpi_table_header **table) in osl_read_table_from_file() 1310 struct acpi_table_header **table, in osl_get_customized_table()
|
/tools/perf/tests/ |
D | pfm.c | 55 } table[] = { in test__pfm_events() local 116 } table[] = { in test__pfm_group() local
|
D | pmu-events.c | 154 struct pmu_event *table; in test_pmu_event_table() local
|
/tools/perf/pmu-events/ |
D | pmu-events.h | 43 struct pmu_event *table; member
|
D | jevents.c | 271 static const char *field_to_perf(struct map *table, char *map, jsmntok_t *val) in field_to_perf()
|
/tools/testing/selftests/x86/ |
D | sigreturn.c | 722 const char *table; in test_bad_iret() local
|
/tools/testing/selftests/bpf/progs/ |
D | test_lwt_seg6local.c | 402 int table = 117; in __inspect_t() local
|
/tools/objtool/ |
D | elf.c | 38 static void elf_hash_init(struct hlist_head *table) in elf_hash_init()
|
D | check.c | 1637 struct reloc *table) in add_jump_table()
|
/tools/perf/ |
D | builtin-trace.c | 123 struct syscall *table; member 1271 struct file *table; member 1762 struct syscall *table = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc)); in trace__read_syscall_info() local
|
/tools/lib/traceevent/ |
D | event-parse.c | 1385 } table[] = { in type_size() local
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3659 def IsSelectable(db, table, sql = "", columns = "*"): argument
|