Age | Commit message (Expand) | Author |
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 |
2019-03-22 | trace: handle tracefs path truncation | Stefan Hajnoczi |
2019-03-11 | build: get rid of target-obj-y | Paolo Bonzini |
2018-12-12 | trace: simple style changes | Larry Dewey |
2018-07-19 | tracing: Use double-dash spelling for trace option | Yaowei Bai |
2018-06-29 | Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in... | Peter Maydell |
2018-06-29 | glib: bump min required glib library version to 2.40 | Daniel P. Berrangé |
2018-06-28 | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini |
2018-06-27 | trace: add trace_mem_build_info_no_se_be/le | Emilio G. Cota |
2018-06-27 | trace: expand mem_info:size_shift to 3 bits | Emilio G. Cota |
2018-06-27 | trace: simplify trace_mem functions | Emilio G. Cota |
2018-06-01 | trace: use local path for local headers | Michael S. Tsirkin |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | Clean up includes | Markus Armbruster |
2017-12-18 | trace: Try using tracefs first | Namhyung Kim |
2017-12-18 | trace: Generalize searching for debugfs | Namhyung Kim |
2017-12-18 | trace: Simplify find_debugfs() | Namhyung Kim |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis |
2017-09-19 | Convert remaining error_report() to warn_report() | Alistair Francis |
2017-09-15 | trace: Immediately apply per-vCPU state changes if a vCPU is being created | Lluís Vilanova |
2017-08-01 | trace: add trace_event_get_state_backends() | Stefan Hajnoczi |
2017-07-17 | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | Lluís Vilanova |
2017-07-17 | trace: [tcg] Delay changes to dynamic state when translating | Lluís Vilanova |
2017-07-17 | trace: Allocate cpu->trace_dstate in place | Lluís Vilanova |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-07-11 | trace: Fix early setting of events with the "vcpu" property | Lluís Vilanova |
2017-03-28 | trace: fix tcg tracing build breakage | Stefan Hajnoczi |
2017-03-16 | trace: ensure $(tracetool-y) is defined in top level makefile | Daniel P. Berrange |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-31 | trace: move setting of group name into Makefiles | Daniel P. Berrange |
2017-01-16 | trace: Add event "guest_cpu_exit" | Lluís Vilanova |
2017-01-16 | trace: Fix dynamic event state on vCPU hot-unplug | Lluís Vilanova |
2017-01-16 | trace: Lock vCPU list when initializing dynamic tracing state | Lluís Vilanova |
2016-10-12 | trace: pass trace-events to tracetool as a positional param | Daniel P. Berrange |
2016-10-12 | trace: get rid of generated-events.h/generated-events.c | Daniel P. Berrange |
2016-10-12 | trace: dynamically allocate event IDs at runtime | Daniel P. Berrange |
2016-10-12 | trace: dynamically allocate trace_dstate in CPUState | Daniel P. Berrange |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange |
2016-10-12 | trace: don't abort qemu if ftrace can't be initialized | Daniel P. Berrange |