Home
last modified time | relevance | path

Searched refs:ftrace_size (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/pstore/
H A Dram.c39 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 Dblk.c47 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 Dzone.c1283 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 Dram.c41 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 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.c1258 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 Dpstore_ram.h35 unsigned long ftrace_size; member
H A Dpstore_blk.h35 * @ftrace_size: Total size for ftrace logging data (for all CPUs)
43 unsigned long ftrace_size; member
H A Dpstore_zone.h23 * @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 Dpstore_blk.h98 * @ftrace_size: Total size for ftrace logging data (for all CPUs)
107 unsigned long ftrace_size; member
H A Dpstore_zone.h23 * @ftrace_size:The size of ftrace zone which is the same as @kmsg_size.
51 unsigned long ftrace_size; member
H A Dpstore_ram.h134 unsigned long ftrace_size; member
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dchromeos_pstore.c59 .ftrace_size = 0x20000,
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dchromeos_pstore.c59 .ftrace_size = 0x20000,
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.c672 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 Drecordmcount.c672 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()

Completed in 11 milliseconds