[PATCH] D87953: [xray] Function coverage groups
Ian Levesque via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 15:44:57 PDT 2020
ianlevesque created this revision.
ianlevesque added reviewers: dberris, MaskRay, kyulee.
Herald added subscribers: cfe-commits, dang.
Herald added a project: clang.
ianlevesque requested review of this revision.
Add the ability to selectively instrument a subset of functions by dividing the functions into N logical groups and then selecting a group to cover. By selecting different groups over time you could cover the entire application incrementally with lower overhead than instrumenting the entire application at once.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87953
Files:
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/XRayArgs.h
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/Driver/XRayArgs.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/xray-function-groups.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87953.292919.patch
Type: text/x-patch
Size: 10914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200918/31574ead/attachment-0001.bin>
More information about the cfe-commits
mailing list