index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
qsp.c
Age
Commit message (
Expand
)
Author
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-06-01
accel/tcg: include cs_base in our hash calculations
Alex Bennée
2021-07-21
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2019-12-17
qsp: Use WITH_RCU_READ_LOCK_GUARD
Dr. David Alan Gilbert
2019-09-16
qemu-thread: Add qemu_cond_timedwait
Yury Kotov
2019-04-18
qsp: Simplify how qsp_report() prints
Markus Armbruster
2018-12-17
include: move exec/tb-hash-xx.h to qemu/xxhash.h
Emilio G. Cota
2018-12-17
exec: introduce qemu_xxhash{2,4,5,6,7}
Emilio G. Cota
2018-10-02
qsp: use atomic64 accessors
Emilio G. Cota
2018-09-26
qht: drop ht argument from qht iterators
Emilio G. Cota
2018-08-23
qsp: track BQL callers explicitly
Emilio G. Cota
2018-08-23
qsp: support call site coalescing
Emilio G. Cota
2018-08-23
qsp: add qsp_reset
Emilio G. Cota
2018-08-23
qsp: add sort_by option to qsp_report
Emilio G. Cota
2018-08-23
qsp: QEMU's Synchronization Profiler
Emilio G. Cota