summaryrefslogtreecommitdiff
path: root/tools/perf/util/cpumap.c
AgeCommit message (Expand)Author
2020-12-24perf stat aggregation: Add separate thread memberJames Clark
2020-12-24perf stat aggregation: Add separate core memberJames Clark
2020-12-24perf stat aggregation: Add separate die memberJames Clark
2020-12-24perf stat aggregation: Add separate socket memberJames Clark
2020-12-24perf stat aggregation: Add separate node memberJames Clark
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark
2020-12-24perf cpumap: Add new map type for aggregationJames Clark
2020-12-24perf stat: Replace aggregation ID with a structJames Clark
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark
2020-12-24perf cpumap: Use existing allocator to avoid using mallocJames Clark
2020-03-24perf cpumap: Fix snprintf overflow checkChristophe JAILLET
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-08-08perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-10perf stat: Support per-die aggregationKan Liang
2019-06-10perf cpumap: Retrieve die id informationKan Liang
2019-02-20perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov
2019-01-21perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
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
2016-01-06perf cpumap: Fix cpu conversion in cpu_map__from_entriesJiri Olsa
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-20perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang
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-14perf cpu_map: Use sysfs__read_int in get_{core,socket}_id()Arnaldo Carvalho de Melo
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