aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-03perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim
2017-03-03perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova
2017-02-17perf cpumap: Add cpu__max_present_cpu()Jan Stancek
2016-07-18perf cpu_map: Add more helpersMark Rutland
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa
2016-04-13perf cpu_map: Add has() methodJiri Olsa
2016-01-26perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa
2015-10-27perf cpu_map: Add cpu_map__empty_new functionJiri Olsa
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa
2015-10-19perf cpu_map: Make cpu_map__build_map globalJiri Olsa
2015-09-02perf cpumap: Factor out functions to get core_id and socket_idKan Liang
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa
2014-04-22perf tools: Allow ability to map cpus to nodes easilyDon Zickus
2013-07-12perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu
2013-03-25perf stat: Add per-core aggregationStephane Eranian
2013-02-06perf tools: Add cpu_map processor socket level functionsStephane Eranian
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng
2012-01-24perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo
2011-01-22perf tools: Add missing cpu_map__delete()Arnaldo Carvalho de Melo
2011-01-04perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras