summaryrefslogtreecommitdiff
path: root/scripts/tracetool/backend
AgeCommit message (Expand)AuthorFilesLines
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell1-7/+6
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi7-0/+45
2017-07-17trace: [tcg, trivial] Re-align generated codeLluís Vilanova6-28/+29
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange3-3/+12
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng1-1/+2
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange7-20/+20
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange1-2/+2
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange3-4/+1
2016-09-05trace: add syslog tracing backendPaul Durrant1-0/+45
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova5-27/+40
2016-03-22Clean up includes some moreMarkus Armbruster1-5/+1
2016-02-16scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell1-1/+2
2016-02-03trace: convert stderr backend to logPaolo Bonzini1-4/+5
2015-02-06trace: Print PID and time in stderr tracesDr. David Alan Gilbert1-1/+9
2014-08-28trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi1-1/+2
2014-06-09trace: Multi-backend tracingLluís Vilanova1-7/+8
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova7-313/+153
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova1-1/+1
2014-05-07trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova4-13/+15
2014-02-19Modified the tracetool framework for LTTng 2.xMohamad Gebai1-56/+45
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 Vilanova1-0/+23
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova5-1/+28
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova1-1/+1
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 Hajnoczi1-2/+6
2012-04-18tracetool: handle DTrace keywords 'in', 'next', 'self'Stefan Hajnoczi1-4/+4
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova1-0/+97
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: Rewrite infrastructure as python modulesLluís Vilanova1-0/+111