开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
maps.c
Age
Commit message (
Expand
)
Author
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-02-12
perf maps: Switch from rbtree to lazily sorted array for addresses
Ian Rogers
2023-12-18
perf tests: Use function to add missing maps lock
Ian Rogers
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
2023-04-12
perf map: Add map__refcnt() accessor to use in the maps test
Arnaldo Carvalho de Melo
2023-04-06
perf test: Add extra diagnostics to maps test
Ian Rogers
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
2022-02-14
perf test: Use pointer for maps
Ian Rogers
2021-11-13
perf test: Rename struct test to test_suite
Ian Rogers
2021-11-13
perf test: Move each test suite struct to its test
Ian Rogers
2021-07-15
perf test maps__merge_in: Fix memory leak of maps
Riccardo Mancini
2019-11-26
perf tests: Rename tests/map_groups.c to tests/maps.c
Arnaldo Carvalho de Melo