File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ Context& Contexts::get(int tid) {
3535 if ((context.spanId ^ context.rootSpanId ) == context.checksum ) {
3636 return context;
3737 }
38+ Counters::increment (CounterId::CONTEXT_CHECKSUM_REJECT_GETS);
39+ } else {
40+ Counters::increment (CounterId::CONTEXT_NULL_PAGE_GETS);
3841 }
3942 } else {
4043 Counters::increment (CounterId::CONTEXT_BOUNDS_MISS_GETS);
Original file line number Diff line number Diff line change 4141 X(CONTEXT_STORAGE_PAGES, " context_storage_pages" ) \
4242 X(CONTEXT_BOUNDS_MISS_INITS, " context_bounds_miss_inits" ) \
4343 X(CONTEXT_BOUNDS_MISS_GETS, " context_bounds_miss_gets" ) \
44+ X(CONTEXT_CHECKSUM_REJECT_GETS, " context_checksum_reject_gets" ) \
45+ X(CONTEXT_NULL_PAGE_GETS, " context_null_page_gets" ) \
4446 X(CALLTRACE_STORAGE_BYTES, " calltrace_storage_bytes" ) \
4547 X(CALLTRACE_STORAGE_TRACES, " calltrace_storage_traces" ) \
4648 X(LINEAR_ALLOCATOR_BYTES, " linear_allocator_bytes" ) \
You can’t perform that action at this time.
0 commit comments