summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
Commit message (Expand)AuthorAgeFilesLines
* perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev2021-03-061-13/+29
* perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-063-6/+6
* perf env: Remove unneeded internal/cpumap inclusionsIan Rogers2021-02-127-7/+0
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-122-0/+6
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-174-21/+524
|\
| * perf bench: Use condition variables in numa.Ian Rogers2020-10-141-21/+46
| * perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-1/+1
| * perf tools: Use build_id object in dsoJiri Olsa2020-10-141-2/+2
| * perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim2020-10-131-19/+35
| * perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-133-0/+462
* | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-25/+0
|\ \ | |/ |/|
| * x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-062-25/+0
* | perf bench: Fix 2 memory sanitizer warningsIan Rogers2020-09-141-2/+2
* | perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing2020-09-031-2/+2
|/
* perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan2020-08-141-2/+0
* perf bench numa: Use numa_node_to_cpus() to bind tasks to nodesAlexander Gordeev2020-08-131-17/+16
* perf bench numa: Fix cpumask memory leak in node_has_cpus()Alexander Gordeev2020-08-131-4/+9
* perf bench mem: Always memset source before memcpyVincent Whitchurch2020-08-131-10/+11
* perf bench: Fix a couple of spelling mistakes in options textColin Ian King2020-08-121-2/+2
* perf bench numa: Fix benchmark namesAlexander Gordeev2020-08-121-18/+17
* perf bench numa: Fix number of processes in "2x3-convergence" testAlexander Gordeev2020-08-121-1/+1
* perf bench: Add benchmark of find_next_bitIan Rogers2020-07-313-0/+137
* perf bench: Add basic syscall benchmarkDavidlohr Bueso2020-07-283-0/+83
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo2020-05-282-4/+4
* perf bench: Add kallsyms parsingIan Rogers2020-05-053-0/+77
* perf bench: Add a multi-threaded synthesize benchmarkIan Rogers2020-04-301-25/+186
* perf bench: Fix div-by-zero if runtime is zeroTommi Rantala2020-04-223-3/+6
* perf bench: Add event synthesis benchmarkIan Rogers2020-04-163-2/+103
* perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala2020-03-067-0/+7
* perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala2020-03-061-2/+2
* perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2020-03-035-22/+23
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-207-7/+8
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-202-2/+0
* perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo2019-09-203-3/+0
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-293-3/+0
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-293-1/+4
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-08-121-2/+4
|\
| * perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-011-2/+4
* | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-297-7/+13
* | perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-297-13/+13
|/
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-092-2/+4
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-092-2/+2
* perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-021-0/+4
* Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-222-2/+2
|\
| * perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-192-2/+2
* | tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2019-03-051-3/+4
|/
* perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso2018-11-213-0/+415
* perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso2018-11-213-0/+544
* perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.hDavidlohr Bueso2018-11-212-12/+11