[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)
authorDean Michael Berris <dberris@google.com>
Mon, 22 May 2017 03:23:54 +0000 (03:23 +0000)
committerDean Michael Berris <dberris@google.com>
Mon, 22 May 2017 03:23:54 +0000 (03:23 +0000)
commit36778a54fe6581117bdaabc359e01d8b86217fcb
treeb02a2ab687c62725f394f29f93770389df9667c0
parent822ba7eddc0b68242d7964b9e984b24044e5f053
[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)

This change adds __xray_remove_customevent_handler(...) to be consistent
with other APIs that add/remove handlers.

llvm-svn: 303526
compiler-rt/include/xray/xray_interface.h
compiler-rt/lib/xray/xray_interface.cc
compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc