Home
last modified time | relevance | path

Searched refs:core_pattern (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/
Dcoredump.c51 char core_pattern[CORENAME_MAX_SIZE] = "core"; variable
168 const char *pat_ptr = core_pattern; in format_corename()
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt28 - core_pattern
183 core_pattern:
185 core_pattern is used to specify a core dumpfile pattern name.
187 . core_pattern is used as a pattern template for the output filename;
191 If core_pattern does not include "%p" (default does not)
219 This sysctl is only applicable when core_pattern is configured to pipe
221 core_pattern is a '|', see above). When collecting cores via a pipe
244 If core_pattern does not include "%p" (default does not)
Dfs.txt238 anyway, but only if the "core_pattern" kernel sysctl is set to
/linux-4.4.14/kernel/
Dsysctl.c103 extern char core_pattern[];
472 .data = core_pattern,
2291 core_pattern[0] != '/' && core_pattern[0] != '|') { in validate_coredump_safety()