index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
cpumap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
1
-1
/
+0
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
1
-1
/
+1
2022-01-15
perf cpumap: Add is_dummy() method
Arnaldo Carvalho de Melo
1
-0
/
+10
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-13
/
+13
2022-01-12
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
1
-0
/
+8
2022-01-12
perf cpumap: Add some comments to cpu_aggr_map
Ian Rogers
1
-1
/
+9
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
1
-2
/
+0
2022-01-12
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
1
-4
/
+25
2022-01-12
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
1
-7
/
+9
2022-01-12
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
1
-1
/
+0
2022-01-12
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
1
-3
/
+16
2022-01-12
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
1
-1
/
+4
2022-01-12
perf cpumap: Rename empty functions
Ian Rogers
1
-2
/
+2
2022-01-12
perf cpumap: Simplify equal function name
Ian Rogers
1
-1
/
+1
2022-01-12
perf cpumap: Remove unused cpu_map__socket()
Ian Rogers
1
-7
/
+0
2022-01-12
perf cpumap: Add comments to aggr_cpu_id()
Ian Rogers
1
-0
/
+9
2022-01-12
perf cpumap: Remove map+index get_node()
Ian Rogers
1
-1
/
+0
2022-01-12
perf cpumap: Remove map+index get_core()
Ian Rogers
1
-1
/
+0
2022-01-12
perf cpumap: Remove map+index get_die()
Ian Rogers
1
-1
/
+0
2022-01-12
perf cpumap: Remove map+index get_socket()
Ian Rogers
1
-1
/
+0
2022-01-12
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
1
-1
/
+1
2022-01-12
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
1
-1
/
+5
2020-12-24
perf stat aggregation: Add separate thread member
James Clark
1
-1
/
+1
2020-12-24
perf stat aggregation: Add separate core member
James Clark
1
-5
/
+1
2020-12-24
perf stat aggregation: Add separate die member
James Clark
1
-5
/
+1
2020-12-24
perf stat aggregation: Add separate socket member
James Clark
1
-5
/
+1
2020-12-24
perf stat aggregation: Add separate node member
James Clark
1
-0
/
+1
2020-12-24
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
1
-1
/
+1
2020-12-24
perf cpumap: Drop in cpu_aggr_map struct
James Clark
1
-5
/
+5
2020-12-24
perf cpumap: Add new map type for aggregation
James Clark
1
-0
/
+8
2020-12-24
perf stat: Replace aggregation ID with a struct
James Clark
1
-5
/
+5
2020-12-24
perf cpumap: Add new struct for cpu aggregation
James Clark
1
-0
/
+8
2019-11-29
perf evsel: Add iterator to iterate over events ordered by CPU
Andi Kleen
1
-0
/
+1
2019-11-06
perf stat: Add --per-node agregation support
Jiri Olsa
1
-0
/
+3
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-2
/
+2
2019-08-26
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
1
-2
/
+0
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
1
-1
/
+0
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
1
-6
/
+1
2019-08-22
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
1
-5
/
+0
2019-07-30
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-2
/
+0
2019-07-30
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
1
-3
/
+0
2019-07-30
libperf: Add perf_cpu_map__dummy_new() function
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Add perf_cpu_map struct
Jiri Olsa
1
-6
/
+1
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-26
/
+26
2019-06-10
perf stat: Support per-die aggregation
Kan Liang
1
-1
/
+8
2019-06-10
perf cpumap: Retrieve die id information
Kan Liang
1
-0
/
+1
2019-02-06
perf record: Apply affinity masks when reading mmap buffers
Alexey Budankov
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-04
perf cpumap: Introduce cpu_map__snprint_mask()
Namhyung Kim
1
-0
/
+1
[next]