aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-29perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen1-0/+1
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa1-0/+3
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-2/+2
2019-08-26perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo1-2/+0
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-2/+2
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa1-1/+0
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-6/+1
2019-08-22perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa1-5/+0
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+0
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-3/+0
2019-07-29libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa1-1/+1
2019-07-29libperf: Add perf_cpu_map structJiri Olsa1-6/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-26/+26
2019-06-10perf stat: Support per-die aggregationKan Liang1-1/+8
2019-06-10perf cpumap: Retrieve die id informationKan Liang1-0/+1
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-03perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim1-0/+1
2017-03-03perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2017-02-17perf cpumap: Add cpu__max_present_cpu()Jan Stancek1-0/+1
2016-07-18perf cpu_map: Add more helpersMark Rutland1-0/+2
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa1-0/+1
2016-04-13perf cpu_map: Add has() methodJiri Olsa1-0/+2
2016-01-26perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo1-29/+3
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa1-0/+1
2015-10-27perf cpu_map: Add cpu_map__empty_new functionJiri Olsa1-0/+1
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa1-3/+4
2015-10-19perf cpu_map: Make cpu_map__build_map globalJiri Olsa1-0/+2
2015-09-02perf cpumap: Factor out functions to get core_id and socket_idKan Liang1-0/+2
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa1-1/+5
2014-04-22perf tools: Allow ability to map cpus to nodes easilyDon Zickus1-0/+35
2013-07-12perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu1-1/+1
2013-03-25perf stat: Add per-core aggregationStephane Eranian1-0/+12
2013-02-06perf tools: Add cpu_map processor socket level functionsStephane Eranian1-0/+9
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo1-0/+11
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng1-1/+1
2012-01-24perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo1-0/+4
2011-01-22perf tools: Add missing cpu_map__delete()Arnaldo Carvalho de Melo1-1/+1
2011-01-04perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo1-2/+8
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian1-1/+1
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras1-0/+7