summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori2012-04-021-4/+18
|\
| * tracetool: dtrace: handle in and next reserved wordsAlon Levy2012-03-301-4/+6
| * tracetool: dtrace disabled-events fixLee Essen2012-03-301-0/+12
* | Fix conversion from lower to upper case with Turkish localeStefan Weil2012-03-311-2/+2
|/
* tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi2012-03-121-3/+1
* trace: Provide a per-event status define for conditional compilationLluís Vilanova2012-03-121-1/+8
* trace: allow PRI*64 at beginning and ending of format stringStefan Hajnoczi2011-09-171-7/+13
* trace: [stderr] add support for dynamically enabling/disabling eventsLluís2011-09-011-5/+28
* trace: [simple] disable all trace points by defaultLluís2011-09-011-7/+2
* trace: always use the "nop" backend on events with the "disable" keywordLluís2011-09-011-13/+2
* trace: generalize the "property" concept in the trace-events fileLluís2011-09-011-40/+33
* trace: move backend-specific code into the trace/ directoryLluís2011-09-011-1/+1
* trace: [ust] fix generation of 'trace.c' on events without argsLluís2011-04-261-3/+4
* tracetool: allow ) in trace output stringPaolo Bonzini2011-04-261-1/+1
* tracetool: Add optional argument to specify dtrace probe namesJes Sorensen2011-03-061-6/+13
* New trace-event backend: stderrFabien Chouteau2011-01-291-2/+58
* Add scripts directoryBlue Swirl2011-01-201-0/+573
OpenPOWER on IntegriCloud