aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-bench.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-19perf bench: Add --repeat optionDavidlohr Bueso1-0/+7
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+11
2014-03-14perf bench: Fix NULL pointer dereference in "perf bench all"Patrick Palka1-1/+1
2014-03-14perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso1-0/+1
2014-03-14perf bench: Add futex-wake microbenchmarkDavidlohr Bueso1-0/+1
2014-03-14perf bench: Add futex-hash microbenchmarkDavidlohr Bueso1-1/+9
2013-10-23perf bench: Change the procps visible command-name of invididual benchmark tests plus cleanupsIngo Molnar1-117/+122
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-01-30perf tools: Make numa benchmark optionalPeter Hurley1-0/+4
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar1-0/+13
2013-01-24perf bench: Flush stdout before starting bench suiteNamhyung Kim1-0/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-06-27perf bench: Documentation updateNamhyung Kim1-2/+2
2012-01-24perf bench: Also allow measuring memset()Jan Beulich1-0/+3
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-2/+2
2009-12-14perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake1-4/+53
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake1-1/+14
2009-11-10perf bench: Improve builtin-bench.c for more friendly outputHitoshi Mitake1-0/+4
2009-11-10perf bench: Modify builtin-bench.c for processing common optionsHitoshi Mitake1-14/+65
2009-11-08perf bench: Add builtin-bench.c: General framework for benchmark suitesHitoshi Mitake1-0/+128