Lines Matching refs:log
10 where log records can be stored efficiently in memory, where each component
11 (e.g. device drivers) can have one separate debug log.
23 debug log for the caller. For each debug log exists a number of debug areas
25 pages in memory. In the debug areas there are stored debug entries (log records)
29 area and updates the log pointer for the active area. If the end
34 An exception-call writes the specified debug entry to the log and
62 to the debug log. Each component can decide which views should be
71 than the actual level are written to the log. This means, when
72 writing events, high priority log entries should have a low level
76 provided for every debug log. Debugging can be switched off completely
84 debug log. You can change the behavior using 2 sysctl parameters in
107 Parameter: name: Name of debug log (e.g. used for debugfs entry)
115 Description: Allocates memory for a debug log
123 Parameter: name: Name of debug log (e.g. used for debugfs entry)
136 Description: Allocates memory for a debug log
142 Parameter: id: handle for debug log
146 Description: frees memory for a debug log and removes all registered debug
153 Parameter: id: handle for debug log
163 Parameter: id: handle for debug log
184 Parameter: id: handle for debug log
200 Parameter: id: handle for debug log
213 Parameter: id: handle for debug log
226 Parameter: id: handle for debug log
242 Parameter: id: handle for debug log
258 Parameter: id: handle for debug log
271 Parameter: id: handle for debug log
285 Parameter: id: handle for debug log
301 Parameter: id: handle for debug log
312 Parameter: id: handle for debug log
513 the debug feature. If you log a string that is freed afterwards, you will get