/kernel/linux/linux-5.10/fs/pstore/ |
H A D | ram.c | 39 module_param_named(ftrace_size, ramoops_ftrace_size, ulong, 0400); 40 MODULE_PARM_DESC(ftrace_size, "size of ftrace log"); 97 size_t ftrace_size; member 695 parse_u32("ftrace-size", pdata->ftrace_size, 0); in ramoops_parse_dt() 717 !pdata->console_size && !pdata->ftrace_size && in ramoops_parse_dt() 765 !pdata->ftrace_size && !pdata->pmsg_size && !pdata->blackbox_size)) { in ramoops_probe() 776 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size)) in ramoops_probe() 777 pdata->ftrace_size = rounddown_pow_of_two(pdata->ftrace_size); in ramoops_probe() [all...] |
H A D | blk.c | 47 static long ftrace_size = CONFIG_PSTORE_BLK_FTRACE_SIZE; variable 49 static long ftrace_size = -1; variable 51 module_param(ftrace_size, long, 0400); 52 MODULE_PARM_DESC(ftrace_size, "ftrace size in kbytes"); 155 verify_size(ftrace_size, 4096, dev->flags & PSTORE_FLAGS_FTRACE); in __register_pstore_device() 487 info->ftrace_size = check_size(ftrace_size, 4096); in pstore_blk_get_config()
|
H A D | zone.c | 1283 off_size += info->ftrace_size; in psz_alloc_zones() 1285 info->ftrace_size, in psz_alloc_zones() 1286 info->ftrace_size / nr_cpu_ids, in psz_alloc_zones() 1338 !info->ftrace_size && !info->blackbox_size) { in register_pstore_zone() 1362 check_size(ftrace_size, SECTOR_SIZE); in register_pstore_zone() 1391 pr_debug("\tftrace size : %ld Bytes\n", info->ftrace_size); in register_pstore_zone() 1430 if (info->ftrace_size) { in register_pstore_zone()
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | ram.c | 41 module_param_named(ftrace_size, ramoops_ftrace_size, ulong, 0400); 42 MODULE_PARM_DESC(ftrace_size, "size of ftrace log"); 90 size_t ftrace_size; member 688 parse_u32("ftrace-size", pdata->ftrace_size, 0); in ramoops_parse_dt() 709 !pdata->console_size && !pdata->ftrace_size && in ramoops_parse_dt() 755 !pdata->ftrace_size && !pdata->pmsg_size)) { in ramoops_probe() 766 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size)) in ramoops_probe() 767 pdata->ftrace_size = rounddown_pow_of_two(pdata->ftrace_size); in ramoops_probe() [all...] |
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pstore_ram.h | 35 unsigned long ftrace_size; member
|
H A D | pstore_blk.h | 35 * @ftrace_size: Total size for ftrace logging data (for all CPUs) 43 unsigned long ftrace_size; member
|
H A D | pstore_zone.h | 23 * @ftrace_size:The size of ftrace zone which is the same as @kmsg_size. 50 unsigned long ftrace_size; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pstore_blk.h | 98 * @ftrace_size: Total size for ftrace logging data (for all CPUs) 107 unsigned long ftrace_size; member
|
H A D | pstore_zone.h | 23 * @ftrace_size:The size of ftrace zone which is the same as @kmsg_size. 51 unsigned long ftrace_size; member
|
H A D | pstore_ram.h | 134 unsigned long ftrace_size; member
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | chromeos_pstore.c | 59 .ftrace_size = 0x20000,
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | chromeos_pstore.c | 59 .ftrace_size = 0x20000,
|
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 672 int ftrace_size = sizeof(ftrace) - 1; in main() local 704 if (len >= ftrace_size && in main() 705 strcmp(file + (len - ftrace_size), ftrace) == 0) in main()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 672 int ftrace_size = sizeof(ftrace) - 1; in main() local 704 if (len >= ftrace_size && in main() 705 strcmp(file + (len - ftrace_size), ftrace) == 0) in main()
|