Home
last modified time | relevance | path

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

/openbmc/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.c90 size_t ftrace_size; member
/openbmc/linux/Documentation/admin-guide/
H A Dpstore-blk.rst110 ftrace_size section in Configurations for user
/openbmc/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
/openbmc/u-boot/lib/
H A Dtrace.c32 ulong ftrace_size; /* Num. of ftrace records we have space for */ member
/openbmc/linux/scripts/
H A Drecordmcount.c672 int ftrace_size = sizeof(ftrace) - 1; in main() local