summaryrefslogtreecommitdiff
path: root/trace (follow)
AgeCommit message (Expand)Author
2020-07-23trace: Use c++14 instead of c++11 if possibleChristian Mauderer
2020-03-17record: Increase input buffer and alignmentSebastian Huber
2020-03-17record: Add support for zlib compressed inputSebastian Huber
2020-03-17record: Add zlib filter classSebastian Huber
2020-03-17record: Add support for base64 encoded inputSebastian Huber
2020-03-17record: Add base64 filter classSebastian Huber
2020-03-17record: Add filter base classSebastian Huber
2020-03-17record: Add option to print config default valuesSebastian Huber
2020-03-17record: Add support for user defined event namesSebastian Huber
2020-03-17record: Add INI file parserSebastian Huber
2020-03-17record: Format file headerSebastian Huber
2020-03-17record: Guard config.h includeSebastian Huber
2020-03-17record: Fix formatSebastian Huber
2019-12-18record: Allow to compile with recent llvm version.Christian Mauderer
2019-12-18Fix build issues on Debian 10Sebastian Huber
2019-11-18record: Remove unused constantSebastian Huber
2019-09-10record: Fix use of std::minSebastian Huber
2019-09-10record: Optionally use LLVM to resolve addressesSebastian Huber
2019-09-10record: Windows compatibilitySebastian Huber
2019-09-05record: Add generic record eventsSebastian Huber
2019-09-05record: Use C++ header files and namespace stdSebastian Huber
2019-09-05record: Clean up metadataSebastian Huber
2019-09-05waf: Clean up trace's wscriptChris Johns
2019-09-04record: Add limit optionSebastian Huber
2019-09-04record: Simplify command line optionsSebastian Huber
2019-09-04record: Simplify content and packet sizeSebastian Huber
2019-09-04record: Add support for interrupt handlersSebastian Huber
2019-09-04record: Simplify CopyThreadName()Sebastian Huber
2019-09-04record: Only create necessary stream filesSebastian Huber
2019-09-03record: Use exceptionsSebastian Huber
2019-09-03record: Add Client base classSebastian Huber
2019-09-03record: Convert to C++Sebastian Huber
2019-09-02record: Synchronize with RTEMSSebastian Huber
2019-08-30record: Synchronize with RTEMSSebastian Huber
2019-08-30record: Synchronize with RTEMSSebastian Huber
2019-08-29record: Synchronize with RTEMSSebastian Huber
2019-08-27record: Support thread names on 32-bit targetsSebastian Huber
2019-08-27record: Add data size to clientSebastian Huber
2019-08-27record: Add CPU to idle thread namesSebastian Huber
2019-08-27record: Move base context to client contextSebastian Huber
2019-08-27record: Simplify packet context setupSebastian Huber
2019-08-27record: Move per-CPU variables to separate contextSebastian Huber
2019-08-26record: Fix client destructionSebastian Huber
2019-08-26record: Improve overflow handlingSebastian Huber
2019-08-20record: Add support for LTTNG sched_switchRavindra Meena
2019-08-20record: New programSebastian Huber