tracelog gives no output #1306
Unanswered
Monk3yDLuffy
asked this question in
Q&A
Replies: 1 comment
-
All of the output you pasted looks normal. Since you used ebpf-all.guid not just ebpf-printk.guid, you ought to then see additional output whenever the ebpf driver does anything, such as loading a program. For example:
If you don't, can you provide more information about how you installed ebpf, and what "sc query ebpfcore" shows? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was trying to get output of
bpf_printk
on cmd and tried as mentioned in getting started doc but got following output with no further results from my bpf_printk.C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64>tracelog.exe -start MyTrace -guid ../../../../../../Users/Protolab_win_ebpf/ebpf-for-windows/scripts/ebpf-all.guid -rt
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64>tracefmt -rt MyTrace -displayonly -jsonMeta 0
Is there anything i need to change with my setup?
Beta Was this translation helpful? Give feedback.
All reactions