aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds4-21/+524
2020-10-14perf bench: Use condition variables in numa.Ian Rogers1-21/+46
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa1-1/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-2/+2
2020-10-13perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim1-19/+35
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim3-0/+462
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2-25/+0
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers1-2/+2
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new())YueHaibing1-2/+2
2020-08-14perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan1-2/+0
2020-08-13perf bench numa: Use numa_node_to_cpus() to bind tasks to nodesAlexander Gordeev1-17/+16
2020-08-13perf bench numa: Fix cpumask memory leak in node_has_cpus()Alexander Gordeev1-4/+9
2020-08-13perf bench mem: Always memset source before memcpyVincent Whitchurch1-10/+11
2020-08-12perf bench: Fix a couple of spelling mistakes in options textColin Ian King1-2/+2
2020-08-12perf bench numa: Fix benchmark namesAlexander Gordeev1-18/+17
2020-08-12perf bench numa: Fix number of processes in "2x3-convergence" testAlexander Gordeev1-1/+1
2020-07-31perf bench: Add benchmark of find_next_bitIan Rogers3-0/+137
2020-07-28perf bench: Add basic syscall benchmarkDavidlohr Bueso3-0/+83
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo2-4/+4
2020-05-05perf bench: Add kallsyms parsingIan Rogers3-0/+77
2020-04-30perf bench: Add a multi-threaded synthesize benchmarkIan Rogers1-25/+186
2020-04-22perf bench: Fix div-by-zero if runtime is zeroTommi Rantala3-3/+6
2020-04-16perf bench: Add event synthesis benchmarkIan Rogers3-2/+103
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala7-0/+7
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala1-2/+2
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo5-22/+23
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo7-7/+8
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2-2/+0
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo3-3/+0
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo3-3/+0
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo3-1/+4
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+4
2019-08-01perf bench numa: Fix cpu0 bindingJiri Olsa1-2/+4
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa7-7/+13
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa7-13/+13
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2-2/+4
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2-2/+2
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo1-0/+4
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentThomas Gleixner2-2/+2
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du2-2/+2
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell1-3/+4
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso3-0/+415
2018-11-21perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso3-0/+544
2018-11-21perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.hDavidlohr Bueso2-12/+11
2018-07-30tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo3-0/+26
2018-06-25perf bench: Fix numa report output codeJiri Olsa1-2/+3
2018-05-07perf bench numa: Fix typo in optionsYisheng Xie1-1/+1
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-1/+0