Ignore specified signal when using perf (#12436)
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Tue, 25 Jul 2017 15:54:57 +0000 (11:54 -0400)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 25 Jul 2017 15:54:57 +0000 (17:54 +0200)
commit5d105ade29742e13d036c7ba269bb6634790b6e3
treef2e1f4f64f5a9e41d996f1db4bfd8b809e364f37
parent1281870390e60fddfa45e9b691887e12ecb0818f
Ignore specified signal when using perf (#12436)

* Ignore SIGRTMAX when using perf

Add a do nothing signal handler to SIGRTMAX
for profiling purposes.  Allows synchronization
point in injection into the profile

* Add COMPlus_PerfMapIgnoreSignal

* Fix nits per review
src/inc/clrconfigvalues.h
src/pal/inc/pal.h
src/pal/src/exception/signal.cpp
src/vm/perfmap.cpp