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

Commit 6f4dee06 authored by Frederic Weisbecker's avatar Frederic Weisbecker
Browse files

perf: Drop the frame reliablity check



It is useless now that we have a pure stack frame
walker, as given addr are always reliable.

Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
parent a5e29aca
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1602,7 +1602,6 @@ static void backtrace_address(void *data, unsigned long addr, int reliable)
{
	struct perf_callchain_entry *entry = data;

	if (reliable)
	callchain_store(entry, addr);
}