summaryrefslogtreecommitdiff
path: root/scripts/tracetool
AgeCommit message (Expand)AuthorFilesLines
2014-08-12trace: [tcg] Generate TCG tracing routinesLluís Vilanova1-0/+57
2014-08-12trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova1-0/+70
2014-08-12trace: [tcg] Define TCG tracing helper routinesLluís Vilanova1-0/+50
2014-08-12trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2-0/+51
2014-08-12trace: [tcg] Add 'tcg' event propertyLluís Vilanova2-5/+64
2014-08-12trace: [tcg] Argument type transformation machineryLluís Vilanova1-1/+29
2014-08-12trace: [tcg] Argument type transformation rulesLluís Vilanova1-0/+166
2014-08-12trace: add tracetool simpletrace_stap formatStefan Hajnoczi1-0/+71
2014-08-12trace: extract stap_escape() function for reuseStefan Hajnoczi1-3/+8
2014-06-09trace: Multi-backend tracingLluís Vilanova2-20/+19
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova17-395/+307
2014-05-07trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova7-11/+11
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova2-3/+3
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 Vilanova6-17/+27
2014-02-19Modified the tracetool framework for LTTng 2.xMohamad Gebai3-56/+132
2014-01-27trace: fix simple trace "disable" keywordStefan Hajnoczi1-1/+2
2014-01-27trace: [simple] Do not include "trace/simple.h" in generated tracer headersLluís Vilanova1-3/+0
2013-05-03trace: Add ftrace tracing backendEiichi Tsukata1-0/+54
2013-03-28trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova1-19/+8
2013-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova1-13/+5
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova4-8/+113
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova5-1/+28
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova2-4/+4
2012-11-16Avoid all systemtap reserved wordsDaniel P. Berrange1-1/+10
2012-09-23dtrace backend: add function to reserved wordsAlon Levy1-1/+1
2012-08-14trace/simple: Fix compiler warning for 32 bit hostsStefan Weil1-1/+1
2012-07-19Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora1-19/+71
2012-05-01tracetool: avoid pkgutil.iter_modules() Python 2.7 functionStefan Hajnoczi2-4/+12
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: handle DTrace keywords 'in', 'next', 'self'Stefan Hajnoczi1-4/+4
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova4-1/+147
2012-04-18tracetool: Add support for the 'ust' backendLluís Vilanova1-0/+90
2012-04-18tracetool: Add support for the 'simple' backendLluís Vilanova1-0/+55
2012-04-18tracetool: Add support for the 'stderr' backendLluís Vilanova1-0/+56
2012-04-18tracetool: Add module for the 'h' formatLluís Vilanova1-0/+45
2012-04-18tracetool: Add module for the 'c' formatLluís Vilanova1-0/+20
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova4-666/+472
2012-04-05tracetool: Forbid argument name 'next'Kevin Wolf1-0/+4
2012-04-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-4/+18
2012-03-31Fix conversion from lower to upper case with Turkish localeStefan Weil1-2/+2
2012-03-30tracetool: dtrace: handle in and next reserved wordsAlon Levy1-4/+6
2012-03-30tracetool: dtrace disabled-events fixLee Essen1-0/+12
2012-03-12tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi1-3/+1
2012-03-12trace: Provide a per-event status define for conditional compilationLluís Vilanova1-1/+8
2011-09-17trace: allow PRI*64 at beginning and ending of format stringStefan Hajnoczi1-7/+13
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís1-5/+28