Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dpstore-blk.rst107 ftrace_size section in Configurations for user
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dblk.c47 static long ftrace_size = CONFIG_PSTORE_BLK_FTRACE_SIZE; variable
49 static long ftrace_size = -1; variable
H A Dram.c96 size_t ftrace_size; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dpstore_zone.h50 unsigned long ftrace_size; member
H A Dpstore_blk.h106 unsigned long ftrace_size; member
H A Dpstore_ram.h137 unsigned long ftrace_size; member
/OK3568_Linux_fs/u-boot/lib/
H A Dtrace.c33 ulong ftrace_size; /* Num. of ftrace records we have space for */ member
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.c629 int ftrace_size = sizeof(ftrace) - 1; in main() local