mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Update a comment
svn path=/trunk/; revision=399
This commit is contained in:
@ -166,6 +166,8 @@ in_dead_period (Collector *collector)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
collect_traces (Collector *collector)
|
collect_traces (Collector *collector)
|
||||||
{
|
{
|
||||||
@ -409,7 +411,7 @@ lookup_symbol (Process *process, gpointer address,
|
|||||||
* this to the last function of the kernel text, we remove it here.
|
* this to the last function of the kernel text, we remove it here.
|
||||||
*
|
*
|
||||||
* FIXME: what we really should do is find out where this split
|
* FIXME: what we really should do is find out where this split
|
||||||
* is, and act accordingly.
|
* is, and act accordingly. Actually, we should look at /proc/modules
|
||||||
*/
|
*/
|
||||||
if (offset > 4096)
|
if (offset > 4096)
|
||||||
sym = NULL;
|
sym = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user