Mercurial > flash_v2
comparison packages/kernel/current/cdl/instrument.cdl @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | 435cced73e2f |
| children | 4c750ce71ae3 |
comparison
equal
deleted
inserted
replaced
| 125:b4407dc7f59d | 126:518f42066aba |
|---|---|
| 38 # | 38 # |
| 39 #####DESCRIPTIONEND#### | 39 #####DESCRIPTIONEND#### |
| 40 # | 40 # |
| 41 # ==================================================================== | 41 # ==================================================================== |
| 42 | 42 |
| 43 cdl_option CYGVAR_KERNEL_INSTRUMENT_EXTERNAL_BUFFER { | |
| 44 display "Use buffer provided by the application" | |
| 45 flavor bool | |
| 46 default_value 0 | |
| 47 description " | |
| 48 In most circumstances the kernel should provide the | |
| 49 instrumentation circular buffer itself. Occasionally | |
| 50 application code may wish to provide the buffer instead, | |
| 51 giving the application code more convenient access to the | |
| 52 buffer. This also makes it possible to put the circular | |
| 53 buffer in special areas of memory, for example a region that | |
| 54 is shared with the host." | |
| 55 } | |
| 43 | 56 |
| 44 cdl_option CYGNUM_KERNEL_INSTRUMENT_BUFFER_SIZE { | 57 cdl_option CYGNUM_KERNEL_INSTRUMENT_BUFFER_SIZE { |
| 45 display "Size of instrumentation buffer size" | 58 display "Size of instrumentation buffer size" |
| 46 flavor data | 59 flavor data |
| 47 legal_values 16 to 0x100000 | 60 legal_values 16 to 0x100000 |
