登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
114
Star
1
Fork
18
src-openEuler
/
trace-cmd
代码
Issues
6
Pull Requests
2
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
trace-cmd profile -F -p function_graph -P cpu -- sleep 1 执行中报错“libtraceevent: No such file or directory”
待办的
#I731NY
任务
Leo
创建于
2023-05-15 10:02
【标题描述】 trace-cmd profile -F -p function_graph -P cpu -- sleep 1 执行中报错“libtraceevent: No such file or directory” 缺少trace-cmd需要的库文件libtraceevent-dev,yum install libtraceevent-dev 安装失败 【环境信息】 openeulerversion=openEuler-22.03-LTS-SP1 compiletime=2023-03-03-21-13-47 gccversion=10.3.1-20.oe2203sp1 kernelversion=5.10.0-136.21.0.97.oe2203sp1 openjdkversion=1.8.0.362.b09-2.oe2203sp1 【问题复现步骤】 配置对应repo源 yum install trace-cmd libtraceevent trace-cmd profile -F -p function_graph -P cpu -- sleep 1 返回的错误信息如下: plugin 'function_graph' libtraceevent: No such file or directory [xhci-hcd:xhci_setup_device_slot] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_host_doorbell] function xhci_decode_doorbell not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_free] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_expansion] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_ep_doorbell] function xhci_decode_doorbell not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_alloc] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_queue_trb] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_inc_enq] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_inc_deq] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_hub_status_data] function xhci_decode_portsc not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_transfer] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_port_status] function xhci_decode_portsc not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_event] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_command] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_stop_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_set_deq_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_set_deq] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_reset_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_reset_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_disable_slot] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_config_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_addr_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_get_port_status] function xhci_decode_portsc not defined libtraceevent: No such file or directory [xhci-hcd:xhci_free_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_discover_or_reset_device] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_dbc_handle_transfer] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_dbc_handle_event] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_dbc_gadget_ep_queue] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_configure_endpoint_ctrl_ctx] function xhci_decode_ctrl_ctx not defined libtraceevent: No such file or directory [xhci-hcd:xhci_configure_endpoint] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_alloc_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_address_ctrl_ctx] function xhci_decode_ctrl_ctx not defined libtraceevent: No such file or directory [xhci-hcd:xhci_add_endpoint] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xen:xen_mmu_set_pud] function native_pud_val not defined libtraceevent: No such file or directory [xen:xen_mmu_set_pte] function native_pte_val not defined libtraceevent: No such file or directory [xen:xen_mmu_set_pmd] function native_pmd_val not defined libtraceevent: No such file or directory [xen:xen_mmu_set_p4d] function native_pgd_val not defined libtraceevent: No such file or directory [xen:xen_mmu_ptep_modify_prot_start] function native_pte_val not defined libtraceevent: No such file or directory [xen:xen_mmu_ptep_modify_prot_commit] function native_pte_val not defined libtraceevent: No such file or directory [ras:mc_event] function mc_event_error_type not defined libtraceevent: No such file or directory [ras:extlog_mem_event] function cper_severity_str not defined libtraceevent: No such file or directory [libata:ata_qc_issue] function libata_trace_parse_subcmd not defined libtraceevent: No such file or directory [libata:ata_qc_complete_internal] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_qc_complete_failed] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_qc_complete_done] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_eh_link_autopsy_qc] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_eh_link_autopsy] function libata_trace_parse_eh_action not defined libtraceevent: No such file or directory [ib_mad:ib_mad_send_done_resend] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_send_done_handler] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_recv_done_handler] function __builtin_bswap16 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_ib_send_mad] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_out_opa_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_out_ib_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_opa_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_ib_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_error_handler] function __builtin_bswap64 not defined 【预期结果】 无libtraceevent: No such file or directory此打印信息 【实际结果】 正常打印出运行trace-cmd profile -F -p function_graph -P cpu -- sleep 1命令的用于记录系统函数调用图以及CPU的使用情况信息
【标题描述】 trace-cmd profile -F -p function_graph -P cpu -- sleep 1 执行中报错“libtraceevent: No such file or directory” 缺少trace-cmd需要的库文件libtraceevent-dev,yum install libtraceevent-dev 安装失败 【环境信息】 openeulerversion=openEuler-22.03-LTS-SP1 compiletime=2023-03-03-21-13-47 gccversion=10.3.1-20.oe2203sp1 kernelversion=5.10.0-136.21.0.97.oe2203sp1 openjdkversion=1.8.0.362.b09-2.oe2203sp1 【问题复现步骤】 配置对应repo源 yum install trace-cmd libtraceevent trace-cmd profile -F -p function_graph -P cpu -- sleep 1 返回的错误信息如下: plugin 'function_graph' libtraceevent: No such file or directory [xhci-hcd:xhci_setup_device_slot] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_host_doorbell] function xhci_decode_doorbell not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_free] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_expansion] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_ep_doorbell] function xhci_decode_doorbell not defined libtraceevent: No such file or directory [xhci-hcd:xhci_ring_alloc] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_queue_trb] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_inc_enq] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_inc_deq] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_hub_status_data] function xhci_decode_portsc not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_transfer] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_port_status] function xhci_decode_portsc not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_event] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_command] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_stop_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_set_deq_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_set_deq] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_reset_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_reset_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_disable_slot] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_config_ep] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_handle_cmd_addr_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_get_port_status] function xhci_decode_portsc not defined libtraceevent: No such file or directory [xhci-hcd:xhci_free_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_discover_or_reset_device] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_dbc_handle_transfer] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_dbc_handle_event] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_dbc_gadget_ep_queue] function xhci_ring_type_string not defined libtraceevent: No such file or directory [xhci-hcd:xhci_configure_endpoint_ctrl_ctx] function xhci_decode_ctrl_ctx not defined libtraceevent: No such file or directory [xhci-hcd:xhci_configure_endpoint] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_alloc_dev] function xhci_decode_slot_context not defined libtraceevent: No such file or directory [xhci-hcd:xhci_address_ctrl_ctx] function xhci_decode_ctrl_ctx not defined libtraceevent: No such file or directory [xhci-hcd:xhci_add_endpoint] function xhci_decode_ep_context not defined libtraceevent: No such file or directory [xen:xen_mmu_set_pud] function native_pud_val not defined libtraceevent: No such file or directory [xen:xen_mmu_set_pte] function native_pte_val not defined libtraceevent: No such file or directory [xen:xen_mmu_set_pmd] function native_pmd_val not defined libtraceevent: No such file or directory [xen:xen_mmu_set_p4d] function native_pgd_val not defined libtraceevent: No such file or directory [xen:xen_mmu_ptep_modify_prot_start] function native_pte_val not defined libtraceevent: No such file or directory [xen:xen_mmu_ptep_modify_prot_commit] function native_pte_val not defined libtraceevent: No such file or directory [ras:mc_event] function mc_event_error_type not defined libtraceevent: No such file or directory [ras:extlog_mem_event] function cper_severity_str not defined libtraceevent: No such file or directory [libata:ata_qc_issue] function libata_trace_parse_subcmd not defined libtraceevent: No such file or directory [libata:ata_qc_complete_internal] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_qc_complete_failed] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_qc_complete_done] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_eh_link_autopsy_qc] function libata_trace_parse_qc_flags not defined libtraceevent: No such file or directory [libata:ata_eh_link_autopsy] function libata_trace_parse_eh_action not defined libtraceevent: No such file or directory [ib_mad:ib_mad_send_done_resend] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_send_done_handler] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_recv_done_handler] function __builtin_bswap16 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_ib_send_mad] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_out_opa_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_out_ib_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_opa_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_handle_ib_smi] function __builtin_bswap64 not defined libtraceevent: No such file or directory [ib_mad:ib_mad_error_handler] function __builtin_bswap64 not defined 【预期结果】 无libtraceevent: No such file or directory此打印信息 【实际结果】 正常打印出运行trace-cmd profile -F -p function_graph -P cpu -- sleep 1命令的用于记录系统函数调用图以及CPU的使用情况信息
评论 (
1
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
sig/Programming-lang
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (27)
标签 (24)
master
openEuler-25.09
openEuler-24.03-LTS
openEuler-22.03-LTS-SP1
openEuler-25.03
openEuler-24.03-LTS-Next
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP3
openEuler-24.03-LTS-SP1
openEuler-24.09
openEuler-22.03-LTS-SP2
openEuler-20.03-LTS-SP4
openEuler-20.03-LTS-SP3
openEuler-22.03-LTS-Next
openEuler-22.03-LTS-SP4
openEuler-20.03-LTS-SP1
openEuler-22.03-LTS
openEuler-22.03-LTS-SP3
openEuler-23.03
openEuler-23.09
openEuler-22.09
openEuler-21.09
openEuler-20.03-LTS-Next
openEuler-20.03-LTS-SP2
openEuler-21.03
openEuler-20.09
openEuler-20.03-LTS
openEuler-25.09-release
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
openEuler-20.03-LTS-20200606
openEuler-20.09-20200929
openEuler-20.03-LTS-tag
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/trace-cmd.git
git@gitee.com:src-openeuler/trace-cmd.git
src-openeuler
trace-cmd
trace-cmd
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册