Searched refs:ftrace_size (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/pstore/ |
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()
|
D | ram.c | 39 module_param_named(ftrace_size, ramoops_ftrace_size, ulong, 0400); 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() 743 !pdata->ftrace_size && !pdata->pmsg_size)) { in ramoops_probe() 754 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size)) in ramoops_probe() 755 pdata->ftrace_size = rounddown_pow_of_two(pdata->ftrace_size); in ramoops_probe() 764 cxt->ftrace_size = pdata->ftrace_size; in ramoops_probe() 771 dump_mem_sz = cxt->size - cxt->console_size - cxt->ftrace_size in ramoops_probe() [all …]
|
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()
|
D | Kconfig | 269 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
|
/linux-6.1.9/include/linux/ |
D | pstore_blk.h | 43 unsigned long ftrace_size; member
|
D | pstore_zone.h | 50 unsigned long ftrace_size; member
|
D | pstore_ram.h | 134 unsigned long ftrace_size; member
|
/linux-6.1.9/scripts/ |
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-6.1.9/drivers/platform/chrome/ |
D | chromeos_pstore.c | 59 .ftrace_size = 0x20000,
|
/linux-6.1.9/Documentation/admin-guide/ |
D | pstore-blk.rst | 110 ftrace_size section in Configurations for user 118 ftrace_size / processors_count.
|