perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
authorJiri Olsa <jolsa@kernel.org>
Sat, 8 Aug 2020 12:21:54 +0000 (14:21 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 13 Aug 2020 12:53:21 +0000 (09:53 -0300)
commit1c695c88a1092b4013e3fffbe0ca685149165403
tree64fc5aa09528efb523b9fbd78efe09986bd5e8dc
parentceafdd664cae27ffd2d0a4e4e9eef7896c304046
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'

Rename enum dso_kernel_type to enum dso_space_type, which seems like
better fit.

Committer notes:

This is used with 'struct dso'->kernel, which once was a boolean, so
DSO_SPACE__USER is zero, !zero means some sort of kernel space, be it
the host kernel space or a guest kernel space.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dso.c
tools/perf/util/dso.h
tools/perf/util/header.c
tools/perf/util/machine.c
tools/perf/util/map.c
tools/perf/util/symbol-elf.c
tools/perf/util/symbol.c