Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree_test.cpp26 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 …]
Dcmd_report.cpp65 struct SampleEntry { struct
66 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 …]
Dcmd_report_sample.cpp124 struct SampleEntry { struct
125 uint64_t time;
126 uint64_t period;
127 uint32_t event_type_id;
128 bool is_complete_callchain;
129 std::vector<CallChainReportEntry> callchain;
130 std::optional<UnwindingResult> unwinding_result;