History log of /gem5/src/arch/power/stacktrace.cc
Revision Date Author Comments
# 11793:ef606668d247 09-Nov-2016 Brandon Potter <brandon.potter@amd.com>

style: [patch 1/22] use /r/3648/ to reorganize includes


# 10417:710ee116eb68 27-Sep-2014 Andreas Hansson <andreas.hansson@arm.com>

arch: Use const StaticInstPtr references where possible

This patch optimises the passing of StaticInstPtr by avoiding copying
the reference-counting pointer. This avoids first incrementing and
then decrementing the reference-counting pointer.


# 10279:faa9dfc465ef 13-Aug-2014 Andreas Sandberg <Andreas.Sandberg@ARM.com>

power: Remove unused private members to fix compile-time warning

Certain versions of clang complain about unused private members if
they are not used. This changeset removes such members from the
POWER-specific ProcessInfo struct to silence the warning.


# 8792:1c0812bae427 13-Nov-2011 Gabe Black <gblack@eecs.umich.edu>

Power: Add a stubbed out stacktrace.cc