| /tools/perf/util/ | 
| D | threads.c | 26 		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 …] 
 | 
| D | metricgroup.c | 490 				       const struct pmu_metrics_table *table,  in metricgroup__sys_event_iter() 521 	const struct pmu_metrics_table *table;  in metricgroup__print()  local 801 	const struct pmu_metrics_table *table;  member 848 			  const struct pmu_metrics_table *table)  in resolve_metric() 932 			const struct pmu_metrics_table *table)  in __add_metric() 1063 				     const struct pmu_metrics_table *table,  in metricgroup__find_metric() 1085 		      const struct pmu_metrics_table *table)  in add_metric() 1196 					    const struct pmu_metrics_table *table,  in metricgroup__add_metric_callback() 1236 				   const struct pmu_metrics_table *table)  in metricgroup__add_metric() 1318 					const struct pmu_metrics_table *table)  in metricgroup__add_metric_list() [all …] 
 | 
| D | threads.h | 21 	struct threads_table_entry table[THREADS__TABLE_SIZE];  member
  | 
| D | pmu.c | 996 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/ | 
| 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() 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
  | 
| D | apfiles.c | 104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance)  in ap_write_to_binary_file()
  | 
| /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/pmu-events/ | 
| D | empty-pmu-events.c | 305 static int pmu_events_table__for_each_event_pmu(const struct pmu_events_table *table,  in pmu_events_table__for_each_event_pmu() 326 static int pmu_events_table__find_event_pmu(const struct pmu_events_table *table,  in pmu_events_table__find_event_pmu() 369 int pmu_events_table__for_each_event(const struct pmu_events_table *table,  in pmu_events_table__for_each_event() 389 int pmu_events_table__find_event(const struct pmu_events_table *table,  in pmu_events_table__find_event() 410 size_t pmu_events_table__num_events(const struct pmu_events_table *table,  in pmu_events_table__num_events() 425 static int pmu_metrics_table__for_each_metric_pmu(const struct pmu_metrics_table *table,  in pmu_metrics_table__for_each_metric_pmu() 446 int pmu_metrics_table__for_each_metric(const struct pmu_metrics_table *table,  in pmu_metrics_table__for_each_metric()
  | 
| /tools/perf/tests/ | 
| D | pfm.c | 35 	} table[] = {  in test__pfm_events()  local 97 	} table[] = {  in test__pfm_group()  local
  | 
| D | pmu-events.c | 490 	const struct pmu_events_table *table = find_core_events_table("testarch", "testcpu");  in test__pmu_event_table()  local 545 	const struct pmu_events_table *table = find_core_events_table("testarch", "testcpu");  in __test_core_pmu_event_aliases()  local 596 	struct perf_pmu_test_event const **table;  in __test_uncore_pmu_event_aliases()  local 868 				  const struct pmu_metrics_table *table,  in test__parsing_callback()
  | 
| /tools/perf/dlfilters/ | 
| D | dlfilter-show-cycles.c | 32 } table[TABLESZ];  variable
  | 
| /tools/testing/selftests/x86/ | 
| D | sigreturn.c | 719 			const char *table;  in test_bad_iret()  local
  | 
| /tools/testing/selftests/kvm/aarch64/ | 
| D | set_id_regs.c | 199 #define TEST_REG(id, table)			\  argument
  | 
| /tools/testing/selftests/bpf/progs/ | 
| D | test_lwt_seg6local.c | 404 	int table = 117;  in __inspect_t()  local
  | 
| /tools/power/cpupower/lib/ | 
| D | cpufreq.c | 87 						 const char **table,  in cpufreq_get_sysfs_value_from_table()
  | 
| /tools/net/ynl/lib/ | 
| D | ynl-priv.h | 53 	const struct ynl_policy_attr *table;  member
  | 
| /tools/perf/ | 
| D | builtin-trace.c | 146 		struct syscall  *table;  member 1515 		struct file   *table;  member 2081 		struct syscall *table = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc));  in trace__read_syscall_info()  local
  | 
| D | builtin-lock.c | 224 	} table[] = {  in lock_stat_key_print_time()  local
  | 
| /tools/tracing/latency/ | 
| D | latency-collector.c | 212 	int *table;  member
  | 
| /tools/objtool/ | 
| D | check.c | 2056 	struct reloc *table = insn_jump_table(insn);  in add_jump_table()  local
  | 
| /tools/perf/scripts/python/ | 
| D | exported-sql-viewer.py | 3663 def IsSelectable(db, table, sql = "", columns = "*"):  argument
  |