Searched defs:dumper (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/linux/ |
D | kmsg_dump.h | 79 static inline bool kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, in kmsg_dump_get_line_nolock() 86 static inline bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line() 92 static inline bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer() 98 static inline void kmsg_dump_rewind_nolock(struct kmsg_dumper *dumper) in kmsg_dump_rewind_nolock() 102 static inline void kmsg_dump_rewind(struct kmsg_dumper *dumper) in kmsg_dump_rewind() 106 static inline int kmsg_dump_register(struct kmsg_dumper *dumper) in kmsg_dump_register() 111 static inline int kmsg_dump_unregister(struct kmsg_dumper *dumper) in kmsg_dump_unregister()
|
D | mm_types.h | 335 struct core_thread dumper; member
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-kmsg.c | 26 static void kmsg_dump_opal_console_flush(struct kmsg_dumper *dumper, in kmsg_dump_opal_console_flush()
|
/Linux-v4.19/arch/um/kernel/ |
D | kmsg_dump.c | 8 static void kmsg_dumper_stdout(struct kmsg_dumper *dumper, in kmsg_dumper_stdout()
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a5xx_gpu.c | 1219 struct a5xx_crashdumper *dumper) in a5xx_crashdumper_init() 1232 struct a5xx_crashdumper *dumper) in a5xx_crashdumper_free() 1241 struct a5xx_crashdumper *dumper) in a5xx_crashdumper_run() 1287 struct a5xx_crashdumper dumper = { 0 }; in a5xx_gpu_state_get_hlsq_regs() local
|
/Linux-v4.19/kernel/printk/ |
D | printk.c | 2976 int kmsg_dump_register(struct kmsg_dumper *dumper) in kmsg_dump_register() 3005 int kmsg_dump_unregister(struct kmsg_dumper *dumper) in kmsg_dump_unregister() 3036 struct kmsg_dumper *dumper; in kmsg_dump() local 3085 bool kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line_nolock() 3134 bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_line() 3167 bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, in kmsg_dump_get_buffer() 3250 void kmsg_dump_rewind_nolock(struct kmsg_dumper *dumper) in kmsg_dump_rewind_nolock() 3266 void kmsg_dump_rewind(struct kmsg_dumper *dumper) in kmsg_dump_rewind()
|
/Linux-v4.19/drivers/mtd/ |
D | mtdoops.c | 283 static void mtdoops_do_dump(struct kmsg_dumper *dumper, in mtdoops_do_dump()
|
/Linux-v4.19/fs/pstore/ |
D | platform.c | 355 static void pstore_dump(struct kmsg_dumper *dumper, in pstore_dump()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | nvram_64.c | 657 static void oops_to_nvram(struct kmsg_dumper *dumper, in oops_to_nvram()
|
/Linux-v4.19/drivers/hv/ |
D | vmbus_drv.c | 1051 static void hv_kmsg_dump(struct kmsg_dumper *dumper, in hv_kmsg_dump()
|
/Linux-v4.19/kernel/debug/kdb/ |
D | kdb_main.c | 2115 struct kmsg_dumper dumper = { .active = 1 }; in kdb_dmesg() local
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 2785 struct kmsg_dumper dumper = { .active = 1 }; in dump_log_buf() local
|