Age | Commit message (Expand) | Author | Files | Lines |
2022-02-09 | tests/plugins: add instruction matching to libinsn.so | Alex Bennée | 1 | -1/+88 |
2022-02-09 | tests/plugin: allow libinsn.so per-CPU counts | Alex Bennée | 1 | -8/+31 |
2021-11-29 | tests/plugin/syscall.c: fix compiler warnings | Juro Bystricky | 1 | -5/+3 |
2021-11-04 | tests/plugins: extend the insn plugin to track opcode sizes | Alex Bennée | 1 | -2/+35 |
2021-09-02 | tests/plugins/syscalls: adhere to new arg-passing scheme | Mahmoud Mandour | 1 | -7/+16 |
2021-09-02 | tests/plugins/mem: introduce "track" arg and make args not positional | Mahmoud Mandour | 1 | -18/+29 |
2021-09-02 | tests/plugins/insn: made arg inline not positional and parse it as bool | Mahmoud Mandour | 1 | -2/+12 |
2021-09-02 | tests/plugins/bb: adapt to the new arg passing scheme | Mahmoud Mandour | 1 | -4/+11 |
2021-05-25 | plugins/syscall: Added a table-like summary output | Mahmoud Mandour | 1 | -5/+93 |
2021-03-17 | plugins: new syscalls plugin | Matthias Weckbecker | 2 | -1/+50 |
2021-02-18 | tests/plugin: allow memory plugin to do both inline and callbacks | Alex Bennée | 1 | -7/+20 |
2021-02-18 | tests/plugin: expand insn test to detect duplicate instructions | Alex Bennée | 1 | -1/+11 |
2020-10-09 | plugin: Fixes compiling errors on msys2/mingw | Yonggang Luo | 1 | -2/+2 |
2020-09-10 | plugins: move the more involved plugins to contrib | Alex Bennée | 5 | -1042/+2 |
2020-08-21 | meson: convert sample plugins | Paolo Bonzini | 2 | -46/+7 |
2020-07-15 | plugins: expand the bb plugin to be thread safe and track per-cpu | Alex Bennée | 1 | -13/+84 |
2020-07-15 | tests/plugins: don't unconditionally add -Wpsabi | Alex Bennée | 1 | -4/+18 |
2020-06-18 | configure: Add -Wno-psabi | Richard Henderson | 1 | -1/+1 |
2020-06-16 | plugins: new lockstep plugin for debugging TCG changes | Alex Bennée | 2 | -0/+341 |
2020-06-08 | tests/plugin: correctly honour io_count | Alex Bennée | 1 | -1/+1 |
2020-02-25 | tests/plugins: make howvec clean-up after itself. | Alex Bennée | 1 | -9/+17 |
2020-02-25 | tests/plugin: prevent uninitialized warning | Chen Qun | 2 | -5/+4 |
2019-11-12 | tcg plugins: expose an API version concept | Alex Bennée | 7 | -0/+14 |
2019-10-28 | tests/plugin: add hotpages to analyse memory access patterns | Alex Bennée | 2 | -0/+192 |
2019-10-28 | tests/plugin: add instruction execution breakdown | Alex Bennée | 2 | -0/+353 |
2019-10-28 | tests/plugin: add a hotblocks plugin | Alex Bennée | 2 | -0/+144 |
2019-10-28 | tests/plugin: add sample plugins | Emilio G. Cota | 5 | -0/+280 |