Home
last modified time | relevance | path

Searched refs:trace_event_category (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.h34 const char* trace_event_category; member
38 return trace_event_category == other.trace_event_category &&
Dheap_profiler_allocation_context_tracker.cc241 ctx->type_name = pseudo_stack_.back().trace_event_category; in GetContextSnapshot()