index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trace
/
control.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+5
2016-10-12
trace: provide mechanism for registering trace events
Daniel P. Berrange
1
-2
/
+23
2016-10-12
trace: remove the TraceEventID and TraceEventVCPUID enums
Daniel P. Berrange
1
-1
/
+1
2016-10-12
trace: give each trace event a named TraceEvent struct
Daniel P. Berrange
1
-1
/
+1
2016-10-12
trace: remove global 'uint16 dstate[]' array
Daniel P. Berrange
1
-6
/
+0
2016-10-12
trace: remove some now unused functions
Daniel P. Berrange
1
-20
/
+0
2016-10-12
trace: convert code to use event iterators
Daniel P. Berrange
1
-36
/
+41
2016-10-12
trace: add trace event iterator APIs
Daniel P. Berrange
1
-0
/
+21
2016-09-28
trace: Properly initialize dynamic event states in hot-plugged vCPUs
Lluís Vilanova
1
-19
/
+0
2016-09-05
trace: Remove 'trace_events_dstate_init'
Lluís Vilanova
1
-11
/
+10
2016-09-05
trace: add syslog tracing backend
Paul Durrant
1
-0
/
+7
2016-07-18
trace: Add per-vCPU tracing states for events with the 'vcpu' property
Lluís Vilanova
1
-2
/
+27
2016-06-28
trace: move qemu_trace_opts to trace/control.c
Denis V. Lunev
1
-1
/
+41
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
1
-1
/
+2
2016-03-31
trace: do not always call exit() in trace_enable_events
Denis V. Lunev
1
-1
/
+4
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-03
trace: convert stderr backend to log
Paolo Bonzini
1
-0
/
+10
2016-02-03
trace: add "-trace help"
Paolo Bonzini
1
-1
/
+20
2016-02-03
trace: add "-trace enable=..."
Paolo Bonzini
1
-21
/
+27
2016-02-03
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini
1
-5
/
+12
2016-02-03
trace: split trace_init_events out of trace_init_backends
Paolo Bonzini
1
-3
/
+2
2016-02-03
trace: track enabled events in a separate array
Paolo Bonzini
1
-0
/
+1
2016-02-03
trace: count number of enabled events
Paolo Bonzini
1
-0
/
+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
1
-13
/
+0
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
1
-2
/
+47
2014-06-09
trace: Replace error with warning if event is not defined
Alexey Kardashevskiy
1
-7
/
+7
2013-03-28
trace: Provide a detailed event control interface
Lluís Vilanova
1
-13
/
+93
2012-11-16
trace: allow disabling events in events file
Gerd Hoffmann
1
-1
/
+8
2012-07-19
trace: added ability to comment out events in the list
Alexey Kardashevskiy
1
-0
/
+3
2011-09-01
trace: add "-trace events" argument to control initial state
Lluís
1
-0
/
+42