/system/extras/simpleperf/ |
D | event_attr.cpp | 81 perf_event_attr attr; in CreateDefaultPerfEventAttr() local 103 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) { in DumpPerfEventAttr() 153 for (const auto& attr : attrs) { in GetCommonEventIdPositionsForAttrs() local 192 for (const auto& attr : attrs) { in GetCommonEventIdPositionsForAttrs() local 226 bool IsTimestampSupported(const perf_event_attr& attr) { in IsTimestampSupported() 230 bool IsCpuSupported(const perf_event_attr& attr) { in IsCpuSupported() 234 std::string GetEventNameByAttr(const perf_event_attr& attr) { in GetEventNameByAttr()
|
D | test_util.cpp | 58 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in HasNonZeroInstructionEventCount() local 85 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in HasHardwareCounter() local
|
D | record.cpp | 77 size_t SampleId::CreateContent(const perf_event_attr& attr, uint64_t event_id) { in CreateContent() 85 void SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat() 213 MmapRecord::MmapRecord(const perf_event_attr& attr, char* p) : Record(p) { in MmapRecord() 224 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in MmapRecord() 259 Mmap2Record::Mmap2Record(const perf_event_attr& attr, char* p) : Record(p) { in Mmap2Record() 270 Mmap2Record::Mmap2Record(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in Mmap2Record() 309 CommRecord::CommRecord(const perf_event_attr& attr, char* p) : Record(p) { in CommRecord() 320 CommRecord::CommRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, in CommRecord() 368 ExitOrForkRecord::ExitOrForkRecord(const perf_event_attr& attr, char* p) : Record(p) { in ExitOrForkRecord() 382 ForkRecord::ForkRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, uint32_t ppid, in ForkRecord() [all …]
|
D | RecordReadThread_test.cpp | 146 static std::vector<std::unique_ptr<Record>> CreateFakeRecords(const perf_event_attr& attr, in CreateFakeRecords() 176 perf_event_attr attr = CreateFakeEventAttr(); in TEST() local 215 std::vector<EventFd*> CreateFakeEventFds(const perf_event_attr& attr, size_t event_fd_count) { in CreateFakeEventFds() 255 perf_event_attr attr = CreateFakeEventAttr(); in TEST_F() local 276 perf_event_attr attr = CreateFakeEventAttr(); in TEST_F() local 308 perf_event_attr attr = CreateFakeEventAttr(); in TEST_F() local 362 perf_event_attr attr = CreateFakeEventAttr(); in TEST_F() local 388 perf_event_attr attr = CreateFakeEventAttr(); in TEST_F() local 411 perf_event_attr attr = CreateFakeEventAttr(); in TEST_F() local 494 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in TEST_F() local
|
D | event_attr.h | 32 const perf_event_attr* attr; member
|
D | event_fd.h | 59 const perf_event_attr& attr() const { return attr_; } in attr() function 112 EventFd(const perf_event_attr& attr, int perf_event_fd, const std::string& event_name, pid_t tid, in EventFd()
|
D | cmd_list.cpp | 48 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type); in IsEventTypeSupported() local 61 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type); in IsEventTypeSupported() local
|
D | event_fd.cpp | 43 static int perf_event_open(const perf_event_attr& attr, pid_t pid, int cpu, int group_fd, in perf_event_open() 48 std::unique_ptr<EventFd> EventFd::OpenEventFile(const perf_event_attr& attr, pid_t tid, int cpu, in OpenEventFile() 324 bool IsEventAttrSupported(const perf_event_attr& attr, const std::string& event_name) { in IsEventAttrSupported()
|
D | MapRecordReader.h | 36 MapRecordReader(const perf_event_attr& attr, uint64_t event_id, bool keep_non_executable_maps) in MapRecordReader()
|
D | cpu_hotplug_test.cpp | 239 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type_modifier->event_type); in TEST() local 296 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type_modifier->event_type); in TEST() local 380 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type_modifier->event_type); in TEST() local 446 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type_modifier->event_type); in TEST() local
|
D | event_selection_set.cpp | 47 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in IsBranchSamplingSupported() local 58 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in IsDwarfCallChainSamplingSupported() local 88 perf_event_attr attr = CreateDefaultPerfEventAttr(*event_type); in IsDumpingRegsForTracepointEventsSupported() local 129 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in IsSettingClockIdSupported() local 143 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in IsMmap2Supported() local 426 perf_event_attr& attr = selection.event_attr; in SetBranchSampling() local
|
D | record_lib_interface.cpp | 41 perf_event_attr attr = CreateDefaultPerfEventAttr(type); in GetAllEvents() local 59 perf_event_attr attr = CreateDefaultPerfEventAttr(type->event_type); in IsEventSupported() local
|
/system/bt/bta/test/gatt/ |
D | database_test.cc | 101 StoredAttribute attr; in TEST() local 131 StoredAttribute attr; in TEST() local 165 StoredAttribute attr; in TEST() local 198 StoredAttribute attr; in TEST() local 263 StoredAttribute attr; in TEST() local
|
/system/netd/server/ |
D | OffloadUtils.cpp | 175 nlattr attr; in doTcQdiscClsact() member 273 nlattr attr; in tcFilterAddDevBpf() member 277 nlattr attr; in tcFilterAddDevBpf() member 279 nlattr attr; in tcFilterAddDevBpf() member 283 nlattr attr; in tcFilterAddDevBpf() member 287 nlattr attr; in tcFilterAddDevBpf() member
|
D | NFLogListener.cpp | 65 nfattr attr; in cfgCmdPfUnbind() member 86 nfattr attr; in cfgMode() member 107 nfattr attr; in cfgCmdBind() member 127 nfattr attr; in cfgCmdUnbind() member
|
/system/bt/stack/gatt/ |
D | gatt_db.cc | 68 tGATT_ATTR& attr = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_init_service_db() local 83 static tGATT_STATUS gatts_check_attr_readability(const tGATT_ATTR& attr, in gatts_check_attr_readability() 339 tGATT_ATTR& attr = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_add_included_service() local 442 for (auto& attr : p_db->attr_list) { in find_attr_by_handle() local 690 tGATT_ATTR& attr = db.attr_list.back(); in allocate_attr_in_db() local
|
/system/extras/iotop/ |
D | taskstats.cpp | 64 static pid_t ParseAggregateTaskStats(nlattr* attr, int attr_size, taskstats* stats) { in ParseAggregateTaskStats() 90 nlattr* attr = genlmsg_attrdata(gnlh, 0); in ParseTaskStats() local
|
/system/bt/bta/gatt/ |
D | database.cc | 143 const auto& attr = *it; in Deserialize() local 155 const auto& attr = *it; in Deserialize() local
|
/system/extras/taskstats/ |
D | taskstats.c | 51 void parse_aggregate_task_stats(struct nlattr* attr, int attr_size, in parse_aggregate_task_stats() 73 struct nlattr* attr = genlmsg_attrdata(gnlh, 0); in parse_task_stats() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | ThreadUtil.h | 34 pthread_attr_t attr; member
|
/system/unwinding/libbacktrace/ |
D | ThreadEntry.cpp | 37 pthread_condattr_t attr; in ThreadEntry() local
|
/system/bt/stack/avrc/ |
D | avrc_utils.cc | 129 bool AVRC_IsValidPlayerAttr(uint8_t attr) { in AVRC_IsValidPlayerAttr()
|
/system/core/libutils/include/utils/ |
D | RWLock.h | 92 pthread_rwlockattr_t attr; in RWLock() local
|
D | Condition.h | 100 pthread_condattr_t attr; in Condition() local
|
/system/core/property_service/property_info_checker/ |
D | property_info_checker.cpp | 78 auto* attr = in Initialize() local
|