aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev1-13/+29
2020-10-14perf bench: Use condition variables in numa.Ian Rogers1-21/+46
2020-08-14perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan1-2/+0
2020-08-13perf bench numa: Use numa_node_to_cpus() to bind tasks to nodesAlexander Gordeev1-17/+16
2020-08-13perf bench numa: Fix cpumask memory leak in node_has_cpus()Alexander Gordeev1-4/+9
2020-08-12perf bench numa: Fix benchmark namesAlexander Gordeev1-18/+17
2020-08-12perf bench numa: Fix number of processes in "2x3-convergence" testAlexander Gordeev1-1/+1
2019-09-20perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-01perf bench numa: Fix cpu0 bindingJiri Olsa1-2/+4
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo1-0/+4
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell1-3/+4
2018-06-25perf bench: Fix numa report output codeJiri Olsa1-2/+3
2018-05-07perf bench numa: Fix typo in optionsYisheng Xie1-1/+1
2017-11-28perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran1-5/+51
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-03-06perf bench numa: Add more comment for -c optionJiri Olsa1-1/+2
2017-02-14perf bench numa: Make sure dprintf() is not definedArnaldo Carvalho de Melo1-0/+1
2017-02-09perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo1-3/+3
2016-08-23perf bench numa: Use NSEC_PER_U?SECArnaldo Carvalho de Melo1-26/+27
2016-07-12perf bench: Add missing pthread.h include for CPU_*() macrosArnaldo Carvalho de Melo1-1/+3
2016-03-21perf bench numa: Fix assertion for nodes bitfieldJakub Jelen1-1/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar1-2/+2
2015-05-18perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo1-0/+1
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar1-2/+10
2015-05-04perf bench numa: Show more stats of particular threads in verbose modePetr Holasek1-1/+31
2015-04-27perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek1-0/+8
2015-04-27perf bench numa: Fixes of --quiet argumentPetr Holasek1-2/+2
2014-04-14Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar1-0/+4
2014-04-14perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra1-0/+4
2014-03-14perf bench numa: Make no args mean 'run all tests'Arnaldo Carvalho de Melo1-0/+1
2013-10-21perf tools: Fix bench/numa.c for 32-bit buildAdrian Hunter1-2/+2
2013-10-11perf bench: Fix failing assertions in numa benchPetr Holasek1-13/+21
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar1-0/+1731