Viewing File: /opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/profiling/perf.tcl

if {! [perf_probes_p]} {
    untested "$test (no perf probes support)" 
    continue
}
if {! [uprobes_p]} {
    untested "$test (no uprobes support)" 
    continue
}
Back to Directory