https://github.com/torvalds/linux
Revision cea6575fdccfc0624ca42f656e16e6b4d9bb48a5 authored by James Clark on 26 November 2020, 14:13:21 UTC, committed by Arnaldo Carvalho de Melo on 24 December 2020, 13:04:24 UTC
Currently this is a duplicate of perf_cpu_map so that it can be used as
a drop in replacement.

In a later commit it will be changed from a map of ints to use the new
cpu_aggr_id struct.

No functional changes.

Signed-off-by: James Clark <james.clark@arm.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Tested-by: John Garry <john.garry@huawei.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Link: https://lore.kernel.org/r/20201126141328.6509-6-james.clark@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 2760f5a
History
Tip revision: cea6575fdccfc0624ca42f656e16e6b4d9bb48a5 authored by James Clark on 26 November 2020, 14:13:21 UTC
perf cpumap: Add new map type for aggregation
Tip revision: cea6575
File Mode Size
Makefile -rw-r--r-- 387 bytes
test_klp_atomic_replace.c -rw-r--r-- 1.3 KB
test_klp_callbacks_busy.c -rw-r--r-- 1.5 KB
test_klp_callbacks_demo.c -rw-r--r-- 2.9 KB
test_klp_callbacks_demo2.c -rw-r--r-- 2.3 KB
test_klp_callbacks_mod.c -rw-r--r-- 581 bytes
test_klp_livepatch.c -rw-r--r-- 1.1 KB
test_klp_shadow_vars.c -rw-r--r-- 7.6 KB
test_klp_state.c -rw-r--r-- 3.8 KB
test_klp_state2.c -rw-r--r-- 4.7 KB
test_klp_state3.c -rw-r--r-- 166 bytes

back to top