summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-bench.c
Commit message (Expand)AuthorAgeFilesLines
* perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini2021-08-101-0/+1
* perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-131-0/+1
* perf bench: Add benchmark of find_next_bitIan Rogers2020-07-311-0/+1
* perf bench: Add basic syscall benchmarkDavidlohr Bueso2020-07-281-0/+8
* tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo2020-05-281-3/+3
* perf bench: Add kallsyms parsingIan Rogers2020-05-051-0/+1
* perf bench: Add event synthesis benchmarkIan Rogers2020-04-161-0/+6
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso2018-11-211-0/+1
* perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso2018-11-211-0/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-6/+6
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf bench: Run benchmarks, don't test themIngo Molnar2015-10-191-4/+4
* perf bench mem: Improve user visible stringsIngo Molnar2015-10-191-3/+3
* perf bench: List output formatting options on 'perf bench -h'Ingo Molnar2015-10-191-1/+1
* perf bench futex: Add lock_pi stresserDavidlohr Bueso2015-07-201-0/+2
* perf bench futex: Support parallel waker threadsDavidlohr Bueso2015-05-081-0/+1
* perf bench: Add --repeat optionDavidlohr Bueso2014-06-191-0/+7
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-311-1/+11
|\
| * perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso2014-03-141-0/+1
| * perf bench: Add futex-wake microbenchmarkDavidlohr Bueso2014-03-141-0/+1
| * perf bench: Add futex-hash microbenchmarkDavidlohr Bueso2014-03-141-1/+9
* | perf bench: Fix NULL pointer dereference in "perf bench all"Patrick Palka2014-03-141-1/+1
|/
* perf bench: Change the procps visible command-name of invididual benchmark te...Ingo Molnar2013-10-231-117/+122
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf tools: Make numa benchmark optionalPeter Hurley2013-01-301-0/+4
* perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar2013-01-301-0/+13
* perf bench: Flush stdout before starting bench suiteNamhyung Kim2013-01-241-0/+2
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-1/+1
* perf bench: Documentation updateNamhyung Kim2012-06-271-2/+2
* perf bench: Also allow measuring memset()Jan Beulich2012-01-241-0/+3
* perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-171-2/+2
* perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake2009-12-141-4/+53
* perf bench: Add memcpy() benchmarkHitoshi Mitake2009-11-191-1/+14
* perf bench: Improve builtin-bench.c for more friendly outputHitoshi Mitake2009-11-101-0/+4
* perf bench: Modify builtin-bench.c for processing common optionsHitoshi Mitake2009-11-101-14/+65
* perf bench: Add builtin-bench.c: General framework for benchmark suitesHitoshi Mitake2009-11-081-0/+128