Displaying 2 results from an estimated 2 matches for "dprobe".
Did you mean:
probe
2006 Jul 31
3
[Xen-tools] Dprobe and Systemtap for Xen Tracing and Debugging.
Hi folks
In linux kernel development, there is a debug tool called dprobe ,which can
be used to dynamic insert the probes into the function of kernel source code
and find what''s goning on.There is also a tool called systemtap which is
based on dprobe and kernel debug info.
Using the kprobes infrastructure, SystemTap is being developed to
dynamically instrument t...
2011 Sep 15
1
[LLVMdev] LLVM ERROR: Cannot yet select: 0x1fcc5f0: f64 = ConstantFP<0.000000e+00> [ID=4]
1. My configuration:
OS: ubuntu11.04,
CPU: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
llvm: llvm-2.8
2. My running environment:
~#llvm-gcc -DCOMPDATE="today" -DCFLAGS="" -DHOSTNAME="thishost"
-DNeedFunctionPrototypes=1 -DSASR -DPROBES=8 -O3 -emit-llvm
/home/qali/Develop/Benchmark/MultipleSource/FreeBench/distray/distray.c -o
/home/qali/Develop/Benchmark/MultipleSource/FreeBench/distray/distray.bc
~#/home/qali/Build/llvm-2.8-ori/Debug+Asserts/bin/llc -print-before-all
main_opt.bc -o main_opt.s
Then, the following error happen...