aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/perf/xyarray.c
diff options
context:
space:
mode:
authorAlexey Budankov <[email protected]>2019-12-03 11:44:18 +0000
committerArnaldo Carvalho de Melo <[email protected]>2020-01-06 14:46:09 +0000
commit9c080c0279a80057cad3dfc05d09fb283ddf72f4 (patch)
tree96465c24a3314f18156fbc058a6bd6cdfa6ecf25 /tools/lib/perf/xyarray.c
parenttools bitmap: Implement bitmap_equal() operation at bitmap API (diff)
downloadkernel-9c080c0279a80057cad3dfc05d09fb283ddf72f4.tar.gz
kernel-9c080c0279a80057cad3dfc05d09fb283ddf72f4.zip
perf mmap: Declare type for cpu mask of arbitrary length
Declare a dedicated struct map_cpu_mask type for cpu masks of arbitrary length. The mask is available thru bits pointer and the mask length is kept in nbits field. MMAP_CPU_MASK_BYTES() macro returns mask storage size in bytes. The mmap_cpu_mask__scnprintf() function can be used to log text representation of the mask. Committer notes: To print the 'nbits' struct member we must use %zd, since it is a size_t, this fixes the build in some toolchains/arches. Signed-off-by: Alexey Budankov <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/perf/xyarray.c')
0 files changed, 0 insertions, 0 deletions