mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Simplify this file a bit, and make it not rely on atomic pointer writes.
2006-07-30 Soren Sandmann <sandmann@redhat.com> * signal-handler.c: Simplify this file a bit, and make it not rely on atomic pointer writes.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
144e440ff2
commit
5efd06051c
@ -402,7 +402,7 @@ profile_list_callers (Profile *profile,
|
||||
GHashTable *all_ancestors;
|
||||
GList *all, *list;
|
||||
|
||||
/* Build a list of those ancestor that should get assigned
|
||||
/* Build a list of those ancestors that should get assigned
|
||||
* totals. If this callee does not have any recursive calls
|
||||
* higher up, that means all of it's ancestors. If it does
|
||||
* have a recursive call, only the one between this node
|
||||
|
||||
Reference in New Issue
Block a user