Commit 65ae3d1f authored by Daniel Friesel's avatar Daniel Friesel
Browse files

ptalog: dump trace id

parent 37b9b0ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,9 +66,9 @@ class PTALog {
			kout << "[PTA] benchmark stop" << endl;
		}

		void dump()
		void dump(uint16_t trace_id)
		{
			kout << "[PTA] trace, count=" << dec << log_index << endl;
			kout << "[PTA] trace=" << dec << trace_id << ", count=" << log_index << endl;
			for (uint8_t i = 0; i < log_index; i++) {
#ifdef PTALOG_TIMING
				kout << "[PTA] transition=" << log[i].transition_id;