aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-functions.c
AgeCommit message (Expand)Author
2020-08-13perf bench mem: Always memset source before memcpyVincent Whitchurch
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2016-10-24perf bench mem: Move boilerplate memory allocation to the infrastructureArnaldo Carvalho de Melo
2016-08-23perf bench mem: Use USEC_PER_SECArnaldo Carvalho de Melo
2016-04-26perf bench: Remove one more die() callArnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-10-19perf bench: Use named initializers in the trailer tooArnaldo Carvalho de Melo
2015-10-19perf bench mem: Rename 'routine' to 'function'Ingo Molnar
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar
2015-10-19perf bench mem: Reorganize the code a bitIngo Molnar
2015-10-19perf bench mem: Improve user visible stringsIngo Molnar
2015-10-19perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar
2015-10-19perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar
2015-10-19perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar
2015-10-19perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar
2015-10-19perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar