linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] maps memory improvements and fixes
@ 2024-02-07 22:36 Ian Rogers
  2024-02-07 22:36 ` [PATCH v2 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses Ian Rogers
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Ian Rogers @ 2024-02-07 22:36 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, Song Liu, Miguel Ojeda, Liam Howlett,
	Colin Ian King, K Prateek Nayak, Artem Savkov, Changbin Du,
	Masami Hiramatsu, Athira Rajeev, Yang Jihong, Tiezhu Yang,
	James Clark, Leo Yan, linux-perf-users, linux-kernel, bpf

First 6 patches from:
https://lore.kernel.org/lkml/20240202061532.1939474-1-irogers@google.com/

v2. Fix NO_LIBUNWIND=1 build issue.

Ian Rogers (6):
  perf maps: Switch from rbtree to lazily sorted array for addresses
  perf maps: Get map before returning in maps__find
  perf maps: Get map before returning in maps__find_by_name
  perf maps: Get map before returning in maps__find_next_entry
  perf maps: Hide maps internals
  perf maps: Locking tidy up of nr_maps

 tools/perf/arch/x86/tests/dwarf-unwind.c |    1 +
 tools/perf/tests/maps.c                  |    3 +
 tools/perf/tests/thread-maps-share.c     |    8 +-
 tools/perf/tests/vmlinux-kallsyms.c      |   10 +-
 tools/perf/util/bpf-event.c              |    1 +
 tools/perf/util/callchain.c              |    2 +-
 tools/perf/util/event.c                  |    4 +-
 tools/perf/util/machine.c                |   34 +-
 tools/perf/util/map.c                    |    1 +
 tools/perf/util/maps.c                   | 1296 ++++++++++++++--------
 tools/perf/util/maps.h                   |   65 +-
 tools/perf/util/probe-event.c            |    1 +
 tools/perf/util/symbol-elf.c             |    4 +-
 tools/perf/util/symbol.c                 |   31 +-
 tools/perf/util/thread.c                 |    2 +-
 tools/perf/util/unwind-libdw.c           |    2 +-
 tools/perf/util/unwind-libunwind-local.c |    2 +-
 tools/perf/util/unwind-libunwind.c       |    7 +-
 18 files changed, 900 insertions(+), 574 deletions(-)

-- 
2.43.0.594.gd9cf4e227d-goog


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-02-13 17:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07 22:36 [PATCH v2 0/6] maps memory improvements and fixes Ian Rogers
2024-02-07 22:36 ` [PATCH v2 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses Ian Rogers
2024-02-07 22:36 ` [PATCH v2 2/6] perf maps: Get map before returning in maps__find Ian Rogers
2024-02-07 22:36 ` [PATCH v2 3/6] perf maps: Get map before returning in maps__find_by_name Ian Rogers
2024-02-07 22:36 ` [PATCH v2 4/6] perf maps: Get map before returning in maps__find_next_entry Ian Rogers
2024-02-07 22:36 ` [PATCH v2 5/6] perf maps: Hide maps internals Ian Rogers
2024-02-07 22:36 ` [PATCH v2 6/6] perf maps: Locking tidy up of nr_maps Ian Rogers
2024-02-08 17:44 ` [PATCH v2 0/6] maps memory improvements and fixes Namhyung Kim
2024-02-10  2:46   ` Ian Rogers
2024-02-10 18:08     ` Ian Rogers
2024-02-12 20:10       ` Namhyung Kim
2024-02-12 20:22         ` Ian Rogers
2024-02-13 17:53           ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).