FS#77826 - [perf] recording syscall tracepoints reports that tracepoints are not available
Attached to Project:
Community Packages
Opened by The 8472 (the8472) - Sunday, 12 March 2023, 18:19 GMT
Last edited by Sébastien Luttringer (seblu) - Wednesday, 24 May 2023, 00:37 GMT
Opened by The 8472 (the8472) - Sunday, 12 March 2023, 18:19 GMT
Last edited by Sébastien Luttringer (seblu) - Wednesday, 24 May 2023, 00:37 GMT
|
Details
Description:
Syscall tracing doesn't work, possibly because perf is not built with libtraceevent support. Additional info: core/linux 6.2.5.arch1-1 [installed] community/perf 6.2-1 (linux-tools) [installed] community/libtraceevent 1:1.7.1-1 [installed] Steps to reproduce: [root@ ~]# perf record -e syscalls:sys_enter_read ls event syntax error: 'syscalls:sys_enter_read' \___ unsupported tracepoint libtraceevent is necessary for tracepoint support Run 'perf list' for a list of valid events [root@ ~]# perf list | grep enter_read syscalls:sys_enter_read [Tracepoint event] |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Wednesday, 24 May 2023, 00:37 GMT
Reason for closing: Fixed
Additional comments about closing: perf-6.3-2
Wednesday, 24 May 2023, 00:37 GMT
Reason for closing: Fixed
Additional comments about closing: perf-6.3-2
FS#78532FS#78577