Searched defs:SampleEntry (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | sample_tree_test.cpp | 26 struct SampleEntry { struct 27 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() argument 77 SampleEntry* CreateCallChainSample(const ThreadEntry*, const SampleEntry*, uint64_t, bool, in CreateCallChainSample() 78 const std::vector<SampleEntry*>&, const int&) override { in CreateCallChainSample() [all …]
|
H A D | cmd_report.cpp | 64 struct SampleEntry { struct 65 uint64_t time; 66 uint64_t period; 69 uint64_t sample_count; 70 int cpu; 71 pid_t pid; 72 pid_t tid; 73 const char* thread_comm; 74 const MapEntry* map; 75 const Symbol* symbol; [all …]
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/ |
H A D | MediaSampleWriter.h | 176 using SampleEntry = std::pair<size_t, std::shared_ptr<MediaSample>>; variable
|