summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cpumap.h
Commit message (Expand)AuthorAgeFilesLines
* perf stat aggregation: Add separate thread memberJames Clark2020-12-241-1/+1
* perf stat aggregation: Add separate core memberJames Clark2020-12-241-5/+1
* perf stat aggregation: Add separate die memberJames Clark2020-12-241-5/+1
* perf stat aggregation: Add separate socket memberJames Clark2020-12-241-5/+1
* perf stat aggregation: Add separate node memberJames Clark2020-12-241-0/+1
* perf stat aggregation: Start using cpu_aggr_id in mapJames Clark2020-12-241-1/+1
* perf cpumap: Drop in cpu_aggr_map structJames Clark2020-12-241-5/+5
* perf cpumap: Add new map type for aggregationJames Clark2020-12-241-0/+8
* perf stat: Replace aggregation ID with a structJames Clark2020-12-241-5/+5
* perf cpumap: Add new struct for cpu aggregationJames Clark2020-12-241-0/+8
* perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen2019-11-291-0/+1
* perf stat: Add --per-node agregation supportJiri Olsa2019-11-061-0/+3
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo2019-08-261-2/+0
* perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-221-2/+2
* libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa2019-08-221-1/+0
* libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-221-6/+1
* perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa2019-08-221-5/+0
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-2/+0
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-3/+0
* libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa2019-07-291-1/+1
* libperf: Add perf_cpu_map structJiri Olsa2019-07-291-6/+1
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-26/+26
* perf stat: Support per-die aggregationKan Liang2019-06-101-1/+8
* perf cpumap: Retrieve die id informationKan Liang2019-06-101-0/+1
* perf record: Apply affinity masks when reading mmap buffersAlexey Budankov2019-02-061-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim2017-03-031-0/+1
* perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-2/+2
* perf cpumap: Add cpu__max_present_cpu()Jan Stancek2017-02-171-0/+1
* perf cpu_map: Add more helpersMark Rutland2016-07-181-0/+2
* perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-301-0/+1
* perf cpu_map: Add has() methodJiri Olsa2016-04-131-0/+2
* perf cpumap: Auto initialize cpu__max_{node,cpu}Arnaldo Carvalho de Melo2016-01-261-29/+3
* perf cpu_map: Add cpu_map__new_event functionJiri Olsa2015-12-171-0/+1
* perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2015-10-271-0/+1
* perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-191-3/+4
* perf cpu_map: Make cpu_map__build_map globalJiri Olsa2015-10-191-0/+2
* perf cpumap: Factor out functions to get core_id and socket_idKan Liang2015-09-021-0/+2
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-1/+5
* perf tools: Allow ability to map cpus to nodes easilyDon Zickus2014-04-221-0/+35
* perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu2013-07-121-1/+1
* perf stat: Add per-core aggregationStephane Eranian2013-03-251-0/+12
* perf tools: Add cpu_map processor socket level functionsStephane Eranian2013-02-061-0/+9
* perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo2012-09-261-0/+11
* perf stat: Check PMU cpumask fileYan, Zheng2012-09-171-1/+1
* perf tools: Add fprintf methods for thread_map and cpu_map classesArnaldo Carvalho de Melo2012-01-241-0/+4
* perf tools: Add missing cpu_map__delete()Arnaldo Carvalho de Melo2011-01-221-1/+1
* perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo2011-01-041-2/+8
* perf tools: Add the ability to specify list of cpus to monitorStephane Eranian2010-06-051-1/+1