OSDN Git Service

[XRay][tools] Add option to llvm-xray extract to symbolize functions
authorDean Michael Berris <dberris@google.com>
Tue, 18 Apr 2017 23:23:54 +0000 (23:23 +0000)
committerDean Michael Berris <dberris@google.com>
Tue, 18 Apr 2017 23:23:54 +0000 (23:23 +0000)
commit44292db8902e51617cb3f48d2a4cb62ae7f2557c
treeee6a8026084095dcbe534d8ab0ba191bc8058c59
parent19d17b65bdb162384a1ba486c9091d042ee99724
[XRay][tools] Add option to llvm-xray extract to symbolize functions

Summary:
This allows us to, if the symbol names are available in the binary, be
able to provide the function name in the YAML output.

Reviewers: dblaikie, pelikan

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32153

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300624 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/XRay/InstrumentationMap.h
test/tools/llvm-xray/X86/extract-instrmap-symbolize.ll [new file with mode: 0644]
tools/llvm-xray/xray-extract.cc