Home
last modified time | relevance | path

Searched refs:debug_entry_t (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Ddebug.h40 typedef struct __debug_entry debug_entry_t; typedef
54 debug_entry_t ***areas;
68 debug_entry_t *entry,
85 int area, debug_entry_t *entry,
106 debug_entry_t *debug_event_common(debug_info_t *id, int level,
109 debug_entry_t *debug_exception_common(debug_info_t *id, int level,
160 static inline debug_entry_t *debug_event(debug_info_t *id, int level, in debug_event()
180 static inline debug_entry_t *debug_int_event(debug_info_t *id, int level, in debug_int_event()
202 static inline debug_entry_t *debug_long_event(debug_info_t *id, int level, in debug_long_event()
224 static inline debug_entry_t *debug_text_event(debug_info_t *id, int level, in debug_text_event()
[all …]
/linux/arch/s390/kernel/
H A Ddebug.c179 static debug_entry_t ***debug_areas_alloc(int pages_per_area, int nr_areas) in debug_areas_alloc()
181 debug_entry_t ***areas; in debug_areas_alloc()
184 areas = kmalloc_objs(debug_entry_t **, nr_areas); in debug_areas_alloc()
189 areas[i] = kmalloc_objs(debug_entry_t *, pages_per_area, in debug_areas_alloc()
251 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
392 debug_entry_t *act_entry; in debug_format_entry()
405 act_entry = (debug_entry_t *) ((char *)id_snap->areas[p_info->act_area] in debug_format_entry()
1036 static inline debug_entry_t *get_active_entry(debug_info_t *id) in get_active_entry()
1038 return (debug_entry_t *) (((char *) id->areas[id->active_area] in get_active_entry()
1057 debug_entry_t *from, *to, *last; in debug_events_append()
[all …]