Lines Matching refs:view

66 a view can be inspected simply by reading the corresponding debugfs file.
299 int debug_register_view (debug_info_t * id, struct debug_view *view);
302 view: pointer to debug view struct
307 Description: registers new debug view and creates debugfs dir entry
310 int debug_unregister_view (debug_info_t * id, struct debug_view *view);
313 view: pointer to debug view struct
318 Description: unregisters debug view and removes debugfs dir entry
333 * hex_ascii- + raw-view Example
367 * sprintf-view Example
498 The hex_ascii view shows the data field in hex and ascii representation
500 The raw view returns a bytestream as the debug areas are stored in memory.
502 The sprintf view formats the debug entries in the same way as the sprintf
517 NOTE: If using the sprintf view do NOT use other event/exception functions
520 The format of the hex_ascii and sprintf view is as follows:
530 The format of the raw view is:
534 A typical line of the hex_ascii view will look like the following (first line
535 is only for explanation and will not be displayed when 'cating' the view):
560 struct debug_view* view,
566 struct debug_view* view, char* out_buf,
569 struct debug_view* view,
572 struct debug_view* view,
577 The "private_data" member can be used as pointer to view specific data.
589 When a view is read from the debugfs, the Debug Feature calls the
595 the view (e.g. like with 'echo "0" > /sys/kernel/debug/s390dbf/dasd/level).
622 debug_info_t * id, struct debug_view *view,
640 "myview", /* name of view */