Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 85) sorted by relevance

1234

/system/extras/simpleperf/
Devent_attr.cpp81 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()
Dtest_util.cpp58 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in HasNonZeroInstructionEventCount() local
85 perf_event_attr attr = CreateDefaultPerfEventAttr(*type); in HasHardwareCounter() local
Drecord.cpp77 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 …]
DRecordReadThread_test.cpp146 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
Devent_attr.h32 const perf_event_attr* attr; member
Devent_fd.h59 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()
Dcmd_list.cpp48 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type); in IsEventTypeSupported() local
61 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type); in IsEventTypeSupported() local
Devent_fd.cpp43 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()
DMapRecordReader.h36 MapRecordReader(const perf_event_attr& attr, uint64_t event_id, bool keep_non_executable_maps) in MapRecordReader()
Dcpu_hotplug_test.cpp239 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
Devent_selection_set.cpp47 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
Drecord_lib_interface.cpp41 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/
Ddatabase_test.cc101 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/
DOffloadUtils.cpp175 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
DNFLogListener.cpp65 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/
Dgatt_db.cc68 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/
Dtaskstats.cpp64 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/
Ddatabase.cc143 const auto& attr = *it; in Deserialize() local
155 const auto& attr = *it; in Deserialize() local
/system/extras/taskstats/
Dtaskstats.c51 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/
DThreadUtil.h34 pthread_attr_t attr; member
/system/unwinding/libbacktrace/
DThreadEntry.cpp37 pthread_condattr_t attr; in ThreadEntry() local
/system/bt/stack/avrc/
Davrc_utils.cc129 bool AVRC_IsValidPlayerAttr(uint8_t attr) { in AVRC_IsValidPlayerAttr()
/system/core/libutils/include/utils/
DRWLock.h92 pthread_rwlockattr_t attr; in RWLock() local
DCondition.h100 pthread_condattr_t attr; in Condition() local
/system/core/property_service/property_info_checker/
Dproperty_info_checker.cpp78 auto* attr = in Initialize() local

1234