aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracetool/backend/simple.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-24scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé1-1/+1
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé1-1/+0
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi1-0/+5
2017-07-17trace: [tcg, trivial] Re-align generated codeLluís Vilanova1-2/+2
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+0
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. Berrange1-4/+4
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange1-2/+2
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova1-3/+10
2016-02-16scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell1-1/+2
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova1-66/+64
2014-05-07trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova1-5/+5
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-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova1-13/+5
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova1-0/+4
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-04-18tracetool: Add support for the 'simple' backendLluís Vilanova1-0/+55