Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77021 Details for
Bug 118890
sysprof-1.0.1 (with module/userspace split)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sysprof-module-1.0.1-INTERVAL_should_not_be_zero.patch
sysprof-module-1.0.1-INTERVAL_should_not_be_zero.patch (text/plain), 462 bytes, created by
TGL
on 2006-01-13 11:38:32 UTC
(
hide
)
Description:
sysprof-module-1.0.1-INTERVAL_should_not_be_zero.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-01-13 11:38:32 UTC
Size:
462 bytes
patch
obsolete
>--- sysprof-module.c.orig 2006-01-13 19:01:54.673452750 +0100 >+++ sysprof-module.c 2006-01-13 19:03:38.547944500 +0100 >@@ -50,7 +50,11 @@ > MODULE_AUTHOR("Soeren Sandmann (sandmann@daimi.au.dk)"); > > #define SAMPLES_PER_SECOND (200) >-#define INTERVAL (HZ / SAMPLES_PER_SECOND) >+#if (HZ > SAMPLES_PER_SECOND) >+# define INTERVAL (HZ / SAMPLES_PER_SECOND) >+#else >+# define INTERVAL 1 >+#endif > #define N_TRACES 256 > > static SysprofStackTrace stack_traces[N_TRACES];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118890
:
77005
|
77006
| 77021