Chinaunix首页 | 论坛 | 博客
  • 博客访问: 294932
  • 博文数量: 65
  • 博客积分: 185
  • 博客等级: 入伍新兵
  • 技术积分: 609
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-06 21:41
个人简介

好好学习,天天向上

文章分类

全部博文(65)

文章存档

2022年(3)

2021年(25)

2020年(1)

2019年(3)

2016年(2)

2015年(3)

2014年(14)

2013年(7)

2012年(7)

我的朋友

发布时间:2021-03-26 10:38:09

#include #include #include static int __init test_init(void){        int err = 0, virq0;      &.........【阅读全文】

阅读(1147) | 评论(0) | 转发(0)

发布时间:2021-03-12 09:47:04

用户态数据断点 ./perf record  -e mem:0x410968:w -ag    【w表示写的时候触发, r表示读触发,默认是rw,新表示指令断点】wp_test  1689 [001] 12228.591637: mem:0x410968:w:                   628 main+0xffffffffff800070 (/wp_test).........【阅读全文】

阅读(1118) | 评论(0) | 转发(0)

发布时间:2021-03-12 09:41:15

1、确保内核配置已经配置上如下配置/ # zcat /proc/config.gz | grep QEMUCONFIG_PPC_QEMU_E500=y/ #2、启动方法 qemu-system-ppc64 -cpu e5500 -M ppce500 -kernel uImage -initrd myramdisk.gz  -append "root=/dev/ram rw console=ttyS0,115200 " -nographic -m 512M......【阅读全文】

阅读(1054) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册