Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/sysctl/
Dkernel.txt28 - core_pattern
182 core_pattern:
184 core_pattern is used to specify a core dumpfile pattern name.
186 . core_pattern is used as a pattern template for the output filename;
190 If core_pattern does not include "%p" (default does not)
218 This sysctl is only applicable when core_pattern is configured to pipe
220 core_pattern is a '|', see above). When collecting cores via a pipe
243 If core_pattern does not include "%p" (default does not)
Dfs.txt215 anyway, but only if the "core_pattern" kernel sysctl is set to
/linux-4.1.27/fs/
Dcoredump.c52 char core_pattern[CORENAME_MAX_SIZE] = "core"; variable
167 const char *pat_ptr = core_pattern; in format_corename()
/linux-4.1.27/kernel/
Dsysctl.c102 extern char core_pattern[];
480 .data = core_pattern,
2237 core_pattern[0] != '/' && core_pattern[0] != '|') { in validate_coredump_safety()