/aosp12/system/extras/perf2cfg/perf2cfg/ |
H A D | edit.py | 318 event_name, event_count) 400 event_count = instruction.event_counts[event_name] 403 event_name, event_count) 456 event_name, event_count) 468 event_count: int) -> str: 483 event_count, 488 event_count: int) -> str: 503 event_count, 508 event_count: int) -> str: 523 event_count, [all …]
|
H A D | analyze.py | 57 def record_sample(self, event_name: str, event_count: int) -> None: 64 self.event_counts[event_name] += event_count 90 event_count: int) -> None: 98 self.event_counts[event_name] += event_count 104 instruction.record_sample(event_name, event_count) 195 event_name: str, event_count: int) -> None: 204 self.event_counts[event_name] += event_count 210 method.record_sample(relative_addr, event_name, event_count)
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | report_html.py | 87 self.event_count = 0 123 self.event_count = 0 145 self.event_count += process.event_count 189 lib.event_count += event_count 190 function.event_count += event_count 199 node.event_count += event_count 203 node.event_count += event_count 236 self.event_count += thread.event_count 270 self.event_count += lib.event_count 336 self.event_count += function.event_count [all …]
|
/aosp12/system/core/libappfuse/ |
H A D | EpollController.cc | 27 bool EpollController::Wait(size_t event_count) { in Wait() argument 28 events_.resize(event_count); in Wait() 29 const int result = TEMP_FAILURE_RETRY(epoll_wait(poll_fd_, events_.data(), event_count, -1)); in Wait()
|
H A D | FuseBridgeLoop.cc | 275 const size_t event_count = std::max<size_t>(bridge_count * 2, 1); in Wait() local 276 if (!EpollController::Wait(event_count)) { in Wait()
|
/aosp12/bootable/recovery/install/ |
H A D | adb_install.cpp | 218 int event_count = in ListenAndExecuteMinadbdCommands() local 220 if (event_count == -1) { in ListenAndExecuteMinadbdCommands() 225 if (event_count == 0) { in ListenAndExecuteMinadbdCommands() 231 for (int n = 0; n < event_count; n++) { in ListenAndExecuteMinadbdCommands()
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | OrientationCollector.cpp | 75 int *event_count) { in getEvents() argument 91 *event_count = ASensorEventQueue_getEvents(mQueue, event_list, event_list_size); in getEvents()
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_report_sample.proto | 59 // event_count field shows the count of the events (belong to the sample's event type) 62 // sample, the event_count is the count of events from the last lost sample. 63 optional uint64 event_count = 4; field
|
H A D | cmd_report_sample.cpp | 392 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", sample.event_count()); in DumpProtobufReport()
|
/aosp12/frameworks/base/cmds/incident_helper/testdata/ |
H A D | kernel_wakeups.txt | 1 name active_count event_count wakeup_count expire_count active_since total_time max_time last_chan…
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | report_html_test.py | 126 event_count = source_code_info['e'] 162 event_count = addr_info['e']
|
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/ |
H A D | OrientationCollector.h | 44 int getEvents(ASensorEvent *event_list, size_t event_list_size, int *event_count);
|
/aosp12/system/core/libappfuse/include/libappfuse/ |
H A D | EpollController.h | 33 bool Wait(size_t event_count);
|
/aosp12/system/core/toolbox/ |
H A D | getevent.c | 527 int event_count = 0; in getevent_main() local 588 event_count = atoi(optarg); in getevent_main() 684 if(event_count && --event_count == 0) in getevent_main()
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | kernelwake.proto | 36 optional int32 event_count = 3; field
|
/aosp12/bionic/libc/kernel/uapi/scsi/fc/ |
H A D | fc_els.h | 616 __be32 event_count; member
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | persist_atoms.proto | 426 optional int32 event_count = 6; field
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 17290 optional int32 event_count = 6; field
|