summaryrefslogtreecommitdiffstats
path: root/trace/record (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-30record: Fix thread name handlingSebastian Huber1-3/+18
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
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 Huber2-0/+101
2020-03-17record: Add support for base64 encoded inputSebastian Huber1-5/+16
2020-03-17record: Add base64 filter classSebastian Huber2-0/+123
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 Huber3-0/+459
2020-03-17record: Format file headerSebastian Huber3-9/+9
2020-03-17record: Guard config.h includeSebastian Huber2-0/+6
2020-03-17record: Fix formatSebastian Huber1-3/+4
2019-12-18record: Allow to compile with recent llvm version.Christian Mauderer1-1/+6
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 Huber1-42/+176
2019-09-10record: Windows compatibilitySebastian Huber1-4/+15
2019-09-05record: Add generic record eventsSebastian Huber1-8/+56
2019-09-05record: Use C++ header files and namespace stdSebastian Huber3-27/+28
2019-09-05record: Clean up metadataSebastian Huber1-4/+4
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 Huber3-188/+306
2019-09-03record: Convert to C++Sebastian Huber2-585/+547
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 Meena1-31/+415
2019-08-20record: New programSebastian Huber5-0/+3400