Janitorial format

This commit is contained in:
Pragyansh Chaturvedi
2025-11-11 21:08:06 +05:30
parent 316c21c428
commit df981be095
2 changed files with 3 additions and 3 deletions

View File

@ -68,8 +68,6 @@ def callback(cpu, event):
perf = b["events"].open_perf_buffer(callback, struct_name="data_t")
print("Starting to poll... (Ctrl+C to stop)")
print("Try running: fork() or clone() system calls to trigger events")
try:
while True:
b["events"].poll(1000)