summaryrefslogtreecommitdiff
path: root/lib/trace_events.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-2/+2
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-1/+1
* trace_events: refactor to use `validateStringArray`Deokjin Kim2023-01-191-7/+2
* lib: refactor to use validateObjectZiJian Liu2021-01-281-2/+4
* events: refactor to use more primordialsAntoine du Hamel2020-12-251-3/+4
* lib: replace Set global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: enforce use of Array from primordialsMichaƫl Zasso2019-11-271-1/+5
* perf_hooks,trace_events: use stricter equalitycjihrig2019-06-161-1/+1
* trace_events: respect inspect() depthcjihrig2019-06-051-0/+3
* trace_events: remove usage of require('util')dnlup2019-03-241-1/+1
* src: split ownsProcessState off isMainThreadAnna Henningsen2019-02-051-2/+2
* src,lib: make process.binding('config') internalMasashi Hirano2018-12-051-1/+1
* trace_events: forbid tracing modifications from worker threadsAnna Henningsen2018-10-241-1/+2
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* trace_events: move trace_events to internalBindingJames M Snell2018-08-091-1/+2
* trace_events: adds a new trace_events apiJames M Snell2018-04-171-0/+89