aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/bench/numa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf bench numa: Fix type of loop iterator in do_work, it should be 'long'Andreas Herrmann2023-04-041-1/+1
* perf tools: Make quiet mode consistent between toolsJames Clark2022-10-271-4/+5
* perf bench: Update use of pthread mutex/condIan Rogers2022-10-041-59/+34
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
* perf bench: Fix two numa NDEBUG warningsIan Rogers2022-05-081-0/+2
* perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev2022-04-141-33/+95
* perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-141-2/+6
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev2021-03-061-13/+29
* perf bench: Use condition variables in numa.Ian Rogers2020-10-141-21/+46
* perf bench numa: Remove dead code in parse_nodes_opt()Peng Fan2020-08-141-2/+0
* perf bench numa: Use numa_node_to_cpus() to bind tasks to nodesAlexander Gordeev2020-08-131-17/+16
* perf bench numa: Fix cpumask memory leak in node_has_cpus()Alexander Gordeev2020-08-131-4/+9
* perf bench numa: Fix benchmark namesAlexander Gordeev2020-08-121-18/+17
* perf bench numa: Fix number of processes in "2x3-convergence" testAlexander Gordeev2020-08-121-1/+1
* perf tools: Remove needless builtin.h include directivesArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-011-2/+4
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-021-0/+4
* tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2019-03-051-3/+4
* perf bench: Fix numa report output codeJiri Olsa2018-06-251-2/+3
* perf bench numa: Fix typo in optionsYisheng Xie2018-05-071-1/+1
* perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran2017-11-281-5/+51
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo2017-06-191-1/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf bench numa: Add more comment for -c optionJiri Olsa2017-03-061-1/+2
* perf bench numa: Make sure dprintf() is not definedArnaldo Carvalho de Melo2017-02-141-0/+1
* perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo2017-02-091-3/+3
* perf bench numa: Use NSEC_PER_U?SECArnaldo Carvalho de Melo2016-08-231-26/+27
* perf bench: Add missing pthread.h include for CPU_*() macrosArnaldo Carvalho de Melo2016-07-121-1/+3
* perf bench numa: Fix assertion for nodes bitfieldJakub Jelen2016-03-211-1/+1
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar2015-10-191-2/+2
* perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo2015-05-181-0/+1
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-111-2/+10
|\
| * perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek2015-04-271-0/+8
| * perf bench numa: Fixes of --quiet argumentPetr Holasek2015-04-271-2/+2
* | perf bench numa: Show more stats of particular threads in verbose modePetr Holasek2015-05-041-1/+31
|/
* Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar2014-04-141-0/+4
|\
| * perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra2014-04-141-0/+4
* | perf bench numa: Make no args mean 'run all tests'Arnaldo Carvalho de Melo2014-03-141-0/+1
|/
* perf tools: Fix bench/numa.c for 32-bit buildAdrian Hunter2013-10-211-2/+2
* perf bench: Fix failing assertions in numa benchPetr Holasek2013-10-111-13/+21
* perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar2013-01-301-0/+1731