| /tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-pkt-decoder.c | 74 static int intel_pt_get_long_tnt(const unsigned char *buf, size_t len, in intel_pt_get_long_tnt() 97 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip() 120 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr() 130 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs() 154 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb() 177 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma() 195 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt() 206 static int intel_pt_get_3byte(const unsigned char *buf, size_t len, in intel_pt_get_3byte() 220 static int intel_pt_get_ext(const unsigned char *buf, size_t len, in intel_pt_get_ext() 270 static int intel_pt_get_cyc(unsigned int byte, const unsigned char *buf, in intel_pt_get_cyc() [all …]
|
| D | intel-pt-insn-decoder.c | 159 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() 194 int intel_pt_insn_desc(const struct intel_pt_insn *intel_pt_insn, char *buf, in intel_pt_insn_desc()
|
| D | intel-pt-log.c | 52 static void intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, in intel_pt_print_data() 102 uint64_t pos, const unsigned char *buf) in __intel_pt_log_packet()
|
| /tools/perf/util/ |
| D | trace-event-read.c | 45 static int __do_read(int fd, void *buf, int size) in __do_read() 90 char buf[BUFSIZ]; in skip() local 120 char buf[BUFSIZ]; in read_string() local 188 char *buf; in read_ftrace_printk() local 214 char buf[BUFSIZ]; in read_header_files() local 263 char *buf; in read_ftrace_file() local 282 char *buf; in read_event_file() local 349 char buf[BUFSIZ]; in trace_report() local
|
| D | bpf-loader.h | 83 __bpf_strerror(char *buf, size_t size) in __bpf_strerror() 98 char *buf, size_t size) in bpf__strerror_prepare_load() 106 char *buf, size_t size) in bpf__strerror_probe() 113 char *buf, size_t size) in bpf__strerror_load()
|
| D | probe-file.c | 74 char buf[PATH_MAX]; in open_probe_events() local 137 char buf[MAX_CMDLEN]; in probe_file__get_rawlist() local 169 char buf[128]; in __probe_file__get_namelist() local 213 char *buf = synthesize_probe_trace_command(tev); in probe_file__add_event() local 238 char buf[128]; in __del_trace_probe_event() local
|
| D | target.c | 71 char buf[1024]; in target__parse_uid() local 116 char *buf, size_t buflen) in target__strerror()
|
| D | bpf-loader.c | 346 bpf_loader_strerror(int err, char *buf, size_t size) in bpf_loader_strerror() 376 #define bpf__strerror_head(err, buf, size) \ argument 395 #define bpf__strerror_end(buf, size)\ argument 400 int err, char *buf, size_t size) in bpf__strerror_prepare_load() 420 int err, char *buf, size_t size) in bpf__strerror_probe() 432 int err, char *buf, size_t size) in bpf__strerror_load()
|
| D | abspath.c | 24 static char buf[PATH_MAX + 1]; in make_nonrelative_path() local
|
| /tools/perf/arch/arm64/tests/ |
| D | dwarf-unwind.c | 17 u64 stack_size, *buf; in sample_ustack() local 47 u64 *buf; in test__arch_unwind_sample() local
|
| /tools/perf/arch/arm/tests/ |
| D | dwarf-unwind.c | 17 u64 stack_size, *buf; in sample_ustack() local 47 u64 *buf; in test__arch_unwind_sample() local
|
| /tools/perf/arch/x86/tests/ |
| D | dwarf-unwind.c | 18 u64 stack_size, *buf; in sample_ustack() local 48 u64 *buf; in test__arch_unwind_sample() local
|
| /tools/testing/selftests/timers/ |
| D | clocksource-switch.c | 55 char buf[512]; in get_clocksources() local 86 int get_cur_clocksource(char *buf, size_t size) in get_cur_clocksource() 120 char buf[255]; in run_tests() local
|
| /tools/perf/arch/ |
| D | common.c | 65 char buf[PATH_MAX]; in lookup_path() local 91 char buf[PATH_MAX]; in lookup_triplets() local 138 char *buf = NULL; in perf_env__lookup_binutils_path() local
|
| /tools/vm/ |
| D | page_owner_sort.c | 31 int read_block(char *buf, int buf_size, FILE *fin) in read_block() 58 static void add_list(char *buf, int len) in add_list() 87 char buf[BUF_SIZE]; in main() local
|
| D | page-types.c | 248 uint64_t *buf, in do_u64_read() 268 static unsigned long kpageflags_read(uint64_t *buf, in kpageflags_read() 275 static unsigned long pagemap_read(uint64_t *buf, in pagemap_read() 301 static char buf[65]; in page_flag_name() local 320 static char buf[1024]; in page_flag_longname() local 483 char buf[MAX_PATH + 1]; in prepare_hwpoison_fd() local 506 char buf[100]; in hwpoison_page() local 520 char buf[100]; in unpoison_page() local 591 uint64_t buf[KPAGEFLAGS_BATCH]; in walk_pfn() local 613 uint64_t buf[PAGEMAP_BATCH]; in walk_vma() local [all …]
|
| /tools/testing/selftests/memfd/ |
| D | fuse_mnt.c | 45 void *buf, in memfd_readdir() 75 char *buf, in memfd_read()
|
| D | memfd_test.c | 186 char buf[512]; in mfd_assert_open() local 201 char buf[512]; in mfd_fail_open() local 214 char buf[16]; in mfd_assert_read() local 470 static char buf[MFD_DEF_SIZE * 8]; in mfd_assert_grow_write() local 484 static char buf[MFD_DEF_SIZE * 8]; in mfd_fail_grow_write() local 543 char buf[2048]; in test_create() local
|
| /tools/perf/tests/ |
| D | dso-data.c | 21 unsigned char *buf; in test_file() local 133 u8 buf[10]; in test__dso_data() local 147 u8 *buf; in test__dso_data() local 277 u8 buf[BUFSIZE]; in test__dso_data_cache() local
|
| D | code-reading.c | 36 static size_t read_objdump_line(const char *line, size_t line_len, void *buf, in read_objdump_line() 76 static int read_objdump_output(FILE *f, void *buf, size_t *len, u64 start_addr) in read_objdump_output() 128 static int read_via_objdump(const char *filename, u64 addr, void *buf, in read_via_objdump() 165 static void dump_buf(unsigned char *buf, size_t len) in dump_buf() 364 int buf[40960], i; in do_sort_something() local
|
| /tools/testing/selftests/efivarfs/ |
| D | create-read.c | 14 char buf[4]; in main() local
|
| /tools/power/acpi/tools/ec/ |
| D | ec_access.c | 128 char buf[EC_SPACE_SIZE]; in dump_ec() local 178 uint8_t buf; in read_ec_val() local
|
| /tools/testing/selftests/powerpc/dscr/ |
| D | dscr.h | 80 char buf[16]; in get_default_dscr() local 105 char buf[16]; in set_default_dscr() local
|
| /tools/lib/api/fs/ |
| D | tracing_path.c | 88 static int strerror_open(int err, char *buf, size_t size, const char *filename) in strerror_open() 128 int tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *na… in tracing_path__strerror_open_tp()
|
| /tools/perf/ui/gtk/ |
| D | annotate.c | 22 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent() 51 static int perf_gtk__get_offset(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_offset() 64 static int perf_gtk__get_line(char *buf, size_t size, struct disasm_line *dl) in perf_gtk__get_line()
|