aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)AuthorFilesLines
2023-02-02perf bench syscall: Add execve syscall benchmarkGravatar Tiezhu Yang 2-0/+37
2023-02-02perf bench syscall: Add getpgid syscall benchmarkGravatar Tiezhu Yang 2-0/+12
2023-02-02perf bench syscall: Introduce bench_syscall_common()Gravatar Tiezhu Yang 1-4/+25
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+0
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesGravatar Helge Deller 1-12/+0
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersGravatar Sean Christopherson 1-1/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2022-10-27perf tools: Make quiet mode consistent between toolsGravatar James Clark 1-4/+5
2022-10-04perf bench: Update use of pthread mutex/condGravatar Ian Rogers 8-171/+153
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-05-21perf bench numa: Address compiler error on s390Gravatar Thomas Richter 1-1/+1
2022-05-16perf bench breakpoint: Fix build on 32-bit archesGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-05-16Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-0/+2
2022-05-13perf bench: Add breakpoint benchmarksGravatar Dmitry Vyukov 3-0/+247
2022-05-08perf bench: Fix two numa NDEBUG warningsGravatar Ian Rogers 1-0/+2
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KGravatar Athira Rajeev 1-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineGravatar Athira Rajeev 1-2/+6
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Gravatar Athira Rajeev 2-12/+38
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Gravatar Athira Rajeev 5-28/+83
2022-04-01perf evlist: Rename cpus to user_requested_cpusGravatar Ian Rogers 1-1/+1
2022-03-12perf bench: Fix NULL check against wrong variableGravatar Weiguo Li 1-1/+1
2022-01-22perf cpumap: Migrate to libperf cpumap apiGravatar Ian Rogers 8-9/+9
2022-01-12perf cpumap: Give CPUs their own typeGravatar Ian Rogers 7-7/+7
2021-12-06Revert "perf bench: Fix two memory leaks detected with ASan"Gravatar Jiri Olsa 1-4/+0
2021-11-18perf bench: Fix two memory leaks detected with ASanGravatar Sohaib Mohamed 1-0/+4
2021-11-13perf bench futex: Fix memory leak of perf_cpu_map__new()Gravatar Sohaib Mohamed 4-0/+4
2021-11-07perf parse-event: Add init and exit to parse_event_errorGravatar Ian Rogers 1-2/+4
2021-11-07perf parse-events: Rename parse_events_error functionsGravatar Ian Rogers 1-1/+1
2021-11-01Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"Gravatar Arnaldo Carvalho de Melo 1-40/+3
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tGravatar Alistair Francis 1-3/+40
2021-10-27perf bench futex: Call the futex syscall from a functionGravatar Alistair Francis 1-17/+26
2021-10-08perf test evlist-open-close: Use inline func to convert timeval to usecGravatar Riccardo Mancini 1-1/+6
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Gravatar Namhyung Kim 1-2/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Gravatar Andy Shevchenko 1-1/+1
2021-08-30perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit arch...Gravatar Arnaldo Carvalho de Melo 1-1/+2
2021-08-30perf bench inject-buildid: Handle writen() errorsGravatar Arnaldo Carvalho de Melo 1-22/+30
2021-08-10perf bench: Add benchmark for evlist open/close operationsGravatar Riccardo Mancini 3-0/+259
2021-08-09perf bench futex, requeue: Add --pi parameterGravatar Davidlohr Bueso 2-26/+111
2021-08-09perf bench futex, requeue: Robustify futex_wait() handlingGravatar Davidlohr Bueso 1-1/+14
2021-08-09perf bench futex, requeue: Add --broadcast optionGravatar Davidlohr Bueso 2-0/+5
2021-08-09perf bench futex: Add --mlockall parameterGravatar Davidlohr Bueso 6-0/+38
2021-08-09perf bench futex: Remove bogus backslash from commentGravatar Davidlohr Bueso 1-1/+1
2021-08-09perf bench futex: Group test parameters cleanupGravatar Davidlohr Bueso 6-137/+162
2021-08-02perf tools: Remove repipe argument from perf_session__new()Gravatar Namhyung Kim 1-2/+2
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 2-3/+3
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 4-19/+35
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesGravatar Athira Rajeev 1-13/+29
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingGravatar Pierre Gondois 3-6/+6
2021-03-06perf bench: Fix misspellings using codespellGravatar Xiong Zhenwu 1-1/+1