summaryrefslogtreecommitdiffstats
path: root/trace/record (unfollow)
Commit message (Expand)AuthorFilesLines
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