summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
AgeCommit message (Expand)Author
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois
2021-03-06perf bench: Fix misspellings using codespellXiong Zhenwu
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers
2020-11-12tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2020-10-14perf bench: Use condition variables in numa.Ian Rogers
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2020-10-13perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing
2020-08-14perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan
2020-08-13perf bench numa: Use numa_node_to_cpus() to bind tasks to nodesAlexander Gordeev
2020-08-13perf bench numa: Fix cpumask memory leak in node_has_cpus()Alexander Gordeev
2020-08-13perf bench mem: Always memset source before memcpyVincent Whitchurch
2020-08-12perf bench: Fix a couple of spelling mistakes in options textColin Ian King
2020-08-12perf bench numa: Fix benchmark namesAlexander Gordeev
2020-08-12perf bench numa: Fix number of processes in "2x3-convergence" testAlexander Gordeev
2020-07-31perf bench: Add benchmark of find_next_bitIan Rogers
2020-07-28perf bench: Add basic syscall benchmarkDavidlohr Bueso
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo
2020-05-05perf bench: Add kallsyms parsingIan Rogers
2020-04-30perf bench: Add a multi-threaded synthesize benchmarkIan Rogers
2020-04-22perf bench: Fix div-by-zero if runtime is zeroTommi Rantala
2020-04-16perf bench: Add event synthesis benchmarkIan Rogers
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-08-01perf bench numa: Fix cpu0 bindingJiri Olsa
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell