summaryrefslogtreecommitdiff
path: root/scripts/tracetool/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Tracing: Fix simpletrace.py error on tcg enabled binary tracesChristoph Seifert1-34/+33
2014-09-26scripts/tracetool: don't barf on formats with precisionAlex Bennée1-1/+1
2014-09-26trace: tighten up trace-events regex to fix bad parseStefan Hajnoczi1-2/+2
2014-09-26trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova1-9/+10
2014-08-12trace: teach lttng backend to use format stringsAlex Bennée1-2/+10
2014-08-12trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova1-0/+1
2014-08-12trace: [tcg] Add 'tcg' event propertyLluís Vilanova1-5/+59
2014-08-12trace: [tcg] Argument type transformation machineryLluís Vilanova1-1/+29
2014-06-09trace: Multi-backend tracingLluís Vilanova1-13/+11
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova1-17/+2
2014-05-07trace: [tracetool] Cosmetic changesLluís Vilanova1-7/+7
2014-05-07trace: [tracetool] Spacing changesLluís Vilanova1-3/+4
2014-05-07trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'Lluís Vilanova1-0/+9
2014-05-07trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova1-1/+9
2012-05-01tracetool: avoid str.rpartition() Python 2.5 functionStefan Hajnoczi1-7/+10
2012-05-01tracetool: use Python 2.4-compatible __import__() argumentsStefan Hajnoczi1-1/+1
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova1-1/+10
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova1-0/+262