Lines Matching defs:ParsedEvent
39 struct ParsedEvent { struct
41 ParsedEvent() : command_(NULL) {} in ParsedEvent() function
44 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;
92 struct BranchEntry {
97 std::vector<BranchEntry> branch_stack;