summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-xray/X86/Inputs
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-10-26 04:14:34 +0000
committerDean Michael Berris <dberris@google.com>2016-10-26 04:14:34 +0000
commitc92bfb5a044b4a135c492fd81c0028c620060a26 (patch)
tree4978ca3583f8262f279c0a9d65d31813451eb1c1 /llvm/test/tools/llvm-xray/X86/Inputs
parentc773c9f49174de58f6a8a2232d169d71787a67ed (diff)
downloadbcm5719-llvm-c92bfb5a044b4a135c492fd81c0028c620060a26.tar.gz
bcm5719-llvm-c92bfb5a044b4a135c492fd81c0028c620060a26.zip
[XRay] Implement `llvm-xray extract`, start of the llvm-xray tool
Usage: llvm-xray extract <object file> [-o <filename or '-'>] The tool gets the XRay instrumentation map from an object file and turns it into YAML. We first support ELF64 sleds on x86_64 binaries, with provision for supporting other supported platforms and formats later. This is the first of a many-part change to fully implement the `llvm-xray` tool. We also define a subcommand registration and dispatch mechanism to be used by other further subcommand implementations for llvm-xray. Diffusion Revision: https://reviews.llvm.org/D21987 llvm-svn: 285165
Diffstat (limited to 'llvm/test/tools/llvm-xray/X86/Inputs')
-rwxr-xr-xllvm/test/tools/llvm-xray/X86/Inputs/elf32-noxray.binbin0 -> 7294 bytes
-rwxr-xr-xllvm/test/tools/llvm-xray/X86/Inputs/elf64-badentrysizes.binbin0 -> 469664 bytes
-rwxr-xr-xllvm/test/tools/llvm-xray/X86/Inputs/elf64-example.binbin0 -> 469664 bytes
-rwxr-xr-xllvm/test/tools/llvm-xray/X86/Inputs/elf64-noinstr-map.binbin0 -> 8479 bytes
-rw-r--r--llvm/test/tools/llvm-xray/X86/Inputs/empty-file.bin0
5 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-xray/X86/Inputs/elf32-noxray.bin b/llvm/test/tools/llvm-xray/X86/Inputs/elf32-noxray.bin
new file mode 100755
index 00000000000..06446e71a87
--- /dev/null
+++ b/llvm/test/tools/llvm-xray/X86/Inputs/elf32-noxray.bin
Binary files differ
diff --git a/llvm/test/tools/llvm-xray/X86/Inputs/elf64-badentrysizes.bin b/llvm/test/tools/llvm-xray/X86/Inputs/elf64-badentrysizes.bin
new file mode 100755
index 00000000000..702ea1484df
--- /dev/null
+++ b/llvm/test/tools/llvm-xray/X86/Inputs/elf64-badentrysizes.bin
Binary files differ
diff --git a/llvm/test/tools/llvm-xray/X86/Inputs/elf64-example.bin b/llvm/test/tools/llvm-xray/X86/Inputs/elf64-example.bin
new file mode 100755
index 00000000000..a6e6d3d6468
--- /dev/null
+++ b/llvm/test/tools/llvm-xray/X86/Inputs/elf64-example.bin
Binary files differ
diff --git a/llvm/test/tools/llvm-xray/X86/Inputs/elf64-noinstr-map.bin b/llvm/test/tools/llvm-xray/X86/Inputs/elf64-noinstr-map.bin
new file mode 100755
index 00000000000..6f2d9d21f2e
--- /dev/null
+++ b/llvm/test/tools/llvm-xray/X86/Inputs/elf64-noinstr-map.bin
Binary files differ
diff --git a/llvm/test/tools/llvm-xray/X86/Inputs/empty-file.bin b/llvm/test/tools/llvm-xray/X86/Inputs/empty-file.bin
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/llvm/test/tools/llvm-xray/X86/Inputs/empty-file.bin
OpenPOWER on IntegriCloud