summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool
Commit message (Expand)AuthorAgeFilesLines
* trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova2016-07-186-29/+57
* trace: Identify events with the 'vcpu' propertyLluís Vilanova2016-07-182-3/+20
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Clean up includes some moreMarkus Armbruster2016-03-225-11/+1Star
* trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova2016-03-011-3/+10
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2016-03-019-31/+146
* trace: Add helper function to cast event argumentsLluís Vilanova2016-03-011-0/+4
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2016-03-013-7/+6Star
* trace: Extend API to manage event argumentsLluís Vilanova2016-03-011-2/+13
* tracetool: Include osdep.h in generated-ust.cPeter Maydell2016-02-231-0/+2
* scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell2016-02-163-1/+4
* trace: convert stderr backend to logPaolo Bonzini2016-02-031-4/+5
* trace: track enabled events in a separate arrayPaolo Bonzini2016-02-031-1/+1
* 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/+33Star
* 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/+19Star
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-0717-395/+307Star
* 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/+0Star
* 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/+8Star
* trace: [simple] Port to generic event information and new control interfaceLluís Vilanova2013-03-281-13/+5Star
* 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