summaryrefslogtreecommitdiff
path: root/tools/perf/util/cpumap.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-05-27perf pmu: Add CPU map for "cpu" PMUsIan Rogers
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak
2023-04-17perf cpumap: Add reference count checkingIan Rogers
2023-04-17perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...Ian Rogers
2023-04-17perf cpumap: Remove initializations done in perf_cpu_map__alloc()Arnaldo Carvalho de Melo
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers
2023-04-12perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nrIan Rogers
2022-11-16perf cpumap: Tidy libperf includesIan Rogers
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim
2022-10-04perf cpumap: Add range data encodingIan Rogers
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers
2022-01-12perf cpumap: Trim the cpu_aggr_mapIan Rogers
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers
2022-01-12perf cpumap: Remove map from function names that don't use a mapIan Rogers
2022-01-12perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers
2022-01-12perf cpumap: Rename empty functionsIan Rogers
2022-01-12perf cpumap: Simplify equal function nameIan Rogers
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers
2022-01-12perf stat: Add aggr creators that are passed a cpuIan Rogers
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