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

/linux-master/include/linux/
H A Dpstore_blk.h35 * @ftrace_size: Total size for ftrace logging data (for all CPUs)
43 unsigned long ftrace_size; member in struct:pstore_blk_config
H A Dpstore_ram.h35 unsigned long ftrace_size; member in struct:ramoops_platform_data
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 in struct:pstore_zone_info
/linux-master/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);
248 info->ftrace_size = check_size(ftrace_size, 4096);
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 in struct:ramoops_context
688 parse_u32("ftrace-size", pdata->ftrace_size, 0);
709 !pdata->console_size && !pdata->ftrace_size &&
755 !pdata->ftrace_size && !pdata->pmsg_size)) {
766 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size))
767 pdata->ftrace_size = rounddown_pow_of_two(pdata->ftrace_size);
[all...]
H A Dzone.c1259 off_size += info->ftrace_size;
1261 info->ftrace_size,
1262 info->ftrace_size / nr_cpu_ids,
1309 !info->ftrace_size) {
1333 check_size(ftrace_size, SECTOR_SIZE);
1361 pr_debug("\tftrace size : %ld Bytes\n", info->ftrace_size);
1399 if (info->ftrace_size) {
/linux-master/drivers/platform/chrome/
H A Dchromeos_pstore.c59 .ftrace_size = 0x20000,
/linux-master/scripts/
H A Drecordmcount.c671 int ftrace_size = sizeof(ftrace) - 1; local
703 if (len >= ftrace_size &&
704 strcmp(file + (len - ftrace_size), ftrace) == 0)

Completed in 139 milliseconds