summaryrefslogtreecommitdiffstats
path: root/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* trace: move configuration from configure to MesonPaolo Bonzini2021-10-141-6/+9
* trace: simple: pass trace_file unmodified to config-host.hPaolo Bonzini2021-10-141-1/+1
* trace: Split guest_mem_beforeRichard Henderson2021-10-051-51/+0
* trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson2021-10-051-22/+10
* meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini2021-10-051-2/+2
* meson: look up cp and dtrace with find_program()Paolo Bonzini2021-09-131-2/+3
* trace: Fold mem-internal.h into mem.hRichard Henderson2021-07-212-59/+37
* trace, lttng: require .pc filesPaolo Bonzini2021-07-121-1/+1
* trace/simple: add st_init_groupGerd Hoffmann2021-07-123-0/+17
* trace/simple: pass iter to st_write_event_mappingGerd Hoffmann2021-07-121-5/+5
* trace: add trace_event_iter_init_groupGerd Hoffmann2021-07-122-3/+29
* trace: iter init tweaksGerd Hoffmann2021-07-125-14/+29
* trace: fix "-trace file=..."Paolo Bonzini2021-03-061-6/+7
* trace: add meson custom_target() depend_files for tracetoolStefan Hajnoczi2021-02-011-7/+14
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into stagingPeter Maydell2021-01-061-1/+2
|\
| * trace: do not include TCG helper tracepoints in no-TCG buildsPaolo Bonzini2021-01-021-1/+1
* | tracetool: add output filename command-line argumentStefan Hajnoczi2021-01-041-14/+7
* | trace: Send "-d trace:help" output to stdoutDoug Evans2021-01-042-7/+8
|/
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-12/+10
* trace: use STAP_SDT_V2 to work around symbol visibilityStefan Hajnoczi2020-11-191-2/+2
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-112-15/+7
* trace/simple: Enable tracing on startup only if the user specifies a trace optionJosh DuBois2020-10-261-1/+5
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-1/+1
* meson: clean up build_by_defaultPaolo Bonzini2020-09-301-1/+0
* meson: use meson datadir instead of qemu_datadirMarc-André Lureau2020-09-011-1/+1
* meson: Don't make object files for dtrace on macOSRoman Bolshakov2020-08-271-5/+8
* meson: convert systemtap filesMarc-André Lureau2020-08-211-7/+7
* meson: convert trace/Marc-André Lureau2020-08-212-9/+4
* meson: add remaining generated tcg trace helpersMarc-André Lureau2020-08-211-0/+14
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-212-51/+76
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-212-2/+2
* trace/simple: Allow enabling simple traces from command lineJosh DuBois2020-07-291-0/+1
* trace/simple: Fix unauthorized enableMarkus Armbruster2020-06-242-7/+15
* tracing: only allow -trace to override -D if setAlex Bennée2020-02-251-3/+8
* qemu_set_log_filename: filename argument may be NULLSalvador Fandino2020-01-301-3/+1
* trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson2020-01-151-17/+0
* trace: replace hand-crafted pattern_glob with g_pattern_match_simpleAlex Bennée2019-12-191-34/+1
* trace: add mmu_index to mem_infoAlex Bennée2019-10-282-12/+26
* trace: expand mem_info:size_shift to 4 bitsEmilio G. Cota2019-10-281-4/+4
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-032-4/+4
* trace: Clarify DTrace/SystemTap help messagePhilippe Mathieu-Daudé2019-08-271-0/+6
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-164-50/+64
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* trace: Simplify how st_print_trace_file_status() printsMarkus Armbruster2019-04-182-4/+5
* trace: handle tracefs path truncationStefan Hajnoczi2019-03-221-2/+10
* build: get rid of target-obj-yPaolo Bonzini2019-03-111-2/+2
* trace: simple style changesLarry Dewey2018-12-121-2/+2
* tracing: Use double-dash spelling for trace optionYaowei Bai2018-07-192-4/+4
* Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' into stagingPeter Maydell2018-06-291-3/+3
|\