| Commit message (Expand) | Author | Age | Files | Lines |
* | trace: remove argument from trace_init_file | Paolo Bonzini | 2020-11-11 | 2 | -15/+7 |
* | trace/simple: Enable tracing on startup only if the user specifies a trace op... | Josh DuBois | 2020-10-26 | 1 | -1/+5 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -1/+1 |
* | meson: clean up build_by_default | Paolo Bonzini | 2020-09-30 | 1 | -1/+0 |
* | meson: use meson datadir instead of qemu_datadir | Marc-André Lureau | 2020-09-01 | 1 | -1/+1 |
* | meson: Don't make object files for dtrace on macOS | Roman Bolshakov | 2020-08-27 | 1 | -5/+8 |
* | meson: convert systemtap files | Marc-André Lureau | 2020-08-21 | 1 | -7/+7 |
* | meson: convert trace/ | Marc-André Lureau | 2020-08-21 | 2 | -9/+4 |
* | meson: add remaining generated tcg trace helpers | Marc-André Lureau | 2020-08-21 | 1 | -0/+14 |
* | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini | 2020-08-21 | 2 | -51/+76 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 2 | -2/+2 |
* | trace/simple: Allow enabling simple traces from command line | Josh DuBois | 2020-07-29 | 1 | -0/+1 |
* | trace/simple: Fix unauthorized enable | Markus Armbruster | 2020-06-24 | 2 | -7/+15 |
* | tracing: only allow -trace to override -D if set | Alex Bennée | 2020-02-25 | 1 | -3/+8 |
* | qemu_set_log_filename: filename argument may be NULL | Salvador Fandino | 2020-01-30 | 1 | -3/+1 |
* | trace: Remove trace_mem_build_info_no_se_[bl]e | Richard Henderson | 2020-01-16 | 1 | -17/+0 |
* | trace: replace hand-crafted pattern_glob with g_pattern_match_simple | Alex Bennée | 2019-12-19 | 1 | -34/+1 |
* | trace: add mmu_index to mem_info | Alex Bennée | 2019-10-28 | 2 | -12/+26 |
* | trace: expand mem_info:size_shift to 4 bits | Emilio G. Cota | 2019-10-28 | 1 | -4/+4 |
* | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 2019-09-03 | 2 | -4/+4 |
* | trace: Clarify DTrace/SystemTap help message | Philippe Mathieu-Daudé | 2019-08-27 | 1 | -0/+6 |
* | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 1 | -1/+1 |
* | trace: Do not include qom/cpu.h into generated trace.h | Markus Armbruster | 2019-08-16 | 4 | -50/+64 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | trace: Simplify how st_print_trace_file_status() prints | Markus Armbruster | 2019-04-18 | 2 | -4/+5 |
* | trace: handle tracefs path truncation | Stefan Hajnoczi | 2019-03-22 | 1 | -2/+10 |
* | build: get rid of target-obj-y | Paolo Bonzini | 2019-03-11 | 1 | -2/+2 |
* | trace: simple style changes | Larry Dewey | 2018-12-12 | 1 | -2/+2 |
* | tracing: Use double-dash spelling for trace option | Yaowei Bai | 2018-07-19 | 2 | -4/+4 |
* | Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in... | Peter Maydell | 2018-06-29 | 1 | -3/+3 |
|\ |
|
| * | glib: bump min required glib library version to 2.40 | Daniel P. Berrangé | 2018-06-29 | 1 | -3/+3 |
* | | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini | 2018-06-28 | 1 | -1/+0 |
|/ |
|
* | trace: add trace_mem_build_info_no_se_be/le | Emilio G. Cota | 2018-06-27 | 1 | -0/+12 |
* | trace: expand mem_info:size_shift to 3 bits | Emilio G. Cota | 2018-06-27 | 1 | -4/+4 |
* | trace: simplify trace_mem functions | Emilio G. Cota | 2018-06-27 | 2 | -23/+19 |
* | trace: use local path for local headers | Michael S. Tsirkin | 2018-06-01 | 2 | -2/+2 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Clean up includes | Markus Armbruster | 2018-02-09 | 1 | -2/+0 |
* | trace: Try using tracefs first | Namhyung Kim | 2017-12-18 | 1 | -6/+12 |
* | trace: Generalize searching for debugfs | Namhyung Kim | 2017-12-18 | 1 | -7/+7 |
* | trace: Simplify find_debugfs() | Namhyung Kim | 2017-12-18 | 1 | -4/+3 |
* | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 2017-09-19 | 1 | -1/+2 |
* | Convert remaining error_report() to warn_report() | Alistair Francis | 2017-09-19 | 1 | -2/+2 |
* | trace: Immediately apply per-vCPU state changes if a vCPU is being created | Lluís Vilanova | 2017-09-15 | 1 | -7/+11 |
* | trace: add trace_event_get_state_backends() | Stefan Hajnoczi | 2017-08-01 | 1 | -1/+17 |
* | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | Lluís Vilanova | 2017-07-17 | 2 | -0/+4 |
* | trace: [tcg] Delay changes to dynamic state when translating | Lluís Vilanova | 2017-07-17 | 1 | -2/+16 |
* | trace: Allocate cpu->trace_dstate in place | Lluís Vilanova | 2017-07-17 | 1 | -1/+8 |