summaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)Author
2021-12-06Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa
2021-11-18perf bench: Fix two memory leaks detected with ASanSohaib Mohamed
2021-11-13perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-11-01Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"Arnaldo Carvalho de Melo
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis
2021-10-27perf bench futex: Call the futex syscall from a functionAlistair Francis
2021-10-08perf test evlist-open-close: Use inline func to convert timeval to usecRiccardo Mancini
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-08-30perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit arch...Arnaldo Carvalho de Melo
2021-08-30perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo
2021-08-10perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini
2021-08-09perf bench futex, requeue: Add --pi parameterDavidlohr Bueso
2021-08-09perf bench futex, requeue: Robustify futex_wait() handlingDavidlohr Bueso
2021-08-09perf bench futex, requeue: Add --broadcast optionDavidlohr Bueso
2021-08-09perf bench futex: Add --mlockall parameterDavidlohr Bueso
2021-08-09perf bench futex: Remove bogus backslash from commentDavidlohr Bueso
2021-08-09perf bench futex: Group test parameters cleanupDavidlohr Bueso
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
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