diff --git a/src/bpf/profiler.bpf.c b/src/bpf/profiler.bpf.c index f36ccc7..66422b3 100644 --- a/src/bpf/profiler.bpf.c +++ b/src/bpf/profiler.bpf.c @@ -340,7 +340,7 @@ int dwarf_unwind(struct bpf_perf_event_data *ctx) { } if (mapping->type == 2) { - LOG("JIT section, stopping"); + LOG("vDSO section, stopping"); return 1; }