equal
deleted
inserted
replaced
3911 "Trace PerfMemory create/attach/detach calls") \ |
3911 "Trace PerfMemory create/attach/detach calls") \ |
3912 \ |
3912 \ |
3913 product(bool, PerfDisableSharedMem, false, \ |
3913 product(bool, PerfDisableSharedMem, false, \ |
3914 "Store performance data in standard memory") \ |
3914 "Store performance data in standard memory") \ |
3915 \ |
3915 \ |
3916 product(intx, PerfDataMemorySize, 32*K, \ |
3916 product(intx, PerfDataMemorySize, 64*K, \ |
3917 "Size of performance data memory region. Will be rounded " \ |
3917 "Size of performance data memory region. Will be rounded " \ |
3918 "up to a multiple of the native os page size.") \ |
3918 "up to a multiple of the native os page size.") \ |
3919 \ |
3919 \ |
3920 product(intx, PerfMaxStringConstLength, 1024, \ |
3920 product(intx, PerfMaxStringConstLength, 1024, \ |
3921 "Maximum PerfStringConstant string length before truncation") \ |
3921 "Maximum PerfStringConstant string length before truncation") \ |