index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
cpumap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
perf cpumap: Tidy libperf includes
Ian Rogers
1
-0
/
+1
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
1
-2
/
+4
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
1
-0
/
+10
2022-10-06
perf stat: Rename to aggr_cpu_id.thread_idx
Namhyung Kim
1
-4
/
+4
2022-10-04
perf cpumap: Add range data encoding
Ian Rogers
1
-2
/
+29
2022-08-19
perf cpumap: Fix alignment for masks in event encoding
Ian Rogers
1
-16
/
+64
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-44
/
+47
2022-01-12
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
1
-4
/
+21
2022-01-12
perf cpumap: Trim the cpu_aggr_map
Ian Rogers
1
-1
/
+9
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
1
-5
/
+0
2022-01-12
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
1
-7
/
+7
2022-01-12
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
1
-38
/
+21
2022-01-12
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
1
-7
/
+2
2022-01-12
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
1
-6
/
+6
2022-01-12
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
1
-6
/
+5
2022-01-12
perf cpumap: Rename empty functions
Ian Rogers
1
-12
/
+12
2022-01-12
perf cpumap: Simplify equal function name
Ian Rogers
1
-7
/
+7
2022-01-12
perf cpumap: Remove map+index get_node()
Ian Rogers
1
-8
/
+0
2022-01-12
perf cpumap: Remove map+index get_core()
Ian Rogers
1
-8
/
+0
2022-01-12
perf cpumap: Remove map+index get_die()
Ian Rogers
1
-9
/
+0
2022-01-12
perf cpumap: Remove map+index get_socket()
Ian Rogers
1
-9
/
+0
2022-01-12
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
1
-6
/
+6
2022-01-12
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
1
-33
/
+46
2020-12-24
perf stat aggregation: Add separate thread member
James Clark
1
-7
/
+7
2020-12-24
perf stat aggregation: Add separate core member
James Clark
1
-8
/
+10
2020-12-24
perf stat aggregation: Add separate die member
James Clark
1
-14
/
+14
2020-12-24
perf stat aggregation: Add separate socket member
James Clark
1
-22
/
+22
2020-12-24
perf stat aggregation: Add separate node member
James Clark
1
-5
/
+11
2020-12-24
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
1
-4
/
+4
2020-12-24
perf cpumap: Drop in cpu_aggr_map struct
James Clark
1
-6
/
+6
2020-12-24
perf cpumap: Add new map type for aggregation
James Clark
1
-0
/
+17
2020-12-24
perf stat: Replace aggregation ID with a struct
James Clark
1
-34
/
+48
2020-12-24
perf cpumap: Add new struct for cpu aggregation
James Clark
1
-0
/
+18
2020-12-24
perf cpumap: Use existing allocator to avoid using malloc
James Clark
1
-4
/
+4
2020-03-24
perf cpumap: Fix snprintf overflow check
Christophe JAILLET
1
-5
/
+5
2019-11-06
perf stat: Add --per-node agregation support
Jiri Olsa
1
-0
/
+18
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-3
/
+3
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
1
-13
/
+1
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
1
-3
/
+3
2019-08-12
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+4
2019-08-08
perf cpumap: Fix writing to illegal memory in handling cpumap mask
He Zhe
1
-1
/
+4
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-180
/
+1
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
1
-22
/
+0
2019-07-29
libperf: Add perf_cpu_map__dummy_new() function
Jiri Olsa
1
-14
/
+1
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-39
/
+39
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-10
perf stat: Support per-die aggregation
Kan Liang
1
-7
/
+50
[next]