Don't do the default exclusions in the `flat' profile on Alpha. (We don't
on any other platform, either.)
This commit is contained in:
parent
760ab2591f
commit
e1a74529ae
3
gnu/dist/gprof/gprof.c
vendored
3
gnu/dist/gprof/gprof.c
vendored
@ -464,9 +464,6 @@ This program is free software. This program has absolutely no warranty.\n");
|
||||
{
|
||||
sym_id_add (*sp, EXCL_TIME);
|
||||
sym_id_add (*sp, EXCL_GRAPH);
|
||||
#ifdef __alpha__
|
||||
sym_id_add (*sp, EXCL_FLAT);
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user