[PATCH] D54139: [XRay] Update XRayRecord to support Custom/Typed Events

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 23:38:08 PST 2018


dberris updated this revision to Diff 172713.
dberris marked 2 inline comments as done.
dberris added a comment.

Address comments, handle more cases where enum is used in tools.


https://reviews.llvm.org/D54139

Files:
  compiler-rt/lib/xray/tests/unit/fdr_controller_test.cc
  compiler-rt/lib/xray/tests/unit/test_helpers.cc
  compiler-rt/test/xray/TestCases/Posix/basic-filtering.cc
  compiler-rt/test/xray/TestCases/Posix/fdr-mode.cc
  compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc
  compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cc
  compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cc
  llvm/include/llvm/XRay/FDRTraceExpander.h
  llvm/include/llvm/XRay/XRayRecord.h
  llvm/include/llvm/XRay/YAMLXRayRecord.h
  llvm/lib/XRay/FDRTraceExpander.cpp
  llvm/lib/XRay/Profile.cpp
  llvm/lib/XRay/RecordPrinter.cpp
  llvm/lib/XRay/Trace.cpp
  llvm/test/tools/llvm-xray/X86/convert-basic-arg1-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-basic-log-arg1-version3-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-basic-log-version3-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-fdr-arg1-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-fdr-log-arg1-version3-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-fdr-log-version3-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-roundtrip.yaml
  llvm/test/tools/llvm-xray/X86/convert-to-yaml.txt
  llvm/test/tools/llvm-xray/X86/convert-with-debug-syms.txt
  llvm/test/tools/llvm-xray/X86/convert-with-standalone-instrmap.txt
  llvm/test/tools/llvm-xray/X86/convert-with-yaml-instrmap.txt
  llvm/tools/llvm-xray/xray-account.cpp
  llvm/tools/llvm-xray/xray-converter.cpp
  llvm/tools/llvm-xray/xray-graph.cpp
  llvm/tools/llvm-xray/xray-stacks.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54139.172713.patch
Type: text/x-patch
Size: 52539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/be59704d/attachment-0001.bin>


More information about the llvm-commits mailing list