OSDN Git Service

perf probe: Fix to show ranges of variables in functions without entry_pc
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / tools / perf / builtin-inject.c
index 0a945d2..99d127f 100644 (file)
@@ -675,6 +675,7 @@ int cmd_inject(int argc, const char **argv, const char *prefix __maybe_unused)
                        .fork           = perf_event__repipe,
                        .exit           = perf_event__repipe,
                        .lost           = perf_event__repipe,
+                       .lost_samples   = perf_event__repipe,
                        .aux            = perf_event__repipe,
                        .itrace_start   = perf_event__repipe,
                        .context_switch = perf_event__repipe,