Home
last modified time | relevance | path

Searched refs:ftrace_size (Results 1 – 9 of 9) 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
52 module_param(ftrace_size, long, 0400);
53 MODULE_PARM_DESC(ftrace_size, "ftrace size in kbytes");
132 verify_size(ftrace_size, 4096, dev->flags & PSTORE_FLAGS_FTRACE); in __register_pstore_device()
248 info->ftrace_size = check_size(ftrace_size, 4096); in pstore_blk_get_config()
H A Dzone.c1265 off_size += info->ftrace_size; in psz_alloc_zones()
1267 info->ftrace_size, in psz_alloc_zones()
1268 info->ftrace_size / nr_cpu_ids, in psz_alloc_zones()
1315 !info->ftrace_size) { in register_pstore_zone()
1339 check_size(ftrace_size, SECTOR_SIZE); in register_pstore_zone()
1367 pr_debug("\tftrace size : %ld Bytes\n", info->ftrace_size); in register_pstore_zone()
1405 if (info->ftrace_size) { in register_pstore_zone()
H A DKconfig187 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
/linux/include/linux/
H A Dpstore_blk.h43 unsigned long ftrace_size; member
H A Dpstore_ram.h35 unsigned long ftrace_size; member
H A Dpstore_zone.h50 unsigned long ftrace_size; member
/linux/scripts/
H A Drecordmcount.c671 int ftrace_size = sizeof(ftrace) - 1; in main() local
703 if (len >= ftrace_size && in main()
704 strcmp(file + (len - ftrace_size), ftrace) == 0) in main()
/linux/drivers/platform/chrome/
H A Dchromeos_pstore.c63 .ftrace_size = 0x20000,
/linux/Documentation/admin-guide/
H A Dpstore-blk.rst110 ftrace_size section in Configurations for user
118 ftrace_size / processors_count.