Searched defs:SampleEntry (Results 1 – 2 of 2) sorted by relevance
24 struct SampleEntry { struct25 int pid;26 int tid;27 const char* thread_comm;28 std::string dso_name;29 uint64_t map_start_addr;30 size_t sample_count;32 SampleEntry(int pid, int tid, const char* thread_comm, in SampleEntry() argument79 SampleEntry* CreateCallChainSample(const ThreadEntry*, const SampleEntry*, uint64_t, bool, in CreateCallChainSample()80 const std::vector<SampleEntry*>&, in CreateCallChainSample()[all …]
59 struct SampleEntry { struct60 uint64_t time;61 uint64_t period;63 uint64_t accumulated_period;64 uint64_t sample_count;65 pid_t pid;66 pid_t tid;67 const char* thread_comm;68 const MapEntry* map;69 const Symbol* symbol;[all …]