Home
last modified time | relevance | path

Searched defs:ftrace_size (Results 1 – 7 of 7) sorted by relevance

/linux/fs/pstore/
H A Dblk.c48 static long ftrace_size = CONFIG_PSTORE_BLK_FTRACE_SIZE; variable
50 static long ftrace_size = -1; variable
H A Dram.c94 size_t ftrace_size; member
/linux/Documentation/admin-guide/
H A Dpstore-blk.rst110 ftrace_size section in Configurations for user
/linux/include/linux/
H A Dpstore_blk.h43 unsigned long ftrace_size; member
H A Dpstore_zone.h50 unsigned long ftrace_size; member
H A Dpstore_ram.h35 unsigned long ftrace_size; member
/linux/scripts/
H A Drecordmcount.c671 int ftrace_size = sizeof(ftrace) - 1; in main() local