HomeSort by relevance Sort by last modified time
    Searched refs:event_type (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /system/extras/simpleperf/
event_attr.h 26 perf_event_attr CreateDefaultPerfEventAttr(const EventType& event_type);
event_type.cpp 17 #include "event_type.h"
78 for (auto& event_type : GetAllEventTypes()) {
79 if (event_type.type == type && event_type.config == config) {
80 return &event_type;
88 for (auto& event_type : GetAllEventTypes()) {
89 if (event_type.name == name) {
90 result = &event_type;
95 LOG(ERROR) << "Unknown event_type '" << name
123 const EventType* event_type = FindEventTypeByName(event_type_name) local
    [all...]
cmd_list.cpp 28 #include "event_type.h"
33 for (auto& event_type : event_types) {
34 if (event_type.type == type) {
35 perf_event_attr attr = CreateDefaultPerfEventAttr(event_type);
40 printf(" %s\n", event_type.name.c_str());
cmd_stat.cpp 36 #include "event_type.h"
191 for (auto& event_type : event_types) {
192 if (!AddMeasuredEventType(event_type)) {
260 for (auto& event_type : measured_event_types_) {
261 if (!event_selection_set_.AddEventType(event_type)) {
271 if (event_type_modifier.event_type.name == "cpu-clock" ||
272 event_type_modifier.event_type.name == "task-clock") {
288 const EventTypeAndModifier* event_type; member in struct:CounterSummary
298 const std::string& type_name = summary.event_type->event_type.name
354 const EventTypeAndModifier* event_type = counters_info.event_type; local
    [all...]
event_attr.cpp 26 #include "event_type.h"
77 perf_event_attr CreateDefaultPerfEventAttr(const EventType& event_type) {
81 attr.type = event_type.type;
82 attr.config = event_type.config;
104 const EventType* event_type = FindEventTypeByConfig(attr.type, attr.config); local
105 if (event_type != nullptr) {
106 event_name = event_type->name;
generate_event_type_table.py 19 def gen_event_type_entry_str(event_type_name, event_type, event_config):
24 return '{"%s", %s, %s},\n' % (event_type_name, event_type, event_config)
event_type.h 49 EventType event_type; member in struct:EventTypeAndModifier
  /device/google/contexthub/sensorhal/
activity.h 61 bool isEnabled(uint32_t activity_handle, uint32_t event_type) const;
65 uint32_t event_type,
68 int disableActivityEvent(uint32_t activity_handle, uint32_t event_type);
83 uint32_t event_type,
89 uint32_t event_type);
activity.cpp 97 ev.event_type = ACTIVITY_EVENT_FLUSH_COMPLETE;
129 curr_ev->event_type = ACTIVITY_EVENT_EXIT;
142 curr_ev->event_type = ACTIVITY_EVENT_ENTER;
151 curr_ev->event_type = ACTIVITY_EVENT_EXIT;
161 curr_ev->event_type = ACTIVITY_EVENT_EXIT;
170 curr_ev->event_type = ACTIVITY_EVENT_ENTER;
195 uint32_t event_type,
202 ALOGD_IF(DEBUG_ACTIVITY_RECOGNITION, "ACTVT type = %u, latency = %d sec", (unsigned) event_type,
206 ((uint64_t)activity_handle << 32) | event_type,
236 uint32_t activity_handle, uint32_t event_type) {
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
event.h 85 * @param event_type Event type or callback to use to send the message
90 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const char *fmt, ...);
event.c 86 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, const char *fmt, ...) {
92 switch(event_type) {
  /external/tcpdump/
print-usb.c 39 get_direction(int transfer_type, int event_type)
48 switch(event_type)
62 switch(event_type)
105 switch(uh->event_type)
120 direction = get_direction(uh->transfer_type, uh->event_type);
  /device/google/contexthub/util/nanotool/
nanomessage.cpp 115 uint32_t event_type = ReadEventResponse::EventTypeFromBuffer(buffer); local
116 if (ReadEventResponse::IsSensorEvent(event_type)) {
118 } else if (ReadEventResponse::IsAppToHostEvent(event_type)) {
120 } else if (ReadEventResponse::IsResetReasonEvent(event_type)) {
123 LOGW("Received unexpected/unsupported event type %u", event_type);
154 bool ReadEventResponse::IsSensorEvent(uint32_t event_type) {
155 return (event_type >= static_cast<uint32_t>(EventType::FirstSensorEvent) &&
156 event_type <= static_cast<uint32_t>(EventType::LastSensorEvent));
159 bool ReadEventResponse::IsAppToHostEvent(uint32_t event_type) {
160 return (event_type == static_cast<uint32_t>(EventType::AppToHostEvent))
    [all...]
nanomessage.h 92 uint32_t event_type; member in struct:android::Event
149 static bool IsAppToHostEvent(uint32_t event_type);
150 static bool IsSensorEvent(uint32_t event_type);
151 static bool IsResetReasonEvent(uint32_t event_type);
  /hardware/libhardware/include/hardware/
activity_recognition.h 87 * activity_event_t.event_type = ACTIVITY_EVENT_FLUSH_COMPLETE
103 * Each event is a separate activity with event_type indicating whether this activity has started
104 * or ended. Eg event: (event_type="enter", activity="ON_FOOT", timestamp)
108 uint32_t event_type; member in struct:activity_event
178 * overlap with each other. Each (activity, event_type) pair can be activated or deactivated
184 * - If event_type is ACTIVITY_EVENT_ENTER and the user is in the activity, then an
186 * - If event_type is ACTIVITY_EVENT_EXIT and the user is not in the activity, then an
201 * event_type - Specific transition of the activity that needs to be detected. It should be
208 uint32_t activity_handle, uint32_t event_type, int64_t max_batch_report_latency_ns);
211 * Disables detection of a specific (activity, event_type) pair. All the (activity, event_type
    [all...]
  /external/svox/pico/lib/
picopam.c 421 picoos_uint8 event_type, picoos_uint8 direction);
423 picoos_uint8 event_type, picoos_uint8 direction);
    [all...]
  /external/libpcap/pcap/
usb.h 79 u_int8_t event_type; member in struct:_usb_header
104 u_int8_t event_type; member in struct:_usb_header_mmapped
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 114 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData)
154 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS ||
155 event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) &&
164 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS)
202 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS)
231 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED)
238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
  /external/v8/src/third_party/vtune/
jitprofiling.cc 151 ITT_EXTERN_C int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData)
191 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS || event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) &&
200 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS)
235 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS)
259 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED)
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
notification.py 93 self.event_type = d['EventType']
103 return "<boto.mturk.notification.Event: %s for HIT # %s>" % (self.event_type, self.hit_id)
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 113 env->SetIntField(event_object, type_field, event->event_type);
247 jint event_type,
252 (uint32_t) event_type,
263 jint event_type) {
267 (uint32_t) event_type);
  /system/extras/perfprofd/quipper/
perf_utils.cc 90 uint64_t GetSampleFieldsForEventType(uint32_t event_type,
93 switch (event_type) {
110 LOG(FATAL) << "Unknown event type " << event_type;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
gv_sven_devh.c 96 int event_type,
102 ev->se_et.et_type = event_type;
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 89 'event_type': EVENT_TYPE_DICT,
96 def __init__(self, event_type=None, event_result=None, version=None,
100 @param event_type: Expected event type.
111 if event_type and event_type not in self._VALID_TYPES:
112 raise ValueError('event_type %s is not valid.' % event_type)
118 'event_type': event_type,
    [all...]
  /external/libdrm/exynos/
exynos_drm.h 126 __u64 event_type; member in struct:drm_exynos_g2d_set_cmdlist

Completed in 827 milliseconds

1 2 3 4 5 6