summaryrefslogtreecommitdiff
path: root/src/tracing
AgeCommit message (Expand)Author
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
2016-12-28tracing: fix -Wreorder warningSantiago Gimeno
2016-12-20src: Node Tracing Controllermisterpoe