The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / macros.py @ 31c510ca

History | View | Annotate | Download (475 Bytes)

1 a979ab9d Ryan Dahl
# This file is used by tools/js2c.py to preprocess out the DTRACE symbols in
2
# builds that don't support DTrace. This is not used in builds that support
3
# DTrace.
4
macro DTRACE_HTTP_CLIENT_REQUEST(x) = ;
5
macro DTRACE_HTTP_CLIENT_RESPONSE(x) = ;
6
macro DTRACE_HTTP_SERVER_REQUEST(x) = ;
7
macro DTRACE_HTTP_SERVER_RESPONSE(x) = ;
8
macro DTRACE_NET_SERVER_CONNECTION(x) = ;
9
macro DTRACE_NET_STREAM_END(x) = ;
10
macro DTRACE_NET_SOCKET_READ(x) = ;
11
macro DTRACE_NET_SOCKET_WRITE(x) = ;