Revert r326083, it doesn't behave as expected.

Even though there do appear to be more artificial frames, with 12, stack
traces no longer list at all.  Revert until a better, more stable value can
be determined.
This commit is contained in:
Justin Hibbits 2018-06-03 03:53:11 +00:00
parent d0bb69dc07
commit a1a990d8a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334550

View File

@ -124,7 +124,7 @@
/*
* This value is bogus just to make module compilable on powerpc
*/
#define PROF_ARTIFICIAL_FRAMES 12
#define PROF_ARTIFICIAL_FRAMES 3
#endif
struct profile_probe_percpu;