]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - tools/perf/util/machine.c
perf thread: Rename thread->mg to thread->maps
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Nov 2019 01:07:43 +0000 (22:07 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Nov 2019 14:07:46 +0000 (11:07 -0300)
commitfe87797dea79b59e97a4ea67441bf91f2905bf23
treede95e3e69803f88c99d56f8a9476af9902c7e324
parent79b6bb73f888933cbcd20b0ef3976cde67951b72
perf thread: Rename thread->mg to thread->maps

One more step on the merge of 'struct maps' with 'struct map_groups'.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-69vcr8pubpym90skxhmbwhiw@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
19 files changed:
tools/perf/arch/arm/tests/dwarf-unwind.c
tools/perf/arch/arm64/tests/dwarf-unwind.c
tools/perf/arch/powerpc/tests/dwarf-unwind.c
tools/perf/arch/x86/tests/dwarf-unwind.c
tools/perf/builtin-report.c
tools/perf/tests/code-reading.c
tools/perf/tests/thread-mg-share.c
tools/perf/ui/stdio/hist.c
tools/perf/util/db-export.c
tools/perf/util/event.c
tools/perf/util/machine.c
tools/perf/util/map.c
tools/perf/util/thread-stack.c
tools/perf/util/thread.c
tools/perf/util/thread.h
tools/perf/util/unwind-libdw.c
tools/perf/util/unwind-libunwind-local.c
tools/perf/util/unwind-libunwind.c
tools/perf/util/vdso.c