summaryrefslogtreecommitdiff
path: root/scripts/tracetool/backend
AgeCommit message (Expand)Author
2021-02-01trace: make the 'log' backend timestamp configurableStefan Hajnoczi
2021-01-04tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini
2020-07-30tracetool: carefully define SDT_USE_VARIADICStefan Hajnoczi
2020-07-07tracetool: work around ust <sys/sdt.h> include conflictStefan Hajnoczi
2020-06-24scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé
2018-12-12tracetool: Include thread id information in log backendFabiano Rosas
2018-06-29trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi
2017-07-17trace: [tcg, trivial] Re-align generated codeLluís Vilanova
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange
2016-09-05trace: add syslog tracing backendPaul Durrant
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova
2016-03-22Clean up includes some moreMarkus Armbruster
2016-02-16scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell
2016-02-03trace: convert stderr backend to logPaolo Bonzini
2015-02-06trace: Print PID and time in stderr tracesDr. David Alan Gilbert
2014-08-28trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi
2014-06-09trace: Multi-backend tracingLluís Vilanova
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluí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-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: Rewrite infrastructure as python modulesLluís Vilanova