11 2015 档案

std::move()
摘要:1 #include 2 #include 3 #include 4 #include 5 int main() 6 { 7 std::string str = "Hello"; 8 std::vector v; 9 10 // uses the push_bac... 阅读全文

posted @ 2015-11-19 22:09 追寻前人的脚步 阅读(395) 评论(0) 推荐(0)

kprobe 内核模块
摘要:代码来自于linux内核sample/kprobekprobe_example.c 1 /* 2 * NOTE: This example is works on x86 and powerpc. 3 * Here's a sample kernel module showing the ... 阅读全文

posted @ 2015-11-02 20:32 追寻前人的脚步 阅读(1032) 评论(0) 推荐(0)

导航