会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sky
我所做的事情都是源于自己对梦想的追求--分享技术、共同创造新世界---欢迎交流:zhangbinghua2012@163.com skyzhangbinghua@gmai.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
127
下一页
2020年8月27日
使用 Crash 工具分析 Linux dump 文件【转】
摘要: 转自:https://blog.csdn.net/iteye_2535/article/details/81847840?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channe
阅读全文
posted @ 2020-08-27 10:49 Sky&Zhang
阅读(1770)
评论(0)
推荐(0)
2020年8月26日
朴英敏: 用crash工具分析Linux内核死锁的一次实战【转】
摘要: 转自:https://blog.csdn.net/juS3Ve/article/details/79428049?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_pa
阅读全文
posted @ 2020-08-26 11:23 Sky&Zhang
阅读(983)
评论(0)
推荐(0)
2020年8月25日
ext3,ext4,xfs和btrfs文件系统性能对比【转】
摘要: 转自:https://www.cnblogs.com/tommyli/p/3201047.html 应为原文:http://www.ilsistemista.net/index.php/linux-a-unix/6-linux-filesystems-benchmarked-ext3-vs-ext4
阅读全文
posted @ 2020-08-25 10:08 Sky&Zhang
阅读(4079)
评论(0)
推荐(0)
2020年8月24日
STM32MP157——Remoteproc和RPMsg【转】
摘要: 转自:https://hceng.cn/2020/05/09/STM32MP157%E2%80%94%E2%80%94Remoteproc%E5%92%8CRPMsg/ 简单介绍基于STM32MP157的Remoteproc和RPMsg框架。STM32MP1系列产品,是STM32进军Linux的首款
阅读全文
posted @ 2020-08-24 21:49 Sky&Zhang
阅读(5018)
评论(0)
推荐(0)
2020年8月19日
使用edac工具来检测服务器内存故障.【转】
摘要: 转自:https://www.cnblogs.com/luckyall/p/11225772.html 随着虚拟化,Redis,BDB内存数据库等应用的普及,现在越来越多的服务器配置了大容量内存,拿DELL的R620来说在配置双路CPU下,其24个内存插槽,支持的内存高达960GB。对于ECC,RE
阅读全文
posted @ 2020-08-19 11:16 Sky&Zhang
阅读(1698)
评论(0)
推荐(0)
2020年8月18日
Linux 虚拟地址与物理地址的映射关系分析【转】
摘要: 转自:https://blog.csdn.net/ordeder/article/details/41630945 Ordeder原创文章,原文链接: http://blog.csdn.net/ordeder/article/details/41630945 源码版本 2.4.0 1. 虚拟空间 0
阅读全文
posted @ 2020-08-18 23:14 Sky&Zhang
阅读(729)
评论(0)
推荐(0)
perf Examples【转】
摘要: 转自:http://www.brendangregg.com/perf.html perf Examples Image license: creative commons Attribution-ShareAlike 4.0. These are some examples of using th
阅读全文
posted @ 2020-08-18 10:30 Sky&Zhang
阅读(448)
评论(0)
推荐(0)
2020年8月17日
Zephyr学习专题【转】
摘要: 转自:https://www.cnblogs.com/arnoldlu/p/7675666.html#zephyr_documentation 1 前言 本来想学习Zyphyr的Power Management,但是看着看着就被带进去了。 你看功耗,里面的suspend涉及到时间补偿相关的吧,然后就
阅读全文
posted @ 2020-08-17 21:57 Sky&Zhang
阅读(662)
评论(0)
推荐(0)
《Linux/UNIX系统编程手册》第49章 内存映射【转】
摘要: 转自:https://www.cnblogs.com/arnoldlu/p/12550993.html 关键词:mmap()、munmap()、msync()、SIGSEGV、SIGBUS、MAP_NORESERVE、MAP_FIXED、mremap()、remap_file_pages()等等。
阅读全文
posted @ 2020-08-17 21:50 Sky&Zhang
阅读(421)
评论(0)
推荐(0)
crosstool-ng编译交叉工具链【转】
摘要: 转自:https://www.cnblogs.com/kele-dad/p/6697155.html?utm_source=itdadao&utm_medium=referral 一、准备工作 1. 建立工作文件夹 2.下载crosstool-ng 1 git clone https://githu
阅读全文
posted @ 2020-08-17 21:33 Sky&Zhang
阅读(457)
评论(0)
推荐(0)
Linux performance tools【转】
摘要: 转自:http://www.brendangregg.com/linuxperf.html 以下是个人整理如上网址的一些图片,觉得不错就记录了下来,原文如上链接
阅读全文
posted @ 2020-08-17 15:16 Sky&Zhang
阅读(320)
评论(0)
推荐(0)
arm芯片中的浮点运算(二)【转】
摘要: 转自:https://blog.csdn.net/yuanlu837/article/details/7746274 ABI即“application binary interface”,即编译器将c代码编译成汇编代码时使用的一种规则 使用规范如下: 在编译带有浮点参数的函数时,有三种可能的编译选项
阅读全文
posted @ 2020-08-17 10:49 Sky&Zhang
阅读(1330)
评论(0)
推荐(0)
2020年8月16日
BiscuitOS/Linux 上构建 GFP_ZONE_TABLE【转】
摘要: 转自:http://blog.chinaunix.net/uid-30647659-id-5690543.html 本贴主要讲述如何构建 BiscuitOS 或 Linux 上的 GFP_ZONE_TABLE 表.当在内核中分配内存的时候,必须指定分配的标志,如:kmalloc(size,gfp)k
阅读全文
posted @ 2020-08-16 23:17 Sky&Zhang
阅读(546)
评论(0)
推荐(0)
二、buildroot 构建交叉编译工具链【转】
摘要: 转自:https://www.cnblogs.com/kele-dad/p/13125808.html 2.1 介绍 2.1.1 工具链简介 一个编译工具链模块是允许为系统编译代码的一组工具。它由一个编译器(在我们的例子中是 gcc)、像汇编器和链接器这样的二进制 utils(一般是 binutil
阅读全文
posted @ 2020-08-16 17:04 Sky&Zhang
阅读(993)
评论(0)
推荐(0)
buildroot构建项目(一)---buildroot介绍【转】
摘要: 转自:https://www.cnblogs.com/kele-dad/p/8231434.html 1.1 什么是buildroot Buildroot是Linux平台上一个构建嵌入式Linux系统的框架。整个Buildroot是由Makefile脚本和Kconfig配置文件构成的。你可以和编译L
阅读全文
posted @ 2020-08-16 17:03 Sky&Zhang
阅读(1258)
评论(0)
推荐(0)
使用buildroot创建自己的交叉编译工具链【转】
摘要: 转自:https://blog.csdn.net/linczone/article/details/45894181?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_
阅读全文
posted @ 2020-08-16 17:02 Sky&Zhang
阅读(2850)
评论(0)
推荐(0)
使用buildroot制作交叉编译工具链【转】
摘要: 转自:https://blog.csdn.net/shengnan_wu/article/details/8149466 1.获取Buildroot路径: 1)所有的发行版可以在以下官网下载 : http://buildroot.net/downloads/ 2)最新版可以在以下链接下载 : htt
阅读全文
posted @ 2020-08-16 16:56 Sky&Zhang
阅读(1616)
评论(0)
推荐(0)
Perf 简介【转】
摘要: 转自:https://www.cnblogs.com/danxi/p/6285853.html Perf 是用来进行软件性能分析的工具。 通过它,应用程序可以利用 PMU,tracepoint 和内核中的特殊计数器来进行性能统计。它不但可以分析指定应用程序的性能问题 (per thread),也可以
阅读全文
posted @ 2020-08-16 15:36 Sky&Zhang
阅读(822)
评论(0)
推荐(0)
linux perf工具测试程序cpu cache刷回实验【转】
摘要: 转自:https://blog.csdn.net/SweeNeil/article/details/106148756?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-6.channel
阅读全文
posted @ 2020-08-16 15:21 Sky&Zhang
阅读(747)
评论(0)
推荐(0)
Linux下的内核测试工具——perf使用简介【转】
摘要: 转自:https://www.cnblogs.com/zhaoxinshanwei/p/8298493.html 摘要:Perf是Linux kernel自带的系统性能优化工具。Perf的优势在于与Linux Kernel的紧密结合,它可以最先应用到加入Kernel的new feature。pef可
阅读全文
posted @ 2020-08-16 15:02 Sky&Zhang
阅读(1984)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
127
下一页
公告