Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.94k stars 304 forks source link

Enable eBPF tracing when -log switch is specified #246

Open MarioHewardt opened 5 months ago

MarioHewardt commented 5 months ago

Expected behavior

When you specify -log the eBPF program tracing should be enabled.

Actual behavior

When you specify -log the eBPF program tracing is not enabled and requires a change in the cmake file and rebuild.

Steps to reproduce the behavior

  1. Run procdump with the -log and -restrack switch
  2. cat /sys/kernel/debug/tracing/trace_pipe No output can be observed.

System information (e.g., distro, kernel version, etc.)

All.