Age | Commit message (Expand) | Author | Files | Lines |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-09-08 | tools: rename bitmap_alloc() to bitmap_zalloc() | Andy Shevchenko | 1 | -1/+1 |
2021-08-31 | perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit arch... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2021-08-30 | perf bench inject-buildid: Handle writen() errors | Arnaldo Carvalho de Melo | 1 | -22/+30 |
2021-08-10 | perf bench: Add benchmark for evlist open/close operations | Riccardo Mancini | 3 | -0/+259 |
2021-08-09 | perf bench futex, requeue: Add --pi parameter | Davidlohr Bueso | 2 | -26/+111 |
2021-08-09 | perf bench futex, requeue: Robustify futex_wait() handling | Davidlohr Bueso | 1 | -1/+14 |
2021-08-09 | perf bench futex, requeue: Add --broadcast option | Davidlohr Bueso | 2 | -0/+5 |
2021-08-09 | perf bench futex: Add --mlockall parameter | Davidlohr Bueso | 6 | -0/+38 |
2021-08-09 | perf bench futex: Remove bogus backslash from comment | Davidlohr Bueso | 1 | -1/+1 |
2021-08-09 | perf bench futex: Group test parameters cleanup | Davidlohr Bueso | 6 | -137/+162 |
2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -2/+2 |
2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 2 | -3/+3 |
2021-03-08 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 4 | -19/+35 |
2021-03-06 | perf bench numa: Fix the condition checks for max number of NUMA nodes | Athira Rajeev | 1 | -13/+29 |
2021-03-06 | perf tools: Cast (struct timeval).tv_sec when printing | Pierre Gondois | 3 | -6/+6 |
2021-03-06 | perf bench: Fix misspellings using codespell | Xiong Zhenwu | 1 | -1/+1 |
2021-02-12 | perf env: Remove unneeded internal/cpumap inclusions | Ian Rogers | 7 | -7/+0 |
2020-11-12 | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ... | Arnaldo Carvalho de Melo | 2 | -0/+6 |
2020-10-17 | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 4 | -21/+524 |
2020-10-14 | perf bench: Use condition variables in numa. | Ian Rogers | 1 | -21/+46 |
2020-10-14 | perf tools: Pass build_id object to filename__read_build_id() | Jiri Olsa | 1 | -1/+1 |
2020-10-14 | perf tools: Use build_id object in dso | Jiri Olsa | 1 | -2/+2 |
2020-10-13 | perf bench: Run inject-build-id with --buildid-all option too | Namhyung Kim | 1 | -19/+35 |
2020-10-13 | perf bench: Add build-id injection benchmark | Namhyung Kim | 3 | -0/+462 |
2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -25/+0 |
2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 2 | -25/+0 |
2020-09-15 | perf bench: Fix 2 memory sanitizer warnings | Ian Rogers | 1 | -2/+2 |
2020-09-03 | perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session... | YueHaibing | 1 | -2/+2 |
2020-08-14 | perf bench numa: Remove dead code in parse_nodes_opt() | Peng Fan | 1 | -2/+0 |
2020-08-13 | perf bench numa: Use numa_node_to_cpus() to bind tasks to nodes | Alexander Gordeev | 1 | -17/+16 |
2020-08-13 | perf bench numa: Fix cpumask memory leak in node_has_cpus() | Alexander Gordeev | 1 | -4/+9 |
2020-08-13 | perf bench mem: Always memset source before memcpy | Vincent Whitchurch | 1 | -10/+11 |
2020-08-12 | perf bench: Fix a couple of spelling mistakes in options text | Colin Ian King | 1 | -2/+2 |
2020-08-12 | perf bench numa: Fix benchmark names | Alexander Gordeev | 1 | -18/+17 |
2020-08-12 | perf bench numa: Fix number of processes in "2x3-convergence" test | Alexander Gordeev | 1 | -1/+1 |
2020-07-31 | perf bench: Add benchmark of find_next_bit | Ian Rogers | 3 | -0/+137 |
2020-07-28 | perf bench: Add basic syscall benchmark | Davidlohr Bueso | 3 | -0/+83 |
2020-05-28 | perf tools: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-05-28 | tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT | Arnaldo Carvalho de Melo | 2 | -4/+4 |
2020-05-05 | perf bench: Add kallsyms parsing | Ian Rogers | 3 | -0/+77 |
2020-04-30 | perf bench: Add a multi-threaded synthesize benchmark | Ian Rogers | 1 | -25/+186 |
2020-04-22 | perf bench: Fix div-by-zero if runtime is zero | Tommi Rantala | 3 | -3/+6 |
2020-04-16 | perf bench: Add event synthesis benchmark | Ian Rogers | 3 | -2/+103 |
2020-03-06 | perf bench: Clear struct sigaction before sigaction() syscall | Tommi Rantala | 7 | -0/+7 |
2020-03-06 | perf bench futex-wake: Restore thread count default to online CPU count | Tommi Rantala | 1 | -2/+2 |
2020-03-03 | perf bench: Share some global variables to fix build with gcc 10 | Arnaldo Carvalho de Melo | 5 | -22/+23 |
2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 7 | -7/+8 |
2019-09-20 | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 2 | -2/+0 |
2019-09-20 | perf tools: Remove needless builtin.h include directives | Arnaldo Carvalho de Melo | 3 | -3/+0 |