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() argument
79 SampleEntry* CreateCallChainSample(const ThreadEntry*, const SampleEntry*, uint64_t, bool, in CreateCallChainSample()
80 const std::vector<SampleEntry*>&, in CreateCallChainSample()
[all …]
Dcmd_report.cpp59 struct SampleEntry { struct
60 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 …]