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