Searched defs:SampleEntry (Results 1 – 2 of 2) sorted by relevance
26 struct SampleEntry { struct27 int pid;28 int tid;29 const char* thread_comm;30 std::string dso_name;31 uint64_t map_start_addr;32 size_t sample_count;34 SampleEntry(int pid, int tid, const char* thread_comm, const std::string& dso_name, in SampleEntry() function77 SampleEntry* CreateCallChainSample(const ThreadEntry*, const SampleEntry*, uint64_t, bool, in CreateCallChainSample()78 const std::vector<SampleEntry*>&, const int&) override { in CreateCallChainSample()[all …]
65 struct SampleEntry { struct66 uint64_t time;67 uint64_t period;69 uint64_t accumulated_period;70 uint64_t sample_count;71 int cpu;72 pid_t pid;73 pid_t tid;74 const char* thread_comm;75 const MapEntry* map;[all …]