/tools/testing/selftests/arm64/mte/ |
D | mte_common_util.h | 45 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags); 49 bool tags, int fd); 52 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags); 96 int mem_type, bool tags) in check_allocated_memory() argument 103 if (tags && !MT_FETCH_TAG((uintptr_t)ptr)) { in check_allocated_memory()
|
D | mte_common_util.c | 125 bool tags, int fd) in __mte_allocate_memory_range() argument 163 if (tags) in __mte_allocate_memory_range() 175 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory() argument 177 return __mte_allocate_memory_range(size, mem_type, mapping, 0, 0, tags, -1); in mte_allocate_memory() 180 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory() argument 202 return __mte_allocate_memory_range(size, mem_type, mapping, 0, 0, tags, fd); in mte_allocate_file_memory() 233 size_t range_before, size_t range_after, bool tags) in __mte_free_memory_range() argument 241 if (tags) in __mte_free_memory_range() 257 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags) in mte_free_memory() argument 259 __mte_free_memory_range(ptr, size, mem_type, 0, 0, tags); in mte_free_memory()
|
/tools/testing/selftests/powerpc/ |
D | Makefile | 73 rm -f tags 76 tags: target 79 .PHONY: tags $(SUB_DIRS) emit_tests
|
/tools/perf/util/ |
D | units.c | 10 unsigned long parse_tag_value(const char *str, struct parse_tag *tags) in parse_tag_value() argument 12 struct parse_tag *i = tags; in parse_tag_value()
|
D | units.h | 13 unsigned long parse_tag_value(const char *str, struct parse_tag *tags);
|
D | evlist.c | 915 static struct parse_tag tags[] = { in parse_pages_arg() local 926 val = parse_tag_value(str, tags); in parse_pages_arg()
|
/tools/perf/ |
D | Makefile | 68 all tags TAGS: target 115 .PHONY: tags TAGS FORCE Makefile
|
D | .gitignore | 24 tags
|
D | Makefile.perf | 208 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help 907 tags: 908 $(QUIET_GEN)$(RM) tags; \ 1137 …) $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PE… 1189 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
|
D | builtin-record.c | 553 static struct parse_tag tags[] = { in record__mmap_flush_parse() local 565 opts->mmap_flush = parse_tag_value(str, tags); in record__mmap_flush_parse()
|
/tools/bpf/resolve_btfids/ |
D | Makefile | 106 tags: target 107 $(call msg,GEN,,tags) 112 .PHONY: all FORCE clean tags prepare
|
/tools/lib/bpf/ |
D | .gitignore | 5 tags
|
D | Makefile | 273 PHONY += force cscope tags check check_abi check_version 280 tags: target 281 $(RM) -f TAGS tags
|
/tools/testing/radix-tree/ |
D | test.c | 210 if (slot->tags[tag][i]) { in verify_node() 221 printf("%016lx ", slot->tags[j][i]); in verify_node() 233 !!test_bit(i, slot->tags[tag]))) { in verify_node() 238 printf("%016lx ", slot->tags[j][i]); in verify_node()
|
/tools/testing/selftests/arm64/ |
D | Makefile | 7 ARM64_SUBTARGETS ?= tags signal pauth fp mte bti abi
|
D | README | 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
/tools/perf/tests/ |
D | make | 101 make_tags := tags 207 test_make_tags = test -f tags
|
/tools/memory-model/scripts/ |
D | README | 97 # Checks results against Result tags, runs in minutes:
|
/tools/virtio/virtio-trace/ |
D | README | 68 If you manage guests with libvirt, add the following tags to domain XML files.
|