Skip to content
Snippets Groups Projects
  1. Jan 15, 2025
  2. Feb 24, 2024
  3. Feb 15, 2024
  4. Dec 20, 2023
  5. Oct 31, 2023
  6. Oct 27, 2023
  7. Oct 25, 2023
  8. Oct 23, 2023
    • Leon Hwang's avatar
      Support tracing tc-bpf · 23477559
      Leon Hwang authored
      
      Add an option --filter-trace-tc to trace all tc-bpf progs on host by
      fentry-ing on the progs.
      
      To trace tc-bpf, we list all tc-bpf progs first. Then, for each prog, we
      have to retrieve its entry function name as fentry attaching function.
      Next, we do fentry on the prog.
      
      Example:
      
          ... [<empty>]                 dummy
      
      Signed-off-by: default avatarLeon Hwang <hffilwlqm@gmail.com>
      23477559
  9. Oct 18, 2023
  10. Oct 17, 2023
  11. Sep 30, 2023
  12. Sep 29, 2023
  13. Sep 28, 2023
Loading