aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracetool
AgeCommit message (Expand)Author
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova
2014-05-07trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova
2014-05-07trace: [tracetool] Cosmetic changesLluís Vilanova
2014-05-07trace: [tracetool] Spacing changesLluís Vilanova
2014-05-07trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'Lluís Vilanova
2014-05-07trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova
2014-02-19Modified the tracetool framework for LTTng 2.xMohamad Gebai
2014-01-27trace: fix simple trace "disable" keywordStefan Hajnoczi
2014-01-27trace: [simple] Do not include "trace/simple.h" in generated tracer headersLluís Vilanova
2013-05-03trace: Add ftrace tracing backendEiichi Tsukata
2013-03-28trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova
2013-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova
2012-11-16Avoid all systemtap reserved wordsDaniel P. Berrange
2012-09-23dtrace backend: add function to reserved wordsAlon Levy
2012-08-14trace/simple: Fix compiler warning for 32 bit hostsStefan Weil
2012-07-19Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora
2012-05-01tracetool: avoid pkgutil.iter_modules() Python 2.7 functionStefan Hajnoczi
2012-05-01tracetool: avoid str.rpartition() Python 2.5 functionStefan Hajnoczi
2012-05-01tracetool: use Python 2.4-compatible __import__() argumentsStefan Hajnoczi
2012-04-18tracetool: handle DTrace keywords 'in', 'next', 'self'Stefan Hajnoczi
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova
2012-04-18tracetool: Add support for the 'ust' backendLluís Vilanova
2012-04-18tracetool: Add support for the 'simple' backendLluís Vilanova
2012-04-18tracetool: Add support for the 'stderr' backendLluís Vilanova
2012-04-18tracetool: Add module for the 'h' formatLluís Vilanova
2012-04-18tracetool: Add module for the 'c' formatLluís Vilanova
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova
2012-04-05tracetool: Forbid argument name 'next'Kevin Wolf
2012-04-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2012-03-31Fix conversion from lower to upper case with Turkish localeStefan Weil
2012-03-30tracetool: dtrace: handle in and next reserved wordsAlon Levy
2012-03-30tracetool: dtrace disabled-events fixLee Essen
2012-03-12tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi
2012-03-12trace: Provide a per-event status define for conditional compilationLluís Vilanova
2011-09-17trace: allow PRI*64 at beginning and ending of format stringStefan Hajnoczi
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís
2011-09-01trace: [simple] disable all trace points by defaultLluís
2011-09-01trace: always use the "nop" backend on events with the "disable" keywordLluís
2011-09-01trace: generalize the "property" concept in the trace-events fileLluís
2011-09-01trace: move backend-specific code into the trace/ directoryLluís
2011-04-26trace: [ust] fix generation of 'trace.c' on events without argsLluís
2011-04-26tracetool: allow ) in trace output stringPaolo Bonzini
2011-03-06tracetool: Add optional argument to specify dtrace probe namesJes Sorensen
2011-01-29New trace-event backend: stderrFabien Chouteau
2011-01-20Add scripts directoryBlue Swirl