Home
last modified time | relevance | path

Searched refs:ftrace_size (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dtrace.c33 ulong ftrace_size; /* Num. of ftrace records we have space for */ member
67 if (hdr->ftrace_count < hdr->ftrace_size) { in add_ftrace()
79 if (hdr->ftrace_count < hdr->ftrace_size) { in add_textbase()
207 if (count > hdr->ftrace_size) in trace_list_calls()
208 count = hdr->ftrace_size; in trace_list_calls()
254 count = min(hdr->ftrace_count, hdr->ftrace_size); in trace_print_stats()
257 if (hdr->ftrace_count > hdr->ftrace_size) { in trace_print_stats()
259 hdr->ftrace_count - hdr->ftrace_size); in trace_print_stats()
324 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_init()
359 hdr->ftrace_size = (buff_size - needed) / sizeof(*hdr->ftrace); in trace_early_init()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dram.c44 module_param_named(ftrace_size, ramoops_ftrace_size, ulong, 0400);
45 MODULE_PARM_DESC(ftrace_size, "size of ftrace log");
96 size_t ftrace_size; member
747 parse_u32("ftrace-size", pdata->ftrace_size, 0); in ramoops_parse_dt()
772 !pdata->console_size && !pdata->ftrace_size && in ramoops_parse_dt()
862 !pdata->ftrace_size && !pdata->pmsg_size && !pdata->boot_log_size)) { in ramoops_probe()
869 !pdata->ftrace_size && !pdata->pmsg_size)) { in ramoops_probe()
881 if (pdata->ftrace_size && !is_power_of_2(pdata->ftrace_size)) in ramoops_probe()
882 pdata->ftrace_size = rounddown_pow_of_two(pdata->ftrace_size); in ramoops_probe()
892 cxt->ftrace_size = 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");
146 verify_size(ftrace_size, 4096, dev->flags & PSTORE_FLAGS_FTRACE); in __register_pstore_device()
477 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()
1304 !info->ftrace_size) { in register_pstore_zone()
1328 check_size(ftrace_size, SECTOR_SIZE); in register_pstore_zone()
1356 pr_debug("\tftrace size : %ld Bytes\n", info->ftrace_size); in register_pstore_zone()
1394 if (info->ftrace_size) { in register_pstore_zone()
H A DKconfig261 This just sets size of ftrace log (ftrace_size) for pstore/blk. The
/OK3568_Linux_fs/kernel/include/linux/
H A Dpstore_zone.h50 unsigned long ftrace_size; member
H A Dpstore_blk.h106 unsigned long ftrace_size; member
H A Dpstore_ram.h137 unsigned long ftrace_size; member
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.c629 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()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dchromeos_pstore.c59 .ftrace_size = 0x20000,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dpstore-blk.rst107 ftrace_size section in Configurations for user
115 ftrace_size / processors_count.
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo