git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86fac4
)
microblaze: Fix IRQ entry/exit ftracing
author
Steven J. Magnani
<steve@digidescorp.com>
Mon, 12 Apr 2010 21:01:36 +0000
(16:01 -0500)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 6 May 2010 09:21:57 +0000
(11:21 +0200)
Function traces on Microblaze don't include IRQ entry and exit arrows,
i.e.
0) | memcpy_toiovec() {
0) ==========> |
0) | do_IRQ() {
...
0) <========== |
0) ! 5414.000 us | }
...because do_IRQ() doesn't have the proper attributes.
Signed-off-by: Steven J. Magnani <steve@digidescorp.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
No differences found