/tools/perf/util/ |
D | cs-etm.h | 129 u8 last_instr_cond; 130 u8 last_instr_taken_branch; 131 u8 last_instr_size; 132 u8 trace_chan_id; 175 int cs_etm__get_cpu(u8 trace_chan_id, int *cpu); 177 pid_t tid, u8 trace_chan_id); 180 u8 trace_chan_id); 182 *cs_etm__etmq_get_packet_queue(struct cs_etm_queue *etmq, u8 trace_chan_id); 191 static inline int cs_etm__get_cpu(u8 trace_chan_id __maybe_unused, in cs_etm__get_cpu() 200 u8 trace_chan_id __maybe_unused) in cs_etm__etmq_set_tid() [all …]
|
D | dso.h | 156 u8 adjust_symbols:1; 157 u8 has_build_id:1; 158 u8 has_srcline:1; 159 u8 hit:1; 160 u8 annotate_warned:1; 161 u8 short_name_allocated:1; 162 u8 long_name_allocated:1; 163 u8 is_64_bit:1; 166 u8 rel; 167 u8 build_id[BUILD_ID_SIZE]; [all …]
|
D | symbol.h | 50 u8 type:4; 51 u8 binding:4; 52 u8 idle:1; 53 u8 ignore:1; 54 u8 inlined:1; 55 u8 arch_sym; 127 u8 filtered; 128 u8 cpumode; 169 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
|
D | dump-insn.h | 14 u8 cpumode; 22 u8 *inbuf, int inlen, int *lenp);
|
D | annotate.h | 90 u8 offset_level; 240 u8 have_start; 287 u8 addr; 288 u8 jumps; 289 u8 target; 290 u8 min_addr; 291 u8 max_addr; 292 u8 max_ins_name;
|
D | thread.h | 99 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, 101 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, 104 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, 106 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode,
|
D | unwind-libunwind-local.c | 111 static int __dw_read_encoded_value(u8 **p, u8 *end, u64 *val, in __dw_read_encoded_value() 112 u8 encoding) in __dw_read_encoded_value() 114 u8 *cur = *p; in __dw_read_encoded_value() 254 u8 *enc = (u8 *) &hdr.enc; in unwind_spec_ehframe() 255 u8 *end = (u8 *) &hdr.data; in unwind_spec_ehframe() 259 (u8 *) &hdr, sizeof(hdr)); in unwind_spec_ehframe() 268 *table_data = (enc - (u8 *) &hdr) + offset; in unwind_spec_ehframe() 480 addr, (u8 *) data, sizeof(*data)); in access_dso_mem()
|
D | cs-etm.c | 51 u8 timeless_decoding; 52 u8 snapshot_mode; 53 u8 data_queued; 54 u8 sample_branches; 55 u8 sample_instructions; 70 u8 trace_chan_id; 88 u8 pending_timestamp; 131 static int cs_etm__get_magic(u8 trace_chan_id, u64 *magic) in cs_etm__get_magic() 145 int cs_etm__get_cpu(u8 trace_chan_id, int *cpu) in cs_etm__get_cpu() 160 u8 trace_chan_id) in cs_etm__etmq_set_traceid_queue_timestamp() [all …]
|
D | sort.h | 104 u8 cpumode; 105 u8 depth; 112 u8 filtered; 265 u8 se_width_idx;
|
D | lzma.c | 42 u8 buf_in[BUFSIZE]; in lzma_decompress_to_file() 43 u8 buf_out[BUFSIZE]; in lzma_decompress_to_file()
|
D | dump-insn.c | 9 u64 ip __maybe_unused, u8 *inbuf __maybe_unused, in dump_insn()
|
D | evsel.h | 184 bool perf_evsel__is_cache_op_valid(u8 type, u8 op); 196 int __perf_evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result,
|
/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.h | 22 typedef u32 (*cs_etm_mem_cb_type)(struct cs_etm_queue *, u8, u64, size_t, u8 *); 52 u8 formatted; 53 u8 fsyncs; 54 u8 hsyncs; 55 u8 frame_aligned; 77 u64 indx, const u8 *buf,
|
D | cs-etm-decoder.c | 44 const u8 trace_chan_id, in cs_etm_decoder__mem_access() 46 u8 *buffer) in cs_etm_decoder__mem_access() 227 u8 csid; in cs_etm_decoder__create_packet_printer() 343 const u8 trace_chan_id, in cs_etm_decoder__buffer_packet() 525 const u8 trace_chan_id __maybe_unused, in cs_etm_decoder__gen_trace_elem_printer() 588 u8 csid; in cs_etm_decoder__create_etm_packet_decoder() 699 u64 indx, const u8 *buf, in cs_etm_decoder__process_data_block()
|
/tools/power/acpi/tools/acpidump/ |
D | acpidump.h | 28 EXTERN u8 INIT_GLOBAL(gbl_summary_mode, FALSE); 29 EXTERN u8 INIT_GLOBAL(gbl_verbose_mode, FALSE); 30 EXTERN u8 INIT_GLOBAL(gbl_binary_mode, FALSE); 31 EXTERN u8 INIT_GLOBAL(gbl_dump_customized_tables, TRUE); 32 EXTERN u8 INIT_GLOBAL(gbl_do_not_dump_xsdt, FALSE); 71 u8 ap_is_valid_header(struct acpi_table_header *table); 73 u8 ap_is_valid_checksum(struct acpi_table_header *table);
|
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() 169 ACPI_CAST_PTR(u8, table), table_length, in ap_dump_table_buffer()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_sk.c | 11 char u8[4]; in getsetsockopt() member 25 buf.u8[0] = 0x08; in getsetsockopt() 32 buf.u8[0] = 0x00; in getsetsockopt() 40 if (buf.u8[0] != 0x08) { in getsetsockopt() 42 buf.u8[0]); in getsetsockopt() 48 buf.u8[0] = 1; in getsetsockopt() 57 buf.u8[0] = 0x01; in getsetsockopt() 76 if (buf.u8[0] != 0x01) { in getsetsockopt() 77 log_err("Unexpected buf[0] 0x%02x != 0x01", buf.u8[0]); in getsetsockopt()
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.h | 19 u8 type; 20 u8 length; 21 u8 data[0]; 29 u8 data[0];
|
/tools/arch/x86/include/asm/ |
D | orc_types.h | 91 u8 sp_reg; 92 u8 type; 93 u8 end;
|
D | cmpxchg.h | 43 volatile u8 *__ptr = (volatile u8 *)(ptr); \
|
/tools/lib/symbol/ |
D | kallsyms.h | 13 static inline u8 kallsyms2elf_binding(char type) in kallsyms2elf_binding() 23 u8 kallsyms2elf_type(char type);
|
/tools/perf/trace/beauty/ |
D | prctl.c | 62 const u8 all_but2 = SPO_ARG3 | SPO_ARG4 | SPO_ARG5 | SPO_ARG6; in syscall_arg__scnprintf_prctl_option() 63 const u8 all = SPO_ARG2 | all_but2; in syscall_arg__scnprintf_prctl_option() 64 const u8 masks[] = { in syscall_arg__scnprintf_prctl_option()
|
/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 80 u8 gbl_dump_dynamic_tables = TRUE; 84 u8 gbl_table_list_initialized = FALSE; 100 u8 gbl_revision = 0; 282 u8 found = FALSE; in osl_add_table_to_list() 464 u8 *rsdp_address; in osl_load_rsdp() 519 static u8 osl_can_use_xsdt(void) in osl_can_use_xsdt() 689 u8 *table_data; in osl_list_bios_tables() 690 u8 number_of_tables; in osl_list_bios_tables() 691 u8 item_size; in osl_list_bios_tables() 701 (u8)((gbl_xsdt->header.length - in osl_list_bios_tables() [all …]
|
D | osunixmap.c | 65 u8 *mapped_memory; in acpi_os_map_memory() 116 munmap((u8 *)where - offset, (length + offset)); in acpi_os_unmap_memory()
|
/tools/perf/tests/ |
D | dso-data.c | 56 u8 data[10]; 136 u8 buf[10]; in test__dso_data() 150 u8 *buf; in test__dso_data() 283 u8 buf[BUFSIZE]; in test__dso_data_cache()
|