index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
trace: convert stderr backend to log
Paolo Bonzini
1
-0
/
+10
2016-02-03
trace: add "-trace help"
Paolo Bonzini
2
-1
/
+27
2016-02-03
trace: add "-trace enable=..."
Paolo Bonzini
2
-21
/
+36
2016-02-03
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini
4
-12
/
+28
2016-02-03
trace: split trace_init_events out of trace_init_backends
Paolo Bonzini
2
-6
/
+14
2016-02-03
trace: track enabled events in a separate array
Paolo Bonzini
4
-7
/
+13
2016-02-03
trace: count number of enabled events
Paolo Bonzini
2
-1
/
+5
2016-01-07
trace: add make dependencies on tracetool source
Stefan Hajnoczi
1
-11
/
+19
2016-01-07
trace: fix make foo-timestamp rules
Stefan Hajnoczi
1
-9
/
+9
2015-11-30
trace/simple: Fix warning and wrong trace file name for MinGW
Stefan Weil
1
-1
/
+2
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
1
-1
/
+1
2014-09-26
trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
Lluís Vilanova
2
-20
/
+0
2014-09-26
trace: [qmp] Add commands to query and control event tracing state
Lluís Vilanova
2
-0
/
+76
2014-09-09
trace: Only link generated-tracers.o with "simple" backend
Fam Zheng
1
-2
/
+1
2014-08-12
trace: [tcg] Generate TCG tracing routines
Lluís Vilanova
1
-0
/
+9
2014-08-12
trace: [tcg] Define TCG tracing helper routine wrappers
Lluís Vilanova
1
-0
/
+8
2014-08-12
trace: [tcg] Define TCG tracing helper routines
Lluís Vilanova
1
-0
/
+12
2014-08-12
trace: [tcg] Declare TCG tracing helper routines
Lluís Vilanova
1
-5
/
+19
2014-06-10
glib-compat.h: add new thread API emulation on top of pre-2.31 API
Michael Tokarev
1
-39
/
+11
2014-06-09
trace: Replace fprintf with error_report and print location
Alexey Kardashevskiy
1
-13
/
+18
2014-06-09
trace: Multi-backend tracing
Lluís Vilanova
10
-156
/
+76
2014-06-09
trace: Replace error with warning if event is not defined
Alexey Kardashevskiy
1
-7
/
+7
2014-06-09
trace: add pid field to simpletrace record
Stefan Hajnoczi
1
-2
/
+6
2014-05-07
trace: [tracetool] Minimize the amount of per-backend code
Lluís Vilanova
1
-2
/
+2
2014-05-07
trace: [simple] Bump up log version number
Lluís Vilanova
1
-1
/
+1
2014-03-25
osdep: initialize glib threads in all QEMU tools
Stefan Hajnoczi
1
-9
/
+0
2014-03-12
trace: Fix build warnings for Win32 build
Peter Maydell
1
-5
/
+5
2014-02-19
Adapt Makefiles to the new LTTng ust interface
Mohamad Gebai
1
-0
/
+25
2014-01-27
trace: add glib 2.32+ static GMutex support
Stefan Hajnoczi
1
-7
/
+16
2014-01-27
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
Lluís Vilanova
1
-0
/
+1
2013-05-03
trace: Add ftrace tracing backend
Eiichi Tsukata
3
-0
/
+113
2013-03-28
trace: rebuild generated-events.o when configuration changes
Stefan Hajnoczi
1
-1
/
+1
2013-03-28
trace: [stderr] Port to generic event information and new control interface
Lluís Vilanova
2
-39
/
+6
2013-03-28
trace: [simple] Port to generic event information and new control interface
Lluís Vilanova
2
-33
/
+8
2013-03-28
trace: [default] Port to generic event information and new control interface
Lluís Vilanova
1
-3
/
+2
2013-03-28
trace: Provide a detailed event control interface
Lluís Vilanova
3
-32
/
+331
2013-03-28
trace: Provide a generic tracing event descriptor
Lluís Vilanova
2
-1
/
+56
2013-02-12
trace: deal with deprecated glib thread functions
Stefan Hajnoczi
1
-0
/
+18
2013-02-12
trace: use glib atomic int types
Stefan Hajnoczi
1
-3
/
+3
2013-02-05
trace: Clean up the "try to update atomic until it worked" loops
Markus Armbruster
1
-13
/
+5
2013-02-05
trace: Direct access of atomics is verboten, use the API
Markus Armbruster
1
-4
/
+5
2013-02-05
trace: Fix simple trace dropped event record for big endian
Markus Armbruster
1
-8
/
+8
2013-01-30
Makefile: clean timestamp generation rule
Michael S. Tsirkin
1
-2
/
+2
2013-01-12
build: fold trace-obj-y into libqemuutil.a
Paolo Bonzini
1
-5
/
+5
2013-01-12
build: some simplifications for "trace/Makefile.objs"
Paolo Bonzini
1
-13
/
+13
2013-01-12
build: move dtrace rules to rules.mak
Paolo Bonzini
1
-12
/
+0
2012-12-23
build: Use separate makefile for "trace/"
Lluís Vilanova
1
-0
/
+70
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-11-16
trace: allow disabling events in events file
Gerd Hoffmann
1
-1
/
+8
2012-08-14
trace/simple: Replace asprintf by g_strdup_printf
Stefan Weil
1
-10
/
+4
[next]