summaryrefslogtreecommitdiff
path: root/src/tracing/trace_event.h
AgeCommit message (Expand)Author
2019-07-21src: expose TraceEventHelper with NODE_EXTERNSamuel Attard
2019-02-19tracing: use ‘real’ atomicsAnna Henningsen
2018-10-12src: trace_event: secondary storage for metadataAli Ijaz Sheikh
2018-05-18src: trace_events: support for metadata eventsAli Ijaz Sheikh
2018-02-26perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-02-14src: update trace event macros to v8 6.4 versionKelvin Jin
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-10-05src: trace_event macro line continuation cleanupDaniel Bevenius
2017-09-30src: remove unused includes in src/tracingDaniel Bevenius
2017-09-25src: correct typo in trace_event headerDaniel Bevenius
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17tracing: Update to use new Platform tracing apisMatt Loring
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-04-05src: Update trace event macros to V8 5.7 versionMatt Loring
2016-12-20src: Node Tracing Controllermisterpoe