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
2018-12-12
trace: simple style changes
Larry Dewey
1
-2
/
+2
2018-07-19
tracing: Use double-dash spelling for trace option
Yaowei Bai
2
-4
/
+4
2018-06-29
Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...
Peter Maydell
1
-3
/
+3
2018-06-29
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
1
-3
/
+3
2018-06-28
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
1
-1
/
+0
2018-06-27
trace: add trace_mem_build_info_no_se_be/le
Emilio G. Cota
1
-0
/
+12
2018-06-27
trace: expand mem_info:size_shift to 3 bits
Emilio G. Cota
1
-4
/
+4
2018-06-27
trace: simplify trace_mem functions
Emilio G. Cota
2
-23
/
+19
2018-06-01
trace: use local path for local headers
Michael S. Tsirkin
2
-2
/
+2
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Clean up includes
Markus Armbruster
1
-2
/
+0
2017-12-18
trace: Try using tracefs first
Namhyung Kim
1
-6
/
+12
2017-12-18
trace: Generalize searching for debugfs
Namhyung Kim
1
-7
/
+7
2017-12-18
trace: Simplify find_debugfs()
Namhyung Kim
1
-4
/
+3
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-1
/
+2
2017-09-19
Convert remaining error_report() to warn_report()
Alistair Francis
1
-2
/
+2
2017-09-15
trace: Immediately apply per-vCPU state changes if a vCPU is being created
Lluís Vilanova
1
-7
/
+11
2017-08-01
trace: add trace_event_get_state_backends()
Stefan Hajnoczi
1
-1
/
+17
2017-07-17
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
2
-0
/
+4
2017-07-17
trace: [tcg] Delay changes to dynamic state when translating
Lluís Vilanova
1
-2
/
+16
2017-07-17
trace: Allocate cpu->trace_dstate in place
Lluís Vilanova
1
-1
/
+8
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-4
/
+4
2017-07-11
trace: Fix early setting of events with the "vcpu" property
Lluís Vilanova
1
-3
/
+7
2017-03-28
trace: fix tcg tracing build breakage
Stefan Hajnoczi
1
-8
/
+8
2017-03-16
trace: ensure $(tracetool-y) is defined in top level makefile
Daniel P. Berrange
1
-8
/
+0
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
5
-93
/
+8
2017-01-31
trace: move setting of group name into Makefiles
Daniel P. Berrange
1
-0
/
+9
2017-01-16
trace: Add event "guest_cpu_exit"
Lluís Vilanova
1
-0
/
+3
2017-01-16
trace: Fix dynamic event state on vCPU hot-unplug
Lluís Vilanova
2
-0
/
+24
2017-01-16
trace: Lock vCPU list when initializing dynamic tracing state
Lluís Vilanova
1
-1
/
+10
2016-10-12
trace: pass trace-events to tracetool as a positional param
Daniel P. Berrange
1
-9
/
+9
2016-10-12
trace: get rid of generated-events.h/generated-events.c
Daniel P. Berrange
3
-29
/
+5
2016-10-12
trace: dynamically allocate event IDs at runtime
Daniel P. Berrange
1
-1
/
+10
2016-10-12
trace: dynamically allocate trace_dstate in CPUState
Daniel P. Berrange
2
-0
/
+12
2016-10-12
trace: provide mechanism for registering trace events
Daniel P. Berrange
3
-3
/
+27
2016-10-12
trace: don't abort qemu if ftrace can't be initialized
Daniel P. Berrange
1
-0
/
+6
2016-10-12
trace: emit name <-> ID mapping in simpletrace header
Daniel P. Berrange
1
-2
/
+31
2016-10-12
trace: remove the TraceEventID and TraceEventVCPUID enums
Daniel P. Berrange
7
-39
/
+32
2016-10-12
trace: give each trace event a named TraceEvent struct
Daniel P. Berrange
2
-2
/
+2
2016-10-12
trace: break circular dependency in event-internal.h
Daniel P. Berrange
1
-5
/
+2
2016-10-12
trace: remove global 'uint16 dstate[]' array
Daniel P. Berrange
4
-31
/
+21
2016-10-12
trace: remove some now unused functions
Daniel P. Berrange
3
-90
/
+0
2016-10-12
trace: convert code to use event iterators
Daniel P. Berrange
3
-46
/
+55
2016-10-12
trace: add trace event iterator APIs
Daniel P. Berrange
2
-0
/
+48
2016-10-06
rules.mak: quiet-command: Split command name and args to print
Peter Maydell
1
-12
/
+12
2016-09-28
trace: Add event "guest_cpu_enter"
Lluís Vilanova
1
-0
/
+3
2016-09-28
trace: Properly initialize dynamic event states in hot-plugged vCPUs
Lluís Vilanova
3
-30
/
+45
2016-09-05
trace: Avoid implicit bool->integer conversions
Lluís Vilanova
1
-5
/
+26
[next]