aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-bench.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim1-0/+1
2020-07-31perf bench: Add benchmark of find_next_bitIan Rogers1-0/+1
2020-07-28perf bench: Add basic syscall benchmarkDavidlohr Bueso1-0/+8
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo1-3/+3
2020-05-05perf bench: Add kallsyms parsingIan Rogers1-0/+1
2020-04-16perf bench: Add event synthesis benchmarkIan Rogers1-0/+6
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso1-0/+1
2018-11-21perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-6/+6
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-10-19perf bench: Run benchmarks, don't test themIngo Molnar1-4/+4
2015-10-19perf bench mem: Improve user visible stringsIngo Molnar1-3/+3
2015-10-19perf bench: List output formatting options on 'perf bench -h'Ingo Molnar1-1/+1
2015-07-20perf bench futex: Add lock_pi stresserDavidlohr Bueso1-0/+2
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso1-0/+1
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