Home
last modified time | relevance | path

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

12

/tools/perf/util/
A Dthreads.c26 struct threads_table_entry *table = &threads->table[i]; in threads__init() local
38 struct threads_table_entry *table = &threads->table[i]; in threads__exit() local
50 struct threads_table_entry *table = &threads->table[i]; in threads__nr() local
64 static struct thread *__threads_table_entry__get_last_match(struct threads_table_entry *table, in __threads_table_entry__get_last_match()
77 static void __threads_table_entry__set_last_match(struct threads_table_entry *table, in __threads_table_entry__set_last_match()
84 static void threads_table_entry__set_last_match(struct threads_table_entry *table, in threads_table_entry__set_last_match()
94 struct threads_table_entry *table = threads__table(threads, tid); in threads__find() local
111 struct threads_table_entry *table = threads__table(threads, tid); in threads__findnew() local
138 struct threads_table_entry *table = &threads->table[i]; in threads__remove_all_threads() local
156 struct threads_table_entry *table = threads__table(threads, thread__tid(thread)); in threads__remove() local
[all …]
A Dsyscalltbl.c47 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__name() local
77 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__id() local
94 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__num_idx() local
104 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__id_at_idx() local
115 const struct syscalltbl *table = find_table(e_machine); in syscalltbl__strglobmatch_next() local
A Dmetricgroup.c401 const struct pmu_metrics_table *table, in metricgroup__sys_event_iter()
681 const struct pmu_metrics_table *table; member
733 const struct pmu_metrics_table *table) in resolve_metric()
819 const struct pmu_metrics_table *table) in __add_metric()
939 const struct pmu_metrics_table *table) in add_metric()
1027 const struct pmu_metrics_table *table, in metricgroup__add_metric_callback()
1067 const struct pmu_metrics_table *table) in metricgroup__add_metric()
1120 const struct pmu_metrics_table *table) in metricgroup__add_metric_list()
1334 const struct pmu_metrics_table *table) in parse_groups()
1496 const struct pmu_metrics_table *table = pmu_metrics_table__find(); in metricgroup__parse_groups() local
[all …]
A Dthreads.h21 struct threads_table_entry table[THREADS__TABLE_SIZE]; member
A Dprint-events.c403 const struct pmu_metrics_table *table = pmu_metrics_table__find(); in metricgroup__print() local
A Dpmu.c1057 void pmu_add_cpu_aliases_table(struct perf_pmu *pmu, const struct pmu_events_table *table) in pmu_add_cpu_aliases_table()
/tools/power/acpi/tools/acpidump/
A 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()
106 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length()
142 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer()
192 struct acpi_table_header *table; in ap_dump_all_tables() local
251 struct acpi_table_header *table; in ap_dump_table_by_address() local
296 struct acpi_table_header *table; in ap_dump_table_by_name() local
367 struct acpi_table_header *table; in ap_dump_table_from_file() local
A Dapfiles.c104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file()
/tools/arch/x86/lib/
A 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/
A 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/pmu-events/
A Dempty-pmu-events.c395 static int pmu_events_table__for_each_event_pmu(const struct pmu_events_table *table, in pmu_events_table__for_each_event_pmu()
416 static int pmu_events_table__find_event_pmu(const struct pmu_events_table *table, in pmu_events_table__find_event_pmu()
459 int pmu_events_table__for_each_event(const struct pmu_events_table *table, in pmu_events_table__for_each_event()
479 int pmu_events_table__find_event(const struct pmu_events_table *table, in pmu_events_table__find_event()
500 size_t pmu_events_table__num_events(const struct pmu_events_table *table, in pmu_events_table__num_events()
515 static int pmu_metrics_table__for_each_metric_pmu(const struct pmu_metrics_table *table, in pmu_metrics_table__for_each_metric_pmu()
536 static int pmu_metrics_table__find_metric_pmu(const struct pmu_metrics_table *table, in pmu_metrics_table__find_metric_pmu()
579 int pmu_metrics_table__for_each_metric(const struct pmu_metrics_table *table, in pmu_metrics_table__for_each_metric()
593 int pmu_metrics_table__find_metric(const struct pmu_metrics_table *table, in pmu_metrics_table__find_metric()
/tools/perf/tests/
A Dpfm.c35 } table[] = { in test__pfm_events() local
97 } table[] = { in test__pfm_group() local
A Dpmu-events.c470 const struct pmu_events_table *table = find_core_events_table("testarch", "testcpu"); in test__pmu_event_table() local
525 const struct pmu_events_table *table = find_core_events_table("testarch", "testcpu"); in __test_core_pmu_event_aliases() local
575 struct perf_pmu_test_event const **table; in __test_uncore_pmu_event_aliases() local
841 const struct pmu_metrics_table *table, in test__parsing_callback()
/tools/testing/selftests/kvm/lib/loongarch/
A Dprocessor.c35 static void virt_set_pgtable(struct kvm_vm *vm, vm_paddr_t table, vm_paddr_t child) in virt_set_pgtable()
49 vm_paddr_t child, table; in virt_arch_pgd_alloc() local
/tools/perf/dlfilters/
A Ddlfilter-show-cycles.c32 } table[TABLESZ]; variable
/tools/objtool/arch/loongarch/
A Ddecode.c379 unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset()
/tools/testing/selftests/x86/
A Dsigreturn.c699 const char *table; in test_bad_iret() local
/tools/testing/selftests/bpf/progs/
A Dtest_lwt_seg6local.c404 int table = 117; in __inspect_t() local
/tools/testing/selftests/kvm/arm64/
A Dset_id_regs.c212 #define TEST_REG(id, table) \ argument
/tools/power/cpupower/lib/
A Dcpufreq.c87 const char **table, in cpufreq_get_sysfs_value_from_table()
/tools/net/ynl/lib/
A Dynl-priv.h57 const struct ynl_policy_attr *table; member
/tools/objtool/
A Dcheck.c1982 __weak unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset()
1991 struct reloc *table = insn_jump_table(insn); in add_jump_table() local
/tools/tracing/latency/
A Dlatency-collector.c212 int *table; member
/tools/perf/
A Dbuiltin-lock.c206 } table[] = { in lock_stat_key_print_time() local
A Dbuiltin-trace.c147 struct syscall **table; member
1549 struct file *table; member

Completed in 88 milliseconds

12