WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
141386
Replace HAVE(DTRACE) with ENABLE(DTRACE)
https://bugs.webkit.org/show_bug.cgi?id=141386
Summary
Replace HAVE(DTRACE) with ENABLE(DTRACE)
Ting-Wei Lan
Reported
2015-02-09 05:26:44 PST
DTrace is only enabled on Cocoa platform currently via HAVE(DTRACE). It will be nice to have DTrace enabled on other operating systems, such as Solaris, FreeBSD and NetBSD. However, we may not be able to simply add HAVE(DTRACE) to those operating systems because: 1. Building with DTrace support may require additional kernel modules to be loaded, which requires root priveleges. 2. Some operating systems do not support DTrace on all architectures. 3. Some operating systems do not support DTrace in their default configuration. Therefore, before testing DTrace on non-Cocoa platforms, I hope we should replace HAVE(DTRACE) with ENABLE(DTRACE), so users can disable it when their environments cannot support building with DTrace.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug