summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool
Commit message (Expand)AuthorAgeFilesLines
* trace: add DTrace reserved words for .d filesStefan Hajnoczi2015-03-021-7/+19
* trace: Print PID and time in stderr tracesDr. David Alan Gilbert2015-02-061-1/+9
* Tracing: Fix simpletrace.py error on tcg enabled binary tracesChristoph Seifert2014-11-181-34/+33
* scripts/tracetool: don't barf on formats with precisionAlex Bennée2014-09-261-1/+1
* trace: tighten up trace-events regex to fix bad parseStefan Hajnoczi2014-09-261-2/+2
* trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova2014-09-262-10/+11
* trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi2014-08-281-1/+2
* trace: teach lttng backend to use format stringsAlex Bennée2014-08-122-6/+21
* trace: [tcg] Generate TCG tracing routinesLluís Vilanova2014-08-121-0/+57
* trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova2014-08-121-0/+70
* trace: [tcg] Define TCG tracing helper routinesLluís Vilanova2014-08-121-0/+50
* trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2014-08-122-0/+51
* trace: [tcg] Add 'tcg' event propertyLluís Vilanova2014-08-122-5/+64
* trace: [tcg] Argument type transformation machineryLluís Vilanova2014-08-121-1/+29
* trace: [tcg] Argument type transformation rulesLluís Vilanova2014-08-121-0/+166
* trace: add tracetool simpletrace_stap formatStefan Hajnoczi2014-08-121-0/+71
* trace: extract stap_escape() function for reuseStefan Hajnoczi2014-08-121-3/+8
* trace: Multi-backend tracingLluís Vilanova2014-06-092-20/+19
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-0717-395/+307
* trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova2014-05-077-11/+11
* trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova2014-05-072-3/+3
* trace: [tracetool] Cosmetic changesLluís Vilanova2014-05-071-7/+7
* trace: [tracetool] Spacing changesLluís Vilanova2014-05-071-3/+4
* trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'Lluís Vilanova2014-05-071-0/+9
* trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova2014-05-076-17/+27
* Modified the tracetool framework for LTTng 2.xMohamad Gebai2014-02-193-56/+132
* trace: fix simple trace "disable" keywordStefan Hajnoczi2014-01-271-1/+2
* trace: [simple] Do not include "trace/simple.h" in generated tracer headersLluís Vilanova2014-01-271-3/+0
* trace: Add ftrace tracing backendEiichi Tsukata2013-05-031-0/+54
* trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova2013-03-281-19/+8
* trace: [simple] Port to generic event information and new control interfaceLluís Vilanova2013-03-281-13/+5
* trace: Provide a generic tracing event descriptorLluís Vilanova2013-03-284-8/+113
* trace: [tracetool] Explicitly identify public backendsLluís Vilanova2013-03-285-1/+28
* build: Use separate makefile for "trace/"Lluís Vilanova2012-12-232-4/+4
* Avoid all systemtap reserved wordsDaniel P. Berrange2012-11-161-1/+10
* dtrace backend: add function to reserved wordsAlon Levy2012-09-231-1/+1
* trace/simple: Fix compiler warning for 32 bit hostsStefan Weil2012-08-141-1/+1
* Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora2012-07-191-19/+71
* tracetool: avoid pkgutil.iter_modules() Python 2.7 functionStefan Hajnoczi2012-05-012-4/+12
* tracetool: avoid str.rpartition() Python 2.5 functionStefan Hajnoczi2012-05-011-7/+10
* tracetool: use Python 2.4-compatible __import__() argumentsStefan Hajnoczi2012-05-011-1/+1
* tracetool: handle DTrace keywords 'in', 'next', 'self'Stefan Hajnoczi2012-04-181-4/+4
* tracetool: Add support for the 'dtrace' backendLluís Vilanova2012-04-184-1/+147
* tracetool: Add support for the 'ust' backendLluís Vilanova2012-04-181-0/+90
* tracetool: Add support for the 'simple' backendLluís Vilanova2012-04-181-0/+55
* tracetool: Add support for the 'stderr' backendLluís Vilanova2012-04-181-0/+56
* tracetool: Add module for the 'h' formatLluís Vilanova2012-04-181-0/+45
* tracetool: Add module for the 'c' formatLluís Vilanova2012-04-181-0/+20
* tracetool: Rewrite infrastructure as python modulesLluís Vilanova2012-04-184-666/+472
* tracetool: Forbid argument name 'next'Kevin Wolf2012-04-051-0/+4
OpenPOWER on IntegriCloud