Home
last modified time | relevance | path

Searched refs:event_count (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/extras/perf2cfg/perf2cfg/
H A Dedit.py318 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 Danalyze.py57 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 Dreport_html.py87 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 DEpollController.cc27 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 DFuseBridgeLoop.cc275 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 Dadb_install.cpp218 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 DOrientationCollector.cpp75 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 Dcmd_report_sample.proto59 // 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 Dcmd_report_sample.cpp392 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", sample.event_count()); in DumpProtobufReport()
/aosp12/frameworks/base/cmds/incident_helper/testdata/
H A Dkernel_wakeups.txt1 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 Dreport_html_test.py126 event_count = source_code_info['e']
162 event_count = addr_info['e']
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DOrientationCollector.h44 int getEvents(ASensorEvent *event_list, size_t event_list_size, int *event_count);
/aosp12/system/core/libappfuse/include/libappfuse/
H A DEpollController.h33 bool Wait(size_t event_count);
/aosp12/system/core/toolbox/
H A Dgetevent.c527 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 Dkernelwake.proto36 optional int32 event_count = 3; field
/aosp12/bionic/libc/kernel/uapi/scsi/fc/
H A Dfc_els.h616 __be32 event_count; member
/aosp12/frameworks/opt/telephony/proto/src/
H A Dpersist_atoms.proto426 optional int32 event_count = 6; field
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto17290 optional int32 event_count = 6; field