Kernel
Chord__
linux 嵌入式
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 启动性能优化 - kernel篇
题目有点大,其实kernel的启动性能调整和Android基本没什么关系,我想应该适用所有使用Linux的嵌入式设备时间测量说到性能调整,第一件该干的的事就是看下时间到底消耗在哪里。俗话说的好:知己知彼,百战百胜;过度优化,万恶之首因此手头上要有称心如意的时间测试工具,方法。其实我是不太喜欢工具的,工具这东西可遇不可求,而且不如写代码顺手。1. PRINTK_T转载 2017-02-14 17:37:38 · 1536 阅读 · 0 评论 -
Linux内核定时器-- timer_list
一.概述 信号量是Linux进程间通信的常用方法之一,这里使用POSIX标准的信号量,而不是System V的。二.头文件linux/timer.h二.结构体数据类型struct timer_list { struct list_head entry; //定时器链表的入口 unsigned long expir原创 2017-04-28 14:05:00 · 704 阅读 · 0 评论 -
Linux Fastboot Methods
How to define the booting time?The booting time we defined here is from the board be powered up to the main application working and main application be showed directly to the end user, for example翻译 2017-02-15 14:55:43 · 321 阅读 · 0 评论
分享