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:
jhibbits 2018-06-03 03:53:11 +00:00
parent 3dee6f7a13
commit 45332e3d1f

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;