Home
last modified time | relevance | path

Searched defs:SampleEntry (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dsample_tree_test.cpp24 struct SampleEntry { struct
25 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() function
79 SampleEntry* CreateCallChainSample(const SampleEntry*, uint64_t, bool, in CreateCallChainSample()
80 const std::vector<SampleEntry*>&, in CreateCallChainSample()
[all …]
Dcmd_report.cpp61 struct SampleEntry { struct
62 uint64_t time;
63 uint64_t period;
65 uint64_t accumulated_period;
66 uint64_t sample_count;
67 const ThreadEntry* thread;
68 const char* thread_comm;
69 const MapEntry* map;
70 const Symbol* symbol;
71 uint64_t vaddr_in_file;
[all …]