Lines Matching refs:view
72 a view can be inspected simply by reading the corresponding debugfs file.
130 * hex_ascii-view Example
163 * sprintf-view Example
299 The hex_ascii view shows the data field in hex and ascii representation
302 The sprintf view formats the debug entries in the same way as the sprintf
319 If using the sprintf view do NOT use other event/exception functions
322 The format of the hex_ascii and sprintf view is as follows:
333 A typical line of the hex_ascii view will look like the following (first line
334 is only for explanation and will not be displayed when 'cating' the view)::
363 struct debug_view* view,
369 struct debug_view* view, char* out_buf,
372 struct debug_view* view,
375 struct debug_view* view,
380 The "private_data" member can be used as pointer to view specific data.
392 When a view is read from the debugfs, the Debug Feature calls the
398 the view (e.g. like with ``echo "0" > /sys/kernel/debug/s390dbf/dasd/level``).
428 debug_info_t *id, struct debug_view *view,
445 "myview", /* name of view */