summaryrefslogtreecommitdiffstats
path: root/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* record: Remove unused constantSebastian Huber2019-11-181-3/+0
* record: Fix use of std::minSebastian Huber2019-09-101-1/+2
* record: Optionally use LLVM to resolve addressesSebastian Huber2019-09-102-43/+185
* record: Windows compatibilitySebastian Huber2019-09-102-6/+22
* record: Add generic record eventsSebastian Huber2019-09-052-8/+57
* record: Use C++ header files and namespace stdSebastian Huber2019-09-053-27/+28
* record: Clean up metadataSebastian Huber2019-09-051-4/+4
* waf: Clean up trace's wscriptChris Johns2019-09-051-2/+1
* record: Add limit optionSebastian Huber2019-09-043-9/+24
* record: Simplify command line optionsSebastian Huber2019-09-041-8/+18
* record: Simplify content and packet sizeSebastian Huber2019-09-041-10/+6
* record: Add support for interrupt handlersSebastian Huber2019-09-041-4/+85
* record: Simplify CopyThreadName()Sebastian Huber2019-09-041-3/+12
* record: Only create necessary stream filesSebastian Huber2019-09-041-16/+32
* record: Use exceptionsSebastian Huber2019-09-033-24/+78
* record: Add Client base classSebastian Huber2019-09-034-189/+309
* record: Convert to C++Sebastian Huber2019-09-033-586/+550
* record: Synchronize with RTEMSSebastian Huber2019-09-022-7/+7
* record: Synchronize with RTEMSSebastian Huber2019-08-302-61/+61
* record: Synchronize with RTEMSSebastian Huber2019-08-302-19/+19
* record: Synchronize with RTEMSSebastian Huber2019-08-292-129/+129
* record: Support thread names on 32-bit targetsSebastian Huber2019-08-271-1/+1
* record: Add data size to clientSebastian Huber2019-08-272-0/+9
* record: Add CPU to idle thread namesSebastian Huber2019-08-271-0/+13
* record: Move base context to client contextSebastian Huber2019-08-271-36/+40
* record: Simplify packet context setupSebastian Huber2019-08-271-34/+30
* record: Move per-CPU variables to separate contextSebastian Huber2019-08-271-145/+135
* record: Fix client destructionSebastian Huber2019-08-261-2/+2
* record: Improve overflow handlingSebastian Huber2019-08-262-25/+63
* record: Add support for LTTNG sched_switchRavindra Meena2019-08-202-32/+416
* record: New programSebastian Huber2019-08-206-0/+3467