summaryrefslogtreecommitdiffstats
path: root/trace (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-07record-main-lttng.cc: Change size of empty stringRyan Long1-1/+1
2021-09-30record-client.c: Ignore return value from visit()Ryan Long1-1/+2
2021-09-27record-filter-zlib.cc: Initialize stream_'s fieldsRyan Long1-0/+13
2021-04-02trace/wscript: Specify C language versionJoel Sherrill1-2/+3
2020-07-23trace: Use c++14 instead of c++11 if possibleChristian Mauderer1-1/+5
2020-03-17record: Increase input buffer and alignmentSebastian Huber1-1/+1
2020-03-17record: Add support for zlib compressed inputSebastian Huber1-6/+18
2020-03-17record: Add zlib filter classSebastian Huber3-0/+106
2020-03-17record: Add support for base64 encoded inputSebastian Huber1-5/+16
2020-03-17record: Add base64 filter classSebastian Huber3-0/+124
2020-03-17record: Add filter base classSebastian Huber2-3/+51
2020-03-17record: Add option to print config default valuesSebastian Huber1-9/+26
2020-03-17record: Add support for user defined event namesSebastian Huber3-50/+164
2020-03-17record: Add INI file parserSebastian Huber4-2/+462
2020-03-17record: Format file headerSebastian Huber3-9/+9
2020-03-17record: Guard config.h includeSebastian Huber3-1/+8
2020-03-17record: Fix formatSebastian Huber1-3/+4
2019-12-18record: Allow to compile with recent llvm version.Christian Mauderer1-1/+6
2019-12-18Fix build issues on Debian 10Sebastian Huber1-2/+9
2019-11-18record: Remove unused constantSebastian Huber1-3/+0
2019-09-10record: Fix use of std::minSebastian Huber1-1/+2
2019-09-10record: Optionally use LLVM to resolve addressesSebastian Huber2-43/+185
2019-09-10record: Windows compatibilitySebastian Huber2-6/+22
2019-09-05record: Add generic record eventsSebastian Huber2-8/+57
2019-09-05record: Use C++ header files and namespace stdSebastian Huber3-27/+28
2019-09-05record: Clean up metadataSebastian Huber1-4/+4
2019-09-05waf: Clean up trace's wscriptChris Johns1-2/+1
2019-09-04record: Add limit optionSebastian Huber3-9/+24
2019-09-04record: Simplify command line optionsSebastian Huber1-8/+18
2019-09-04record: Simplify content and packet sizeSebastian Huber1-10/+6
2019-09-04record: Add support for interrupt handlersSebastian Huber1-4/+85
2019-09-04record: Simplify CopyThreadName()Sebastian Huber1-3/+12
2019-09-04record: Only create necessary stream filesSebastian Huber1-16/+32
2019-09-03record: Use exceptionsSebastian Huber3-24/+78
2019-09-03record: Add Client base classSebastian Huber4-189/+309
2019-09-03record: Convert to C++Sebastian Huber3-586/+550
2019-09-02record: Synchronize with RTEMSSebastian Huber2-7/+7
2019-08-30record: Synchronize with RTEMSSebastian Huber2-61/+61
2019-08-30record: Synchronize with RTEMSSebastian Huber2-19/+19
2019-08-29record: Synchronize with RTEMSSebastian Huber2-129/+129
2019-08-27record: Support thread names on 32-bit targetsSebastian Huber1-1/+1
2019-08-27record: Add data size to clientSebastian Huber2-0/+9
2019-08-27record: Add CPU to idle thread namesSebastian Huber1-0/+13
2019-08-27record: Move base context to client contextSebastian Huber1-36/+40
2019-08-27record: Simplify packet context setupSebastian Huber1-34/+30
2019-08-27record: Move per-CPU variables to separate contextSebastian Huber1-145/+135
2019-08-26record: Fix client destructionSebastian Huber1-2/+2
2019-08-26record: Improve overflow handlingSebastian Huber2-25/+63
2019-08-20record: Add support for LTTNG sched_switchRavindra Meena2-32/+416
2019-08-20record: New programSebastian Huber6-0/+3467