Searched defs:ParsedEvent (Results 1 – 1 of 1) sorted by relevance
39 struct ParsedEvent { struct41 ParsedEvent() : command_(NULL) {} in ParsedEvent() function44 event_t* raw_event;48 uint32_t num_samples_in_mmap_region;51 const string* command_;54 const string command() const { in command()60 void set_command(const string* command) { in set_command()65 struct DSOAndOffset {86 } dso_and_offset;89 std::vector<DSOAndOffset> callchain;[all …]