Age | Commit message (Expand) | Author |
2022-10-04 | include/hw/core: Create struct CPUJumpCache | Richard Henderson |
2022-03-22 | error: use GLib to remember the program name | Marc-André Lureau |
2022-02-09 | tracing: excise the tcg related from tracetool | Alex Bennée |
2022-02-09 | tracing: remove the trace-tcg includes from the build | Alex Bennée |
2022-01-27 | meson: generate trace events for qmp commands | Vladimir Sementsov-Ogievskiy |
2021-10-14 | trace: move configuration from configure to Meson | Paolo Bonzini |
2021-10-14 | trace: simple: pass trace_file unmodified to config-host.h | Paolo Bonzini |
2021-10-05 | trace: Split guest_mem_before | Richard Henderson |
2021-10-05 | trace/mem: Pass MemOpIdx to trace_mem_get_info | Richard Henderson |
2021-10-05 | meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 | Paolo Bonzini |
2021-09-13 | meson: look up cp and dtrace with find_program() | Paolo Bonzini |
2021-07-21 | trace: Fold mem-internal.h into mem.h | Richard Henderson |
2021-07-12 | trace, lttng: require .pc files | Paolo Bonzini |
2021-07-12 | trace/simple: add st_init_group | Gerd Hoffmann |
2021-07-12 | trace/simple: pass iter to st_write_event_mapping | Gerd Hoffmann |
2021-07-12 | trace: add trace_event_iter_init_group | Gerd Hoffmann |
2021-07-12 | trace: iter init tweaks | Gerd Hoffmann |
2021-03-06 | trace: fix "-trace file=..." | Paolo Bonzini |
2021-02-01 | trace: add meson custom_target() depend_files for tracetool | Stefan Hajnoczi |
2021-01-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-01-04 | tracetool: add output filename command-line argument | Stefan Hajnoczi |
2021-01-04 | trace: Send "-d trace:help" output to stdout | Doug Evans |
2021-01-02 | trace: do not include TCG helper tracepoints in no-TCG builds | Paolo Bonzini |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-11-19 | trace: use STAP_SDT_V2 to work around symbol visibility | Stefan Hajnoczi |
2020-11-11 | trace: remove argument from trace_init_file | Paolo Bonzini |
2020-10-26 | trace/simple: Enable tracing on startup only if the user specifies a trace op... | Josh DuBois |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf |
2020-09-30 | meson: clean up build_by_default | Paolo Bonzini |
2020-09-01 | meson: use meson datadir instead of qemu_datadir | Marc-André Lureau |
2020-08-27 | meson: Don't make object files for dtrace on macOS | Roman Bolshakov |
2020-08-21 | meson: convert systemtap files | Marc-André Lureau |
2020-08-21 | meson: convert trace/ | Marc-André Lureau |
2020-08-21 | meson: add remaining generated tcg trace helpers | Marc-André Lureau |
2020-08-21 | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-29 | trace/simple: Allow enabling simple traces from command line | Josh DuBois |
2020-06-24 | trace/simple: Fix unauthorized enable | Markus Armbruster |
2020-02-25 | tracing: only allow -trace to override -D if set | Alex Bennée |
2020-01-30 | qemu_set_log_filename: filename argument may be NULL | Salvador Fandino |
2020-01-15 | trace: Remove trace_mem_build_info_no_se_[bl]e | Richard Henderson |
2019-12-19 | trace: replace hand-crafted pattern_glob with g_pattern_match_simple | Alex Bennée |
2019-10-28 | trace: add mmu_index to mem_info | Alex Bennée |
2019-10-28 | trace: expand mem_info:size_shift to 4 bits | Emilio G. Cota |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen |
2019-08-27 | trace: Clarify DTrace/SystemTap help message | Philippe Mathieu-Daudé |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | trace: Do not include qom/cpu.h into generated trace.h | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-04-18 | trace: Simplify how st_print_trace_file_status() prints | Markus Armbruster |