]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
perf maps: Purge the entries from maps->names in __maps__purge()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 13 Nov 2019 19:06:28 +0000 (16:06 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 13 Nov 2019 19:06:28 +0000 (16:06 -0300)
commitbcb8af5c46e452018de9b58db1fd0ffd94b5d96c
tree72fb91d893c4896098430d22c7f87ab2b47b673c
parentaf833988c088d3fed3e7188e7c3dd9ca17178dc3
perf maps: Purge the entries from maps->names in __maps__purge()

No need to iterate via the ->names rbtree, as all the entries there
as in maps->entries as well, reuse __maps__purge() for that.

Doing it this way we can kill maps__for_each_entry_by_name(),
maps__for_each_entry_by_name_safe(), maps__{first,next}_by_name().

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-ps0nrio8pydyo23rr2s696ue@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/map.c
tools/perf/util/map_groups.h