]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/arm-ds5-gator.git/blobdiff - README_Streamline.txt
gator: Version 5.15
[android-sdk/arm-ds5-gator.git] / README_Streamline.txt
old mode 100644 (file)
new mode 100755 (executable)
index 5472c07..6a55f60
@@ -30,7 +30,6 @@ menuconfig options (depending on the kernel version, the location of these confi
   - CPU Frequency scaling\r
     - [*] CPU Frequency scaling (enables CONFIG_CPU_FREQ)\r
 - Kernel hacking\r
-  - [*] Mutex debugging: basic checks (optional, enables CONFIG_DEBUG_MUTEXES)\r
   - [*] Compile the kernel with debug info (optional, enables CONFIG_DEBUG_INFO)\r
   - [*] Tracers\r
     - [*] Trace process context switches and events (#)\r
@@ -43,7 +42,6 @@ CONFIG_PROFILING
 CONFIG_HIGH_RES_TIMERS\r
 CONFIG_LOCAL_TIMERS (for SMP systems)\r
 CONFIG_PERF_EVENTS and CONFIG_HW_PERF_EVENTS (kernel versions 3.0 and greater)\r
-CONFIG_DEBUG_MUTEXES (optional, provides 'mutex' as a reason code when a thread stops running)\r
 CONFIG_DEBUG_INFO (optional, used for analyzing the kernel)\r
 CONFIG_CPU_FREQ (optional, provides frequency setting of the CPU)\r
 \r
@@ -101,7 +99,7 @@ Further, the l2c-310 counter can be disabled by providing an offset of zero, ex:
 *** Compiling an application or shared library ***\r
 \r
 Recommended compiler settings:\r
-       "-g": Debug symbols needed for best analysis results.\r
+       "-g": Debug information, such as line numbers, needed for best analysis results.\r
        "-fno-inline": Speed improvement when processing the image files and most accurate analysis results.\r
        "-fno-omit-frame-pointer": ARM EABI frame pointers (Code Sourcery cross compiler) allow recording of the call stack with each sample taken when in ARM state (i.e. not -mthumb).\r
        "-marm": This option is required if your compiler is configured with --with-mode=thumb, otherwise call stack unwinding will not work.\r