aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/ftrace_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/traced/probes/ftrace/ftrace_stats.h')
-rw-r--r--src/traced/probes/ftrace/ftrace_stats.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/traced/probes/ftrace/ftrace_stats.h b/src/traced/probes/ftrace/ftrace_stats.h
index 1dbcbe929..f7e6b942b 100644
--- a/src/traced/probes/ftrace/ftrace_stats.h
+++ b/src/traced/probes/ftrace/ftrace_stats.h
@@ -46,8 +46,6 @@ struct FtraceCpuStats {
struct FtraceStats {
std::vector<FtraceCpuStats> cpu_stats;
- uint32_t kernel_symbols_parsed = 0;
- uint32_t kernel_symbols_mem_kb = 0;
void Write(protos::pbzero::FtraceStats*) const;
};