Home
last modified time | relevance | path

Searched refs:isTraceCategoryEnabled (Results 1 – 4 of 4) sorted by relevance

/third_party/node/benchmark/misc/
Dtrace.js28 function doIsTraceCategoryEnabled(n, isTraceCategoryEnabled) { argument
31 isTraceCategoryEnabled('foo');
32 isTraceCategoryEnabled('bar');
40 isTraceCategoryEnabled,
48 doIsTraceCategoryEnabled(n, isTraceCategoryEnabled);
/third_party/node/lib/internal/
Dhttp.js11 const { trace, isTraceCategoryEnabled } = internalBinding('trace_events');
41 return isTraceCategoryEnabled('node.http');
/third_party/node/src/
Dnode_trace_events.cc146 Local<String> isTraceCategoryEnabled = in Initialize() local
153 target->Set(context, isTraceCategoryEnabled, in Initialize()
154 binding->Get(context, isTraceCategoryEnabled).ToLocalChecked()) in Initialize()
/third_party/node/lib/internal/process/
Dpre_execution.js380 const { isTraceCategoryEnabled } = internalBinding('trace_events');
382 toggleTraceCategoryState(isTraceCategoryEnabled('node.async_hooks'));