aboutsummaryrefslogtreecommitdiff
path: root/tests/plugin
AgeCommit message (Expand)AuthorFilesLines
2021-11-29tests/plugin/syscall.c: fix compiler warningsJuro Bystricky1-5/+3
2021-11-04tests/plugins: extend the insn plugin to track opcode sizesAlex Bennée1-2/+35
2021-09-02tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour1-7/+16
2021-09-02tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour1-18/+29
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour1-2/+12
2021-09-02tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour1-4/+11
2021-05-25plugins/syscall: Added a table-like summary outputMahmoud Mandour1-5/+93
2021-03-17plugins: new syscalls pluginMatthias Weckbecker2-1/+50
2021-02-18tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée1-7/+20
2021-02-18tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée1-1/+11
2020-10-09plugin: Fixes compiling errors on msys2/mingwYonggang Luo1-2/+2
2020-09-10plugins: move the more involved plugins to contribAlex Bennée5-1042/+2
2020-08-21meson: convert sample pluginsPaolo Bonzini2-46/+7
2020-07-15plugins: expand the bb plugin to be thread safe and track per-cpuAlex Bennée1-13/+84
2020-07-15tests/plugins: don't unconditionally add -WpsabiAlex Bennée1-4/+18
2020-06-18configure: Add -Wno-psabiRichard Henderson1-1/+1
2020-06-16plugins: new lockstep plugin for debugging TCG changesAlex Bennée2-0/+341
2020-06-08tests/plugin: correctly honour io_countAlex Bennée1-1/+1
2020-02-25tests/plugins: make howvec clean-up after itself.Alex Bennée1-9/+17
2020-02-25tests/plugin: prevent uninitialized warningChen Qun2-5/+4
2019-11-12tcg plugins: expose an API version conceptAlex Bennée7-0/+14
2019-10-28tests/plugin: add hotpages to analyse memory access patternsAlex Bennée2-0/+192
2019-10-28tests/plugin: add instruction execution breakdownAlex Bennée2-0/+353
2019-10-28tests/plugin: add a hotblocks pluginAlex Bennée2-0/+144
2019-10-28tests/plugin: add sample pluginsEmilio G. Cota5-0/+280