Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd5f5fd1 authored by Frederic Weisbecker's avatar Frederic Weisbecker
Browse files

perf tools: Remove junk code in mmap size handling



size is overriden later and used only then. Those
lines are only junk, probably a leftover.

Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Stephane Eranian <eranian@google.com>
parent eac9eace
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1018,9 +1018,6 @@ int __perf_session__process_events(struct perf_session *session,

	if (session->header.needs_swap)
		perf_event_header__bswap(&event->header);
	size = event->header.size;
	if (size == 0)
		size = 8;

	if (head + event->header.size > mmap_size) {
		if (mmaps[map_idx]) {