Searched refs:ftrace_size (Results 1 – 10 of 10) sorted by relevance
/linux/fs/pstore/ |
A D | blk.c | 48 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()
|
A D | ram.c | 40 MODULE_PARM_DESC(ftrace_size, "size of ftrace log"); 88 size_t ftrace_size; member 676 parse_u32("ftrace-size", pdata->ftrace_size, 0); in ramoops_parse_dt() 697 !pdata->console_size && !pdata->ftrace_size && in ramoops_parse_dt() 742 !pdata->ftrace_size && !pdata->pmsg_size)) { in ramoops_probe() 752 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size)) in ramoops_probe() 753 pdata->ftrace_size = rounddown_pow_of_two(pdata->ftrace_size); in ramoops_probe() 762 cxt->ftrace_size = pdata->ftrace_size; in ramoops_probe() 786 cxt->ftrace_size, -1, in ramoops_probe() 848 ramoops_ftrace_size = pdata->ftrace_size; in ramoops_probe() [all …]
|
A D | zone.c | 1258 off_size += info->ftrace_size; in psz_alloc_zones() 1260 info->ftrace_size, in psz_alloc_zones() 1261 info->ftrace_size / nr_cpu_ids, in psz_alloc_zones() 1308 !info->ftrace_size) { in register_pstore_zone() 1332 check_size(ftrace_size, SECTOR_SIZE); in register_pstore_zone() 1360 pr_debug("\tftrace size : %ld Bytes\n", info->ftrace_size); in register_pstore_zone() 1398 if (info->ftrace_size) { in register_pstore_zone()
|
A D | Kconfig | 268 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
|
/linux/include/linux/ |
A D | pstore_blk.h | 43 unsigned long ftrace_size; member
|
A D | pstore_zone.h | 50 unsigned long ftrace_size; member
|
A D | pstore_ram.h | 134 unsigned long ftrace_size; member
|
/linux/scripts/ |
A D | recordmcount.c | 629 int ftrace_size = sizeof(ftrace) - 1; in main() local 661 if (len >= ftrace_size && in main() 662 strcmp(file + (len - ftrace_size), ftrace) == 0) in main()
|
/linux/drivers/platform/chrome/ |
A D | chromeos_pstore.c | 59 .ftrace_size = 0x20000,
|
/linux/Documentation/admin-guide/ |
A D | pstore-blk.rst | 110 ftrace_size subsection 118 ftrace_size / processors_count.
|
Completed in 16 milliseconds