aboutsummaryrefslogtreecommitdiff
path: root/trace
AgeCommit message (Expand)AuthorFilesLines
2024-06-04trace: Remove deprecated 'vcpu' field from QMP trace eventsPhilippe Mathieu-Daudé2-4/+2
2023-12-27tracing: install trace events file only if necessaryCarlos Santos1-1/+1
2023-10-06trace/control: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-06-01trace: remove control-vcpu.hAlex Bennée2-48/+1
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée7-270/+20
2023-06-01trace: remove vcpu_id from the TraceEvent structureAlex Bennée3-14/+2
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée2-3/+0
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-5/+4
2023-02-27trace: Do not try to include QMP commands in user emulation binariesPhilippe Mathieu-Daudé1-1/+3
2023-02-04trace: Move HMP commands from monitor/ to trace/Markus Armbruster2-0/+149
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-1/+1
2022-03-22error: use GLib to remember the program nameMarc-André Lureau1-1/+1
2022-02-09tracing: excise the tcg related from tracetoolAlex Bennée1-13/+0
2022-02-09tracing: remove the trace-tcg includes from the buildAlex Bennée1-1/+0
2022-01-27meson: generate trace events for qmp commandsVladimir Sementsov-Ogievskiy1-3/+8
2021-10-14trace: move configuration from configure to MesonPaolo Bonzini1-6/+9
2021-10-14trace: simple: pass trace_file unmodified to config-host.hPaolo Bonzini1-1/+1
2021-10-05trace: Split guest_mem_beforeRichard Henderson1-51/+0
2021-10-05trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson1-22/+10
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini1-2/+2
2021-09-13meson: look up cp and dtrace with find_program()Paolo Bonzini1-2/+3
2021-07-21trace: Fold mem-internal.h into mem.hRichard Henderson2-59/+37
2021-07-12trace, lttng: require .pc filesPaolo Bonzini1-1/+1
2021-07-12trace/simple: add st_init_groupGerd Hoffmann3-0/+17
2021-07-12trace/simple: pass iter to st_write_event_mappingGerd Hoffmann1-5/+5
2021-07-12trace: add trace_event_iter_init_groupGerd Hoffmann2-3/+29
2021-07-12trace: iter init tweaksGerd Hoffmann5-14/+29
2021-03-06trace: fix "-trace file=..."Paolo Bonzini1-6/+7
2021-02-01trace: add meson custom_target() depend_files for tracetoolStefan Hajnoczi1-7/+14
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+2
2021-01-04tracetool: add output filename command-line argumentStefan Hajnoczi1-14/+7
2021-01-04trace: Send "-d trace:help" output to stdoutDoug Evans2-7/+8
2021-01-02trace: do not include TCG helper tracepoints in no-TCG buildsPaolo Bonzini1-1/+1
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-12/+10
2020-11-19trace: use STAP_SDT_V2 to work around symbol visibilityStefan Hajnoczi1-2/+2
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini2-15/+7
2020-10-26trace/simple: Enable tracing on startup only if the user specifies a trace op...Josh DuBois1-1/+5
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-09-30meson: clean up build_by_defaultPaolo Bonzini1-1/+0
2020-09-01meson: use meson datadir instead of qemu_datadirMarc-André Lureau1-1/+1
2020-08-27meson: Don't make object files for dtrace on macOSRoman Bolshakov1-5/+8
2020-08-21meson: convert systemtap filesMarc-André Lureau1-7/+7
2020-08-21meson: convert trace/Marc-André Lureau2-9/+4
2020-08-21meson: add remaining generated tcg trace helpersMarc-André Lureau1-0/+14
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2-51/+76
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini2-2/+2
2020-07-29trace/simple: Allow enabling simple traces from command lineJosh DuBois1-0/+1
2020-06-24trace/simple: Fix unauthorized enableMarkus Armbruster2-7/+15
2020-02-25tracing: only allow -trace to override -D if setAlex Bennée1-3/+8