aboutsummaryrefslogtreecommitdiffstats
path: root/usemem.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-01usemem: Update the usage of touch-allocHui Zhu1-1/+1
2021-04-16usemem: Output a message after punch holes doneHui Zhu1-0/+2
2021-04-10usemem: Add code for touch-allocHui Zhu1-12/+22
2021-01-21usemem: Remove the duplicate do_accessHui Zhu1-12/+0
2020-12-18usemem: Add option touch-allocHui Zhu1-0/+15
2020-12-18usemem: Add option init-timeHui Zhu1-2/+27
2020-03-05usemem: minor cleanupsFengguang Wu1-5/+4
2020-03-05usemem: Add new option --punch-holes for generating fragmented pagesHui Zhu1-1/+45
2019-12-25usemem: Fix the build warningHui Zhu1-1/+2
2019-11-29usemem.c: Add missing opt_repeatXiao Yang1-2/+2
2019-09-14usemem: rename reps to opt_repeatFengguang Wu1-8/+8
2019-09-14usemem: Add new option -Z|--read-againHui Zhu1-6/+40
2018-12-24usemem: mlock after rw and detachFengguang Wu1-8/+24
2018-12-24usemem: actually parse --hugetlbFengguang Wu1-0/+1
2018-12-24usemem: warn on invalid option combinationsFengguang Wu1-0/+12
2018-12-19usemem: quiet "may be used uninitialized" warningsFengguang Wu1-2/+3
2018-12-19usemem: add sleep_secs checksFengguang Wu1-2/+5
2018-12-18Revert "Avoid memory allocation/sync time when calculate throughput"Fengguang Wu1-8/+1
2018-12-18usemem: exactly detach before sleepingFengguang Wu1-67/+2
2018-12-18Add break when parse -O optionyuanyao1-0/+1
2018-12-16usemem: avoid unnecessary nr_cpu queryFengguang Wu1-16/+21
2018-12-04usemem: use more robust MAP_LOCKEDFengguang Wu1-6/+7
2018-10-03usemem: add --offset option for mmapDaniel Jordan1-2/+8
2018-10-03usemem: fix warning about unused ptr variableDaniel Jordan1-2/+1
2018-06-08usemem: fix build on systems with old glibc'sDaniel Jordan1-3/+3
2018-05-11usemem: Support allocate hugetlbfs memoryHuang Ying1-2/+14
2018-05-11usemem: Support MAP_ANONYMOUS flagsHuang Ying1-2/+9
2017-04-27usemem: Support synchronize before freeing memoryHuang Ying1-18/+42
2017-04-27Fix tasks synchronization when nr_thread == 0Huang Ying1-1/+2
2017-04-12Avoid memory allocation/sync time when calculate throughputHuang Ying1-1/+8
2017-04-12Fix free memory sizeHuang Ying1-5/+9
2017-04-11usemem: Support timing free memoryHuang Ying1-2/+39
2017-01-26Support to add some delay when accessing each pageHuang Ying1-6/+72
2016-12-28Support binding tasks to CPUHuang Ying1-6/+62
2016-12-28Add option to synchronize between tasks after allocating memoryHuang Ying1-2/+19
2016-12-28Synchronize between control task and worker tasksHuang Ying1-3/+47
2016-10-12Base random seed on thread ID instead on PIDNadav Amit1-1/+3
2016-10-08usemem: add write-signal-read modeAaron Lu1-11/+38
2016-10-08usemem: introduce output_statisticsAaron Lu1-17/+21
2016-10-08usemem: introduce do_rw_onceAaron Lu1-32/+42
2016-10-08usemem: do not pass opt_bytes to do_unitsAaron Lu1-3/+4
2016-10-08usemem: rename the global bytes variable to opt_bytesAaron Lu1-22/+22
2015-12-23copying: add license and copyright informationAaron Lu1-0/+3
2013-10-04usemem: fix disordered output due to race conditionsFengguang Wu1-2/+7
2013-10-03usemem: don't show signal message to stderrFengguang Wu1-1/+1
2013-09-30case-migrate: improve kill waitFengguang Wu1-18/+3
2013-09-29report composite throughputFengguang Wu1-24/+45
2013-09-29usemem: show throughputFengguang Wu1-3/+17
2012-11-27Abhinav's work on usemem.cFengguang Wu1-13/+279
2012-11-05usemem: use tab for indentsFengguang Wu1-5/+5
2012-06-19usemem: add runtime supportFengguang Wu1-5/+38
2010-09-25Hello World!Wu Fengguang1-0/+570