OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mmap2Record
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
record.h
183
struct
Mmap2Record
: public Record {
197
Mmap2Record
() {
200
Mmap2Record
(const perf_event_attr& attr, const perf_event_header* pheader);
record.cpp
219
Mmap2Record
::
Mmap2Record
(const perf_event_attr& attr, const perf_event_header* pheader)
230
std::vector<char>
Mmap2Record
::BinaryFormat() const {
241
void
Mmap2Record
::AdjustSizeBasedOnData() {
245
void
Mmap2Record
::DumpData(size_t indent) const {
586
return std::unique_ptr<Record>(new
Mmap2Record
(attr, pheader));
thread_tree.cpp
225
const
Mmap2Record
& r = *static_cast<const
Mmap2Record
*>(&record);
cmd_record.cpp
682
UpdateMmapRecordForEmbeddedElfPath(static_cast<
Mmap2Record
*>(record));
Completed in 364 milliseconds