index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
cpumap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf cpumap: Tidy libperf includes
Ian Rogers
2022-11-16
1
-1
/
+1
*
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
2022-10-27
1
-1
/
+1
*
perf stat: Add aggr id for global mode
Namhyung Kim
2022-10-27
1
-1
/
+5
*
perf stat: Rename to aggr_cpu_id.thread_idx
Namhyung Kim
2022-10-06
1
-1
/
+1
*
perf cpumap: Fix alignment for masks in event encoding
Ian Rogers
2022-08-19
1
-1
/
+3
*
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
2022-01-22
1
-1
/
+0
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
1
-1
/
+1
*
perf cpumap: Add is_dummy() method
Arnaldo Carvalho de Melo
2022-01-15
1
-0
/
+10
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-13
/
+13
*
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
2022-01-12
1
-0
/
+8
*
perf cpumap: Add some comments to cpu_aggr_map
Ian Rogers
2022-01-12
1
-1
/
+9
*
perf cpumap: Move 'has' function to libperf
Ian Rogers
2022-01-12
1
-2
/
+0
*
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
2022-01-12
1
-4
/
+25
*
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
2022-01-12
1
-7
/
+9
*
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
2022-01-12
1
-1
/
+0
*
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
2022-01-12
1
-3
/
+16
*
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
2022-01-12
1
-1
/
+4
*
perf cpumap: Rename empty functions
Ian Rogers
2022-01-12
1
-2
/
+2
*
perf cpumap: Simplify equal function name
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf cpumap: Remove unused cpu_map__socket()
Ian Rogers
2022-01-12
1
-7
/
+0
*
perf cpumap: Add comments to aggr_cpu_id()
Ian Rogers
2022-01-12
1
-0
/
+9
*
perf cpumap: Remove map+index get_node()
Ian Rogers
2022-01-12
1
-1
/
+0
*
perf cpumap: Remove map+index get_core()
Ian Rogers
2022-01-12
1
-1
/
+0
*
perf cpumap: Remove map+index get_die()
Ian Rogers
2022-01-12
1
-1
/
+0
*
perf cpumap: Remove map+index get_socket()
Ian Rogers
2022-01-12
1
-1
/
+0
*
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
2022-01-12
1
-1
/
+5
*
perf stat aggregation: Add separate thread member
James Clark
2020-12-24
1
-1
/
+1
*
perf stat aggregation: Add separate core member
James Clark
2020-12-24
1
-5
/
+1
*
perf stat aggregation: Add separate die member
James Clark
2020-12-24
1
-5
/
+1
*
perf stat aggregation: Add separate socket member
James Clark
2020-12-24
1
-5
/
+1
*
perf stat aggregation: Add separate node member
James Clark
2020-12-24
1
-0
/
+1
*
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
2020-12-24
1
-1
/
+1
*
perf cpumap: Drop in cpu_aggr_map struct
James Clark
2020-12-24
1
-5
/
+5
*
perf cpumap: Add new map type for aggregation
James Clark
2020-12-24
1
-0
/
+8
*
perf stat: Replace aggregation ID with a struct
James Clark
2020-12-24
1
-5
/
+5
*
perf cpumap: Add new struct for cpu aggregation
James Clark
2020-12-24
1
-0
/
+8
*
perf evsel: Add iterator to iterate over events ordered by CPU
Andi Kleen
2019-11-29
1
-0
/
+1
*
perf stat: Add --per-node agregation support
Jiri Olsa
2019-11-06
1
-0
/
+3
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
1
-2
/
+2
*
perf cpumap: No need to include perf.h, ditch it
Arnaldo Carvalho de Melo
2019-08-26
1
-2
/
+0
*
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
1
-2
/
+2
*
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
2019-08-22
1
-1
/
+0
*
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-08-22
1
-6
/
+1
*
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
2019-08-22
1
-5
/
+0
*
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
1
-2
/
+0
*
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
1
-3
/
+0
*
libperf: Add perf_cpu_map__dummy_new() function
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add perf_cpu_map struct
Jiri Olsa
2019-07-29
1
-6
/
+1
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-26
/
+26
[next]