Lines Matching full:coredump
31 * A coredump-configuration-to-string lookup table, for exposing a
41 /* Expose the current coredump configuration via debugfs */
56 * By writing to the 'coredump' debugfs entry, we control the behavior of the
57 * coredump mechanism dynamically. The default value of this entry is "disabled".
59 * The 'coredump' debugfs entry supports these commands:
61 * disabled: By default coredump collection is disabled. Recovery will
64 * enabled: When the remoteproc crashes the entire coredump will be copied
67 * inline: The coredump will not be copied to a separate buffer and the
91 dev_err(&rproc->dev, "can't change coredump configuration\n"); in rproc_coredump_write()
103 dev_err(&rproc->dev, "Invalid coredump configuration\n"); in rproc_coredump_write()
417 debugfs_create_file("coredump", 0600, rproc->dbg_dir, in rproc_create_debug_dir()