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

Commit fd1c0b9c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "trace: Do not use latency format for ftrace minidump"

parents 5f8106b4 fa278598
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9085,6 +9085,8 @@ void ftrace_dump(enum ftrace_dump_mode oops_dump_mode)
		cnt++;

		trace_iterator_reset(&iter);
		/* Minidump ftraces need absolute event timestamp */
		if (!IS_ENABLED(CONFIG_QCOM_MINIDUMP_FTRACE))
			iter.iter_flags |= TRACE_FILE_LAT_FMT;

		if (trace_find_next_entry_inc(&iter) != NULL) {