hanchenye-llvm-project/compiler-rt/lib/xray
Dean Michael Berris f8d5969943 [XRay][compiler-rt] Update test to use similar structure
This is a follow-up to D50037.

llvm-svn: 338349
2018-07-31 04:47:37 +00:00
..
tests [XRay][compiler-rt] Update test to use similar structure 2018-07-31 04:47:37 +00:00
CMakeLists.txt [CMake] Use cxx-headers as a depedency for C++ headers 2018-07-16 18:48:20 +00:00
weak_symbols.txt [XRay][compiler-rt][Darwin] Minimal XRay build support in Darwin 2017-11-28 11:49:22 +00:00
xray_AArch64.cc [XRay][compiler-rt] Add noop patch functions for unsupported arches. 2018-04-17 23:19:23 +00:00
xray_allocator.h [Xray] Fix allocator build, MAP_NORESERVE flag is not always supported 2018-07-19 05:08:59 +00:00
xray_always_instrument.txt
xray_arm.cc [XRay][compiler-rt] Add noop patch functions for unsupported arches. 2018-04-17 23:19:23 +00:00
xray_basic_flags.cc [XRay][compiler-rt] Support string-based config for Basic mode. 2018-05-04 06:27:53 +00:00
xray_basic_flags.h [XRay][compiler-rt] Support string-based config for Basic mode. 2018-05-04 06:27:53 +00:00
xray_basic_flags.inc [XRay][compiler-rt] Support string-based config for Basic mode. 2018-05-04 06:27:53 +00:00
xray_basic_logging.cc Test commit 2018-07-16 14:54:29 +00:00
xray_basic_logging.h [XRay][compiler-rt] Support string-based config for Basic mode. 2018-05-04 06:27:53 +00:00
xray_buffer_queue.cc [XRay][compiler-rt] FDR Mode: Use mmap instead of internal allocator 2018-07-30 05:56:42 +00:00
xray_buffer_queue.h [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC) 2018-06-05 06:12:42 +00:00
xray_defs.h
xray_fdr_flags.cc [XRay][compiler-rt] Support string-based config for FDR mode 2018-05-04 06:13:35 +00:00
xray_fdr_flags.h [XRay][compiler-rt] Support string-based config for FDR mode 2018-05-04 06:13:35 +00:00
xray_fdr_flags.inc [XRay][compiler-rt] Support in-memory processing of FDR mode logs 2018-05-14 03:35:01 +00:00
xray_fdr_log_records.h [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode 2018-07-13 05:38:22 +00:00
xray_fdr_logging.cc [XRay][compiler-rt] FDR Mode: Add extents metadata to buffer 2018-07-19 05:17:32 +00:00
xray_fdr_logging.h [XRay] [compiler-rt] FDR logging arg1 handler 2017-09-28 05:29:59 +00:00
xray_flags.cc [XRay][compiler-rt] Support string-based config for FDR mode 2018-05-04 06:13:35 +00:00
xray_flags.h [XRay][compiler-rt] Support string-based config for FDR mode 2018-05-04 06:13:35 +00:00
xray_flags.inc [XRay][compiler-rt] Support string-based config for Basic mode. 2018-05-04 06:27:53 +00:00
xray_function_call_trie.h [XRay][compiler-rt] Segmented Array: Simplify and Optimise 2018-07-18 02:08:39 +00:00
xray_init.cc [asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL325240 2018-07-01 17:52:41 +00:00
xray_interface.cc [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC) 2018-06-05 06:12:42 +00:00
xray_interface_internal.h Implement trampoline and handler for typed xray event tracing. 2018-04-17 21:28:53 +00:00
xray_log_interface.cc [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC) 2018-06-05 06:12:42 +00:00
xray_mips.cc [XRay][compiler-rt] Add noop patch functions for unsupported arches. 2018-04-17 23:19:23 +00:00
xray_mips64.cc [XRay][compiler-rt] Add noop patch functions for unsupported arches. 2018-04-17 23:19:23 +00:00
xray_never_instrument.txt
xray_powerpc64.cc [XRay][compiler-rt] Add noop patch functions for unsupported arches. 2018-04-17 23:19:23 +00:00
xray_powerpc64.inc
xray_profile_collector.cc [XRay][compiler-rt] Profiling Mode: Include file header in buffers 2018-07-31 04:16:54 +00:00
xray_profile_collector.h [XRay] Fixup: Address some warnings breaking build 2018-05-31 04:55:11 +00:00
xray_profiling.cc [XRay][compiler-rt] Profiling Mode: Include file header in buffers 2018-07-31 04:16:54 +00:00
xray_profiling_flags.cc [XRay][profiler] Part 4: Profiler Mode Wiring 2018-06-12 03:29:39 +00:00
xray_profiling_flags.h [XRay][profiler] Part 4: Profiler Mode Wiring 2018-06-12 03:29:39 +00:00
xray_profiling_flags.inc [XRay][compiler-rt] Simplify Allocator Implementation 2018-07-18 01:53:39 +00:00
xray_recursion_guard.h [XRay][compiler-rt] Refactor recursion guard for Basic and FDR Mode 2018-06-06 06:07:48 +00:00
xray_segmented_array.h [Xray] fix c99 warning build about flexible array semantics 2018-07-20 09:22:22 +00:00
xray_trampoline_AArch64.S
xray_trampoline_arm.S
xray_trampoline_mips.S
xray_trampoline_mips64.S
xray_trampoline_powerpc64.cc
xray_trampoline_powerpc64_asm.S
xray_trampoline_x86_64.S [XRay][compiler-rt] Add llvm-mca assembler annotations for XRay (NFC) 2018-05-08 01:57:51 +00:00
xray_tsc.h
xray_utils.cc [sanitizer] Use const char* in internal_simple_strtoll 2018-06-17 08:41:45 +00:00
xray_utils.h [XRay][compiler-rt] Simplify Allocator Implementation 2018-07-18 01:53:39 +00:00
xray_x86_64.cc [XRay] Fix error message. NFC 2018-06-19 15:39:19 +00:00
xray_x86_64.inc Add Xray instrumentation support to FreeBSD 2018-02-15 14:17:15 +00:00