]> Git Repo - linux.git/commit
libperf: Adopt xyarray class from perf
authorJiri Olsa <[email protected]>
Sun, 21 Jul 2019 11:24:44 +0000 (13:24 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 29 Jul 2019 21:34:45 +0000 (18:34 -0300)
commit4b247fa7314ce48282f3da400a9ffb7f3fd3f863
tree24382bbdf28160daa8e2278e709d7432e78b50c9
parent453fa03090a64c0e0a561f10dfd5e8747796949c
libperf: Adopt xyarray class from perf

Move the xyarray class from perf to libperf, because it's going to be
used in both.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Alexey Budankov <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Michael Petlan <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-top.c
tools/perf/lib/Build
tools/perf/lib/include/internal/xyarray.h [new file with mode: 0644]
tools/perf/lib/xyarray.c [new file with mode: 0644]
tools/perf/util/Build
tools/perf/util/counts.h
tools/perf/util/evsel.h
tools/perf/util/python-ext-sources
tools/perf/util/stat.h
tools/perf/util/xyarray.h [deleted file]
This page took 0.055636 seconds and 4 git commands to generate.