17 Aug, 2015

1 commit


09 May, 2013

1 commit


24 Feb, 2013

1 commit

  • Support call graph profiling.
    Keep upper two bits of PC unchanged through backtrace rather than take
    them from sp (a1). The stack pointer is usually in the same GB (same
    upper 2 bits) as PC, but technically doesn't always have to be (and
    might not in the future, when taking full advantage of MMU v3).

    Signed-off-by: Dan Nicolaescu
    Signed-off-by: Pete Delaney
    Signed-off-by: Max Filippov
    Signed-off-by: Chris Zankel

    dann