Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
node_provider.d File Reference

Go to the source code of this file.

Data Structures

struct  node_dtrace_connection_t
 
struct  node_connection_t
 
struct  node_dtrace_http_server_request_t
 
struct  node_dtrace_http_client_request_t
 
struct  node_http_request_t
 

Functions

probe gc__done (int t, int f, void *isolate)
 

Variables

provider node
 
probe net__stream__end(node_dtrace_connection_t *c, const char *a, int p, int fd) probe http__server__request(node_dtrace_http_server_request_t *h, node_dtrace_connection_t *c, const char *a, int p, const char *m, const char *u, int fd) probe http__server__response(node_dtrace_connection_t *c, const char *a, int p, int fd) probe http__client__request(node_dtrace_http_client_request_t *h, node_dtrace_connection_t *c, const char *a, int p, const char *m, const char *u, int fd) probe http__client__response(node_dtrace_connection_t *c, const char *a, int p, int fd) prob gc__start )(int t, int f, void *isolate)
 

Function Documentation

◆ gc__done()

probe gc__done ( int  t,
int  f,
void *  isolate 
)

Variable Documentation

◆ gc__start

probe net__stream__end (node_dtrace_connection_t *c, const char *a, int p, int fd) probe http__server__request (node_dtrace_http_server_request_t *h, node_dtrace_connection_t *c, const char *a, int p, const char *m, const char *u, int fd) probe http__server__response (node_dtrace_connection_t *c, const char *a, int p, int fd) probe http__client__request (node_dtrace_http_client_request_t *h, node_dtrace_connection_t *c, const char *a, int p, const char *m, const char *u, int fd) probe http__client__response (node_dtrace_connection_t *c, const char *a, int p, int fd) prob gc__start) (int t, int f, void *isolate)

Definition at line 72 of file node_provider.d.

◆ node

provider node
Initial value:
{
probe net__server__connection(node_dtrace_connection_t *c,
const char *a, int p, int fd) : (node_connection_t *c, string a, int p,
int fd)
dtrace a
Definition: v8ustack.d:531
dtrace p
Definition: v8ustack.d:615

Definition at line 54 of file node_provider.d.