aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2022-05-21perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-16perf bench breakpoint: Fix build on 32-bit archesArnaldo Carvalho de Melo1-1/+1
2022-05-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+2
2022-05-13perf bench: Add breakpoint benchmarksDmitry Vyukov3-0/+247
2022-05-08perf bench: Fix two numa NDEBUG warningsIan Rogers1-0/+2
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev1-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev1-2/+6
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #CPUs > 1KAthira Rajeev2-12/+38
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #CPUs > 1KAthira Rajeev5-28/+83
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-1/+1
2022-03-12perf bench: Fix NULL check against wrong variableWeiguo Li1-1/+1
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers8-9/+9
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers7-7/+7
2021-12-06Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa1-4/+0
2021-11-18perf bench: Fix two memory leaks detected with ASanSohaib Mohamed1-0/+4
2021-11-13perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed4-0/+4
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers1-2/+4
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers1-1/+1
2021-11-01Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"Arnaldo Carvalho de Melo1-40/+3
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis1-3/+40
2021-10-27perf bench futex: Call the futex syscall from a functionAlistair Francis1-17/+26
2021-10-08perf test evlist-open-close: Use inline func to convert timeval to usecRiccardo Mancini1-1/+6
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during recordNamhyung Kim1-2/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-1/+1
2021-08-30perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit architecturesArnaldo Carvalho de Melo1-1/+2
2021-08-30perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo1-22/+30
2021-08-10perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini3-0/+259
2021-08-09perf bench futex, requeue: Add --pi parameterDavidlohr Bueso2-26/+111
2021-08-09perf bench futex, requeue: Robustify futex_wait() handlingDavidlohr Bueso1-1/+14
2021-08-09perf bench futex, requeue: Add --broadcast optionDavidlohr Bueso2-0/+5
2021-08-09perf bench futex: Add --mlockall parameterDavidlohr Bueso6-0/+38
2021-08-09perf bench futex: Remove bogus backslash from commentDavidlohr Bueso1-1/+1
2021-08-09perf bench futex: Group test parameters cleanupDavidlohr Bueso6-137/+162
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-2/+2
2021-03-23perf tools: Fix various typos in commentsIngo Molnar2-3/+3
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo4-19/+35
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev1-13/+29
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois3-6/+6
2021-03-06perf bench: Fix misspellings using codespellXiong Zhenwu1-1/+1
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers7-7/+0
2020-11-12tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2-0/+6
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