Sign in
qemu
/
qemu
/
48314d831679373edb13712ff4a1abcb1937a0bd
/
trace
db817b8
tracing: Use double-dash spelling for trace option
by Yaowei Bai
· 7 years ago
75507f1
Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' into staging
by Peter Maydell
· 7 years ago
e7b3af8
glib: bump min required glib library version to 2.40
by Daniel P. Berrangé
· 7 years ago
8bca9a0
move public invalidate APIs out of translate-all.{c,h}, clean up
by Paolo Bonzini
· 7 years ago
f9b4799
trace: add trace_mem_build_info_no_se_be/le
by Emilio G. Cota
· 7 years ago
706485d
trace: expand mem_info:size_shift to 3 bits
by Emilio G. Cota
· 7 years ago
3d69b95
trace: simplify trace_mem functions
by Emilio G. Cota
· 7 years ago
a322714
trace: use local path for local headers
by Michael S. Tsirkin
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
8f0a371
Clean up includes
by Markus Armbruster
· 7 years ago
c9add62
trace: Try using tracefs first
by Namhyung Kim
· 7 years ago
babfff8
trace: Generalize searching for debugfs
by Namhyung Kim
· 7 years ago
5070570
trace: Simplify find_debugfs()
by Namhyung Kim
· 7 years ago
2ab4b13
Convert single line fprintf(.../n) to warn_report()
by Alistair Francis
· 8 years ago
55d527a
Convert remaining error_report() to warn_report()
by Alistair Francis
· 8 years ago
f99b38f
trace: Immediately apply per-vCPU state changes if a vCPU is being created
by Lluís Vilanova
· 8 years ago
d87aa13
trace: add trace_event_get_state_backends()
by Stefan Hajnoczi
· 8 years ago
61a67f7
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
by Lluís Vilanova
· 8 years ago
d438111
trace: [tcg] Delay changes to dynamic state when translating
by Lluís Vilanova
· 8 years ago
d01c05c
trace: Allocate cpu->trace_dstate in place
by Lluís Vilanova
· 8 years ago
3dc6f86
Convert error_report() to warn_report()
by Alistair Francis
· 8 years ago
f5956d7
trace: Fix early setting of events with the "vcpu" property
by Lluís Vilanova
· 8 years ago
7609ffb
trace: fix tcg tracing build breakage
by Stefan Hajnoczi
· 8 years ago
8755b4a
trace: ensure $(tracetool-y) is defined in top level makefile
by Daniel P. Berrange
· 8 years ago
0ab8ed1
trace: switch to modular code generation for sub-directories
by Daniel P. Berrange
· 8 years ago
2098c56
trace: move setting of group name into Makefiles
by Daniel P. Berrange
· 8 years ago
a47e871
trace: Add event "guest_cpu_exit"
by Lluís Vilanova
· 8 years ago
82e95ec
trace: Fix dynamic event state on vCPU hot-unplug
by Lluís Vilanova
· 8 years ago
fff895d
trace: Lock vCPU list when initializing dynamic tracing state
by Lluís Vilanova
· 8 years ago
0bc6484
trace: pass trace-events to tracetool as a positional param
by Daniel P. Berrange
· 8 years ago
3477018
trace: get rid of generated-events.h/generated-events.c
by Daniel P. Berrange
· 8 years ago
ca3fa0e
trace: dynamically allocate event IDs at runtime
by Daniel P. Berrange
· 8 years ago
b7d4895
trace: dynamically allocate trace_dstate in CPUState
by Daniel P. Berrange
· 8 years ago
fe4db84
trace: provide mechanism for registering trace events
by Daniel P. Berrange
· 8 years ago
8ed5372
trace: don't abort qemu if ftrace can't be initialized
by Daniel P. Berrange
· 8 years ago
7f1b588
trace: emit name <-> ID mapping in simpletrace header
by Daniel P. Berrange
· 8 years ago
ef4c9fc
trace: remove the TraceEventID and TraceEventVCPUID enums
by Daniel P. Berrange
· 8 years ago
79218be
trace: give each trace event a named TraceEvent struct
by Daniel P. Berrange
· 8 years ago
a82417b
trace: break circular dependency in event-internal.h
by Daniel P. Berrange
· 8 years ago
9397740
trace: remove global 'uint16 dstate[]' array
by Daniel P. Berrange
· 8 years ago
599ab2f
trace: remove some now unused functions
by Daniel P. Berrange
· 8 years ago
0d4e995
trace: convert code to use event iterators
by Daniel P. Berrange
· 8 years ago
6a1b0f3
trace: add trace event iterator APIs
by Daniel P. Berrange
· 8 years ago
0bdb12c
rules.mak: quiet-command: Split command name and args to print
by Peter Maydell
· 8 years ago
b9d7221
trace: Add event "guest_cpu_enter"
by Lluís Vilanova
· 9 years ago
2bfe11c
trace: Properly initialize dynamic event states in hot-plugged vCPUs
by Lluís Vilanova
· 9 years ago
8eb1b9d
trace: Avoid implicit bool->integer conversions
by Lluís Vilanova
· 9 years ago
a4d50b1
trace: Remove 'trace_events_dstate_init'
by Lluís Vilanova
· 9 years ago
0a85241
trace: add syslog tracing backend
by Paul Durrant
· 9 years ago
77e2b17
trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state
by Lluís Vilanova
· 9 years ago
4815185
trace: Add per-vCPU tracing states for events with the 'vcpu' property
by Lluís Vilanova
· 9 years ago
e1d6e0a
trace: Cosmetic changes on fast-path tracing
by Lluís Vilanova
· 9 years ago
17f7ac7
trace: Identify events with the 'vcpu' property
by Lluís Vilanova
· 9 years ago
175de52
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 9 years ago
e9e0bb2
trace: move qemu_trace_opts to trace/control.c
by Denis V. Lunev
· 9 years ago
b0ad00b
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 9 years ago
1412cf5
trace: add build framework for merging trace-events files
by Daniel P. Berrange
· 9 years ago
dcdaadb
trace: [all] Add "guest_mem_before" event
by Lluís Vilanova
· 9 years ago
daa76aa
log: Fix qemu_set_log_filename() error handling
by Markus Armbruster
· 9 years ago
cb8d4c8
Fix some typos found by codespell
by Stefan Weil
· 9 years ago
acc6809
trace: do not always call exit() in trace_enable_events
by Denis V. Lunev
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
14b6d44
Use scripts/clean-includes to drop redundant qemu/typedefs.h
by Markus Armbruster
· 9 years ago
3d211d9
trace: Add 'vcpu' event property to trace guest vCPU
by Lluís Vilanova
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
ed7f5f1
trace: convert stderr backend to log
by Paolo Bonzini
· 9 years ago
e9527dd
trace: add "-trace help"
by Paolo Bonzini
· 9 years ago
10578a2
trace: add "-trace enable=..."
by Paolo Bonzini
· 9 years ago
41fc57e
trace: split trace_init_file out of trace_init_backends
by Paolo Bonzini
· 9 years ago
45bd0b4
trace: split trace_init_events out of trace_init_backends
by Paolo Bonzini
· 9 years ago
585ec72
trace: track enabled events in a separate array
by Paolo Bonzini
· 9 years ago
43b48cf
trace: count number of enabled events
by Paolo Bonzini
· 9 years ago
cef517c
trace: add make dependencies on tracetool source
by Stefan Hajnoczi
· 9 years ago
9967e4f
trace: fix make foo-timestamp rules
by Stefan Hajnoczi
· 9 years ago
857a0e3
trace/simple: Fix warning and wrong trace file name for MinGW
by Stefan Weil
· 10 years ago
81b0735
Remove superfluous '\n' around error_report()
by Gonglei
· 10 years ago
14101d0
trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
by Lluís Vilanova
· 11 years ago
1dde0f4
trace: [qmp] Add commands to query and control event tracing state
by Lluís Vilanova
· 11 years ago
ddbc41d
trace: Only link generated-tracers.o with "simple" backend
by Fam Zheng
· 11 years ago
465830f
trace: [tcg] Generate TCG tracing routines
by Lluís Vilanova
· 11 years ago
f465422
trace: [tcg] Define TCG tracing helper routine wrappers
by Lluís Vilanova
· 11 years ago
341ea69
trace: [tcg] Define TCG tracing helper routines
by Lluís Vilanova
· 11 years ago
707c8a9
trace: [tcg] Declare TCG tracing helper routines
by Lluís Vilanova
· 11 years ago
86946a2
glib-compat.h: add new thread API emulation on top of pre-2.31 API
by Michael Tokarev
· 11 years ago
a35d9be
trace: Replace fprintf with error_report and print location
by Alexey Kardashevskiy
· 11 years ago
5b80827
trace: Multi-backend tracing
by Lluís Vilanova
· 11 years ago
8243263
trace: Replace error with warning if event is not defined
by Alexey Kardashevskiy
· 11 years ago
26896cb
trace: add pid field to simpletrace record
by Stefan Hajnoczi
· 11 years ago
1dad2ce
trace: [tracetool] Minimize the amount of per-backend code
by Lluís Vilanova
· 11 years ago
ef0bd3b
trace: [simple] Bump up log version number
by Lluís Vilanova
· 11 years ago
ae2990c
osdep: initialize glib threads in all QEMU tools
by Stefan Hajnoczi
· 11 years ago
84f3fe1
trace: Fix build warnings for Win32 build
by Peter Maydell
· 11 years ago
e6bf23f
Adapt Makefiles to the new LTTng ust interface
by Mohamad Gebai
· 11 years ago
05735a2
trace: add glib 2.32+ static GMutex support
by Stefan Hajnoczi
· 11 years ago
b618c28
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
by Lluís Vilanova
· 11 years ago
781e954
trace: Add ftrace tracing backend
by Eiichi Tsukata
· 12 years ago
a7373b1
trace: rebuild generated-events.o when configuration changes
by Stefan Hajnoczi
· 12 years ago
Next »