oprofile

    0熱度

    1回答

    我想在運行Pentium D處理器(Dell OptiPlex-GX620桌面)的Ubuntu 12.10下使用oprofile 0.9.8。當我嘗試像「operf LS」簡單的東西,我得到 perf_event_open failed with Invalid argument Caught runtime_error: Internal Error. Perf event setup fai

    1熱度

    1回答

    我正在運行我的代碼AMD optron 6270機器。 OS是Centos 6.2發行版。 我做了一個簡單的程序作爲 #include<stdio.h> #include<stdlib.h> int calling (long a); int calling1 (long a); int calling2 (long a); int calling3 (long a); int cal

    3熱度

    1回答

    我正在爲我們的嵌入式產品之一(ARM Cortex-A8)開發一組工具。我看過的一些工具是LTTng,OProfile和Valgrind。有人可以簡要描述LTTng和OProfile之間的區別嗎?我試圖確定我們的工具集是否需要包含OProfile。 謝謝。

    2熱度

    1回答

    我想通過使用硬件性能計數器來剖析由Linux上的JIT生成的代碼。據我所知,最常見的配置文件是oprofile和perf。 如何整合JIT和oprofile/perf? 我的JIT不是已經在oprofile中支持的JAVA。 (perf?) 例如,我們可以考慮LLVM的JIT。我想 見最熱門的功能(自己的名字)從JIT泰德代碼 見最熱函數的反彙編,分配給每一個指令

    4熱度

    1回答

    當使用統計執行分析器OProfile爲我的C應用程序可視化調用圖譜時,它多次包含以下警告。該警告是相當神祕的對我說: warning: dropping hyperspace sample at offset 1af9 >= 2be8 for binary /home/myuser/mybinary 我在Xen虛擬化環境中像這樣使用OProfile的: modprobe oprofile ti

    1熱度

    3回答

    使用分析器需要重新編譯源代碼和調試選項(如gprof)和不需要重新編譯的分析器(如Valgrind,OProfile,...)之間有什麼區別?

    1熱度

    1回答

    我們剖析內核模塊通過oprofile並沒有在opreport警告如下 warning: could not check that the binary file /lib/modules/2.6.32-191.el6.x86_64/kernel/fs/ext4/ext4.ko has not been modified since the profile was taken. Results ma

    5熱度

    1回答

    我很困惑。我不知道oprofile是否可以從分析報告中提供堆棧跟蹤。我一直在閱讀oprofile手冊,它只是通過說they can be logged來引用堆棧跟蹤,但它沒有給出如何這樣做的例子。 這裏是我的TEST.CPP #include <iostream> #include <unistd.h> using namespace std; v

    5熱度

    2回答

    我正在使用OPROFILE收集一些性能數據。 但我得到了麻煩。 這裏是我的外殼: ~ # rm -f /root/.oprofile/daemonrc ~ # opcontrol --setup --no-vmlinux ~ # opcontrol --init ~ # opcontrol --reset ~ # opcontrol --start ~ # opcontrol --sta

    2熱度

    1回答

    Oprofile基於抽樣基礎理論。 Opreport -l選項提供給我們以下面的方式剖析報告: samples % image name symbol name 78149 15.0776 cvqa comp_corr.clone.2 有了這些信息,我可以知道的消費所消耗的時間%年齡。如果我在我的代碼做一些我優化設計中會再次得到報告: samples % imag