大约有 14,000 项符合查询结果(耗时:0.0164秒) [XML]
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C++内核技术
...lib64/gconv/gconv-modules.cache
[...]
2、列出与open系统调用相关的跟踪点函数名:
# bpftrace -l 'tracepoint:syscalls:sys_enter_open*'
tracepoint:syscalls:sys_enter_open_by_handle_at
tracepoint:syscalls:sys_enter_open
tracepoint:syscalls:sys_enter_openat
3、工具开始运...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...
...lib64/gconv/gconv-modules.cache
[...]
2、列出与open系统调用相关的跟踪点函数名:
# bpftrace -l 'tracepoint:syscalls:sys_enter_open*'
tracepoint:syscalls:sys_enter_open_by_handle_at
tracepoint:syscalls:sys_enter_open
tracepoint:syscalls:sys_enter_openat
3、工具开始运...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...lib64/gconv/gconv-modules.cache
[...]
2、列出与open系统调用相关的跟踪点函数名:
# bpftrace -l 'tracepoint:syscalls:sys_enter_open*'
tracepoint:syscalls:sys_enter_open_by_handle_at
tracepoint:syscalls:sys_enter_open
tracepoint:syscalls:sys_enter_openat
3、工具开始运...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...
...lib64/gconv/gconv-modules.cache
[...]
2、列出与open系统调用相关的跟踪点函数名:
# bpftrace -l 'tracepoint:syscalls:sys_enter_open*'
tracepoint:syscalls:sys_enter_open_by_handle_at
tracepoint:syscalls:sys_enter_open
tracepoint:syscalls:sys_enter_openat
3、工具开始运...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...lib64/gconv/gconv-modules.cache
[...]
2、列出与open系统调用相关的跟踪点函数名:
# bpftrace -l 'tracepoint:syscalls:sys_enter_open*'
tracepoint:syscalls:sys_enter_open_by_handle_at
tracepoint:syscalls:sys_enter_open
tracepoint:syscalls:sys_enter_openat
3、工具开始运...
How to programmatically cause a core dump in C/C++
... with some compilers and some C libraries (like gcc and glibc or uClibc on ARM) because the abort() function is declared with a noreturn attribute and the compiler totally optimizes out all the return information, which makes the core file unusable. You can't trace it past the call to raise() or abo...
aiStarter相关整理;2.69版本升级,新特性版本提醒; - 微思想区 - 清泛IT...
aiStarter相关整理;2.69版本升级,新特性版本提醒;aiStarter已整理。账号互踢功能待测试已经全部完成。
廉价共享存储解决方案2-drbd+cman+gfs2 - 更多技术 - 清泛网 - 专注C/C++及内核技术
... 星期一 23:48:18 CST
2.2配置yum 阿里源
1.卸载自带的源
rpm -aq | grep yum | xargs rpm -e --nodeps
安装阿里源
rpm -ivh http://mirrors.aliyun.com/centos/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm
rpm -ivh http://mirrors.aliyun.com/centos/6/os/x8...
CMake使用教程 - C/C++ - 清泛网 - 专注C/C++及内核技术
...需要下载相应的包即可,Windows下可以下载zip压缩的绿色版本,还可以下载源代码。
(2)运行cmake的方法。(GUI、命令行)
http://www.cmake.org/cmake/help/runningcmake.html
CMake使用步骤:
运行GUI的cmake界面:
cmake-2.8.1-win32-x86/bin/cmake...
Is char signed or unsigned by default?
...plement on their architecture. On x86 systems char is generally signed. On arm systems it is generally unsigned (Apple iOS is an exception).
share
|
improve this answer
|
fo...
