Home
last modified time | relevance | path

Searched refs:dump_buffers (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bootchart2/bootchart2/
H A D0001-collector-Allocate-space-on-heap-for-chunks.patch19 @@ -184,12 +184,12 @@ static void dump_buffers (DumpState *s)
35 @@ -197,6 +197,7 @@ static void dump_buffers (DumpState *s)
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c164 char *dump_buffers; member
568 cli->dump_buffers = (char *)__get_free_pages( in kbasep_vinstr_attach_client()
571 if (!cli->dump_buffers) in kbasep_vinstr_attach_client()
602 if (cli->dump_buffers) in kbasep_vinstr_attach_client()
604 (unsigned long)cli->dump_buffers, in kbasep_vinstr_attach_client()
659 (unsigned long)cli->dump_buffers, in kbase_vinstr_detach_client()
1011 buffer = &cli->dump_buffers[write_idx * cli->dump_size]; in kbasep_vinstr_fill_dump_buffer()
1675 addr = __pa((unsigned long)cli->dump_buffers + offset); in kbasep_vinstr_hwcnt_reader_mmap()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000.h245 bool dump_buffers; member