开源镜像站
帮助
动态
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
/
bench
/
mem-memcpy.c
Age
Commit message (
Expand
)
Author
2015-03-04
Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2015-03-03
perf/bench: Add -r all so that you can run all mem* routines
Borislav Petkov
2015-03-03
perf/bench: Carve out mem routine benchmarking
Borislav Petkov
2015-02-22
perf bench: Fix order of arguments to memcpy_alloc_mem
Bruce Merry
2014-12-09
perf bench: Fix memcpy/memset output
Rabin Vincent
2014-12-09
perf bench: Merge memset into memcpy
Rabin Vincent
2014-12-09
perf bench: Prepare memcpy for merge
Rabin Vincent
2014-07-18
perf tools: Enable close-on-exec flag on perf file descriptor
Yann Droneaud
2014-06-19
perf bench mem: The -o and -n options are mutually exclusive
Davidlohr Bueso
2013-10-09
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2013-07-22
perf bench: Fix memcpy benchmark for large sizes
Andi Kleen
2013-07-08
perf bench: Fix memory allocation fail check in mem{set,cpy} workloads
Kirill A. Shutemov
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-07-02
perf bench: Fix confused variable namings and descriptions in mem subsystem
Hitoshi Mitake
2012-06-27
perf bench: Documentation update
Namhyung Kim
2012-01-30
perf tools: Remove unnecessary ctype.h inclusion
Namhyung Kim
2012-01-24
perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"
Jan Beulich
2010-11-26
perf bench: Print both of prefaulted and no prefaulted results by default
Hitoshi Mitake
2010-04-14
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-03
perf tools: Move the prototypes in util/string.h to util.h
Arnaldo Carvalho de Melo
2009-11-24
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
2009-11-22
perf bench: Make the mem/memcpy tests more user-friendly
Hitoshi Mitake
2009-11-19
perf bench: Add memcpy() benchmark
Hitoshi Mitake