Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(189)

Unified Diff: src/pkg/runtime/os_windows_386.c

Issue 44820047: code review 44820047: runtime: fix and improve CPU profiling (Closed)
Patch Set: diff -r 43646547a09c https://dvyukov%40google.com@code.google.com/p/go/ Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/os_windows.c ('k') | src/pkg/runtime/os_windows_amd64.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/os_windows_386.c
===================================================================
--- a/src/pkg/runtime/os_windows_386.c
+++ b/src/pkg/runtime/os_windows_386.c
@@ -102,7 +102,7 @@
}
void
-runtime·dosigprof(Context *r, G *gp)
+runtime·dosigprof(Context *r, G *gp, M *mp)
{
- runtime·sigprof((uint8*)r->Eip, (uint8*)r->Esp, nil, gp);
+ runtime·sigprof((uint8*)r->Eip, (uint8*)r->Esp, nil, gp, mp);
}
« no previous file with comments | « src/pkg/runtime/os_windows.c ('k') | src/pkg/runtime/os_windows_amd64.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b