summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-bench.c
AgeCommit message (Expand)Author
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo
2023-07-20perf bench uprobe: Add benchmark to test uprobe overheadArnaldo Carvalho de Melo
2023-07-17perf/benchmark: add a new benchmark for seccom_unotifyAndrei Vagin
2023-06-05perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo
2023-04-04perf bench: Add pmu-scan benchmarkNamhyung Kim
2023-04-04perf bench syscall: Add fork syscall benchmarkTiezhu Yang
2023-02-02perf bench syscall: Add execve syscall benchmarkTiezhu Yang
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang
2023-01-23perf: Various spelling fixesDiederik de Haas
2022-05-13perf bench: Add breakpoint benchmarksDmitry Vyukov
2021-12-16perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed
2021-08-10perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim
2020-07-31perf bench: Add benchmark of find_next_bitIan Rogers
2020-07-28perf bench: Add basic syscall benchmarkDavidlohr Bueso
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo
2020-05-05perf bench: Add kallsyms parsingIan Rogers
2020-04-16perf bench: Add event synthesis benchmarkIan Rogers
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso
2018-11-21perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-10-19perf bench: Run benchmarks, don't test themIngo Molnar
2015-10-19perf bench mem: Improve user visible stringsIngo Molnar
2015-10-19perf bench: List output formatting options on 'perf bench -h'Ingo Molnar
2015-07-20perf bench futex: Add lock_pi stresserDavidlohr Bueso
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso
2014-06-19perf bench: Add --repeat optionDavidlohr Bueso
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-14perf bench: Fix NULL pointer dereference in "perf bench all"Patrick Palka
2014-03-14perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso
2014-03-14perf bench: Add futex-wake microbenchmarkDavidlohr Bueso
2014-03-14perf bench: Add futex-hash microbenchmarkDavidlohr Bueso
2013-10-23perf bench: Change the procps visible command-name of invididual benchmark te...Ingo Molnar
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-01-30perf tools: Make numa benchmark optionalPeter Hurley
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar
2013-01-24perf bench: Flush stdout before starting bench suiteNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-06-27perf bench: Documentation updateNamhyung Kim
2012-01-24perf bench: Also allow measuring memset()Jan Beulich
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo
2009-12-14perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake
2009-11-10perf bench: Improve builtin-bench.c for more friendly outputHitoshi Mitake