Home
last modified time | relevance | path

Searched defs:table (Results 1 – 16 of 16) sorted by relevance

/tools/power/acpi/tools/acpidump/
Dapdump.c30 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
Dapfiles.c104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file()
/tools/bpf/bpftool/
Dpids.c16 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/
Dinat.c29 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/
Doslinuxtbl.c156 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/
Dpfm.c55 } table[] = { in test__pfm_events() local
116 } table[] = { in test__pfm_group() local
Dpmu-events.c154 struct pmu_event *table; in test_pmu_event_table() local
/tools/perf/pmu-events/
Dpmu-events.h43 struct pmu_event *table; member
Djevents.c271 static const char *field_to_perf(struct map *table, char *map, jsmntok_t *val) in field_to_perf()
/tools/testing/selftests/x86/
Dsigreturn.c722 const char *table; in test_bad_iret() local
/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c402 int table = 117; in __inspect_t() local
/tools/objtool/
Delf.c38 static void elf_hash_init(struct hlist_head *table) in elf_hash_init()
Dcheck.c1637 struct reloc *table) in add_jump_table()
/tools/perf/
Dbuiltin-trace.c123 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/
Devent-parse.c1385 } table[] = { in type_size() local
/tools/perf/scripts/python/
Dexported-sql-viewer.py3659 def IsSelectable(db, table, sql = "", columns = "*"): argument