summaryrefslogtreecommitdiff
path: root/src/tracing
Commit message (Expand)AuthorAgeFilesLines
* src: trace_events: support for metadata eventsAli Ijaz Sheikh2018-05-181-0/+39
* inspector: add a "NodeTracing" domain supportEugene Ostroukhov2018-05-176-74/+161
* trace_events: adds a new trace_events apiJames M Snell2018-04-172-31/+101
* src: add sync trace to fsChin Huang2018-04-141-0/+6
* trace_events: add file pattern cli optionAndreas Madsen2018-03-044-9/+28
* perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell2018-02-261-3/+14
* src: update trace event macros to v8 6.4 versionKelvin Jin2018-02-142-7/+117
* src: use uv_hrtime as tracing timestampAli Ijaz Sheikh2018-01-241-1/+8
* src: use nullptr instead of NULLDaniel Bevenius2017-12-013-5/+5
* async_hooks: add trace events to async_hooksAndreas Madsen2017-11-161-0/+1
* src: trace_event macro line continuation cleanupDaniel Bevenius2017-10-051-22/+22
* src: remove unused includes in src/tracingDaniel Bevenius2017-09-302-3/+0
* src: remove unused using in node_trace_writer.hDaniel Bevenius2017-09-291-1/+0
* src: move node_trace_writer/buffer.h to agent.ccDaniel Bevenius2017-09-272-2/+5
* src: correct typo in trace_event headerDaniel Bevenius2017-09-251-1/+1
* src: Node implementation of v8::PlatformMatt Loring2017-08-174-4/+5
* tracing: Update to use new Platform tracing apisMatt Loring2017-08-174-29/+26
* build: enable C++ linting for src/*/*jeyanthinath2017-08-075-21/+26
* src,lib,test,doc: correct misspellingsRoman Reiss2017-06-171-4/+4
* src: use std::string for trace enabled_categoriesSam Roberts2017-04-092-3/+4
* src: Update trace event macros to V8 5.7 versionMatt Loring2017-04-052-1209/+1128
* src: fix TracingController cleanupJason Ginchereau2017-01-071-1/+3
* src: always initialize tracing controller in agentMatt Loring2016-12-291-1/+1
* tracing: fix -Wunused-private-field warningSantiago Gimeno2016-12-282-8/+5
* tracing: fix -Wreorder warningSantiago Gimeno2016-12-281-2/+3
* src: Node Tracing Controllermisterpoe2016-12-208-0/+2355