首页
学习
活动
专区
工具
TVP
发布

悟空被FFmpeg玩

专栏作者
120
文章
200419
阅读量
30
订阅数
内核线程创建
阅读了kernel的start_kernel代码后,学习了一下kernel_thread的使用
用户3765803
2019-03-05
1.4K0
记录一下qemu调试kernel的东西
858 gdb ./vmlinux   859 target remote localhost:1234   860 gdbserver 1234   861 yum install gdbserver   862 gdb vmlinux   863 gdb vmlinux   864 gdb vmlinux   865 vi .config   866 vi .config   867 make menuconfig   868 vi .config   869 make   87
用户3765803
2019-03-05
1.2K0
通过结构体成员获得结构体地址
通过结构体的成员获得结构体的地址,摘自kernel的一段宏,为了理解container_of,写了个例子
用户3765803
2019-03-05
1.8K0
驱动基础——字符设备1
使用命令建立一个设备 s 驱动代码 #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/fs.h> #include <linux/device.h> #include <linux/cdev.h> #include <linux/major.h> static ssize_t flash_env_dev_open(struct inode *i
用户3765803
2019-03-05
1K0
创建proc中的节点
#include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/proc_fs.h> #include <linux/fs.h> #define CUTBAG_DIR "CU_T-bagwell" #define CUTBAG_NODE "test_node" struct proc_dir_entry *cutbag_dir; static int __init
用户3765803
2019-03-05
2.3K0
oprofile测试应用程序性能
opcontrol --reset opcontrol --init opcontrol --setup --event=CYCLES:1000 opcontrol --start && ./dvnflash && opcontrol --dump && opcontrol --stop opreport -l ./dvnflash
用户3765803
2019-03-05
8020
Linux中文件系统注册及mount过程分析5
这些介绍了从读超级快,获得磁盘的块的属性,然后进行了sops注册,然后进入ext4_iget进行了文件操作,目录操作,链接操作等函数的注册,比如读文件
用户3765803
2019-03-05
1.9K0
使用Kernel的Makefile生成tags和cscope看代码更方便
[root@btg ext4]# make help Cleaning targets: clean - Remove most generated files but keep the config and enough build support to build external modules mrproper - Remove all generated files + config + various backup files
用户3765803
2019-03-05
1.6K0
linux到3.0了
Yay! Let the bikeshed painting discussions about version numbering begin (or at least re-start). I decided to just bite the bullet, and call the next version 3.0. It will get released close enough to the 20-year mark, which is excuse enough for me, altho
用户3765803
2019-03-05
8760
addr2line使用小记
[root@HI J]# arm-eabi-addr2line -e KERNEL_OBJ/vmlinux c0008520
用户3765803
2019-03-05
1.9K0
树莓派定制为无线便携监控摄像头
将树莓派定制为无线便携监控摄像头,插上USB摄像头,插上USB wifi,然后将摄像头的数据编码,将编码后的数据推流至流媒体服务器,其他人就可以通过流媒体服务器可以观看到树莓派摄像头采集到的数据。
用户3765803
2019-03-05
1.9K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档