summaryrefslogtreecommitdiff
path: root/src/tracing
AgeCommit message (Expand)Author
2019-02-08src: nullcheck on trace controllerGireesh Punathil
2019-02-08src: make deleted function public in agent.hgengjiawen
2019-02-07src: clean unused code in agent.hgengjiawen
2019-02-04src: fix race condition in `~NodeTraceBuffer`Anna Henningsen
2019-01-27src: avoid race condition in tracing codeAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-08src: trace_events: fix race with metadata eventsAli Ijaz Sheikh
2018-11-10tracing: fix static destruction order issueAnna Henningsen
2018-10-12src: trace_event: secondary storage for metadataAli Ijaz Sheikh
2018-10-09src: reduce variable scope in node_trace_writer.cccjihrig
2018-10-06trace_events: destroy platform before tracingAli Ijaz Sheikh
2018-09-13trace_events: avoid flusing uninitialized tracesAli Ijaz Sheikh
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-01src: clean up agent loop when exiting through destructorAnna Henningsen
2018-08-01src: use only one tracing write fs req at a timeAnna Henningsen
2018-08-01src: use unique_ptr for internal JSON trace writerAnna Henningsen
2018-08-01src: plug trace file file descriptor leakAnna Henningsen
2018-08-01src: initialize file trace writer on tracing threadAnna Henningsen
2018-08-01src: close tracing event loopAnna Henningsen
2018-08-01src: fix tracing if cwd or file path is inaccessibleAnna Henningsen
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-08-01src: refactor tracing agent codeAnna Henningsen
2018-07-26src: add missing cmath include to traced_value.ccAnna Henningsen
2018-07-12trace_events: add traced_value.cc/traced_value.hJames M Snell
2018-05-30src: remove unused private data memberBen Noordhuis
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-18src: trace_events: support for metadata eventsAli Ijaz Sheikh
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-14src: add sync trace to fsChin Huang
2018-03-04trace_events: add file pattern cli optionAndreas Madsen
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
2018-01-24src: use uv_hrtime as tracing timestampAli Ijaz Sheikh
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-10-05src: trace_event macro line continuation cleanupDaniel Bevenius
2017-09-30src: remove unused includes in src/tracingDaniel Bevenius
2017-09-29src: remove unused using in node_trace_writer.hDaniel Bevenius
2017-09-27src: move node_trace_writer/buffer.h to agent.ccDaniel 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-08-07build: enable C++ linting for src/*/*jeyanthinath
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-04-09src: use std::string for trace enabled_categoriesSam Roberts
2017-04-05src: Update trace event macros to V8 5.7 versionMatt Loring
2017-01-07src: fix TracingController cleanupJason Ginchereau
2016-12-29src: always initialize tracing controller in agentMatt Loring
2016-12-28tracing: fix -Wunused-private-field warningSantiago Gimeno