Searched refs:PERF_TYPE_RAW (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | event_type_table.h | 200 "raw-sw-incr", PERF_TYPE_RAW, 0x0, 221 "raw-exc-return", PERF_TYPE_RAW, 0xa, 224 "raw-cid-write-retired", PERF_TYPE_RAW, 0xb, 227 "raw-pc-write-retired", PERF_TYPE_RAW, 0xc, 233 "raw-br-return-retired", PERF_TYPE_RAW, 0xe, 236 "raw-unaligned-ldst-retired", PERF_TYPE_RAW, 0xf, 242 EVENT_TYPE_TABLE_ENTRY("raw-br-pred", PERF_TYPE_RAW, 0x12, 259 "raw-ttbr-write-retired", PERF_TYPE_RAW, 0x1c, 263 "raw-chain", PERF_TYPE_RAW, 0x1e, 311 "raw-dtlb-walk", PERF_TYPE_RAW, 0x34, [all …]
|
H A D | cmd_list.cpp | 47 if (event_type.type != PERF_TYPE_RAW) { in IsEventTypeSupported() 165 [](const EventType& e) { return e.type == PERF_TYPE_RAW; }}}, in Run()
|
H A D | event_type.cpp | 439 return raw_finder.AddType(EventType(name, PERF_TYPE_RAW, config, "", "")); in AddRawType()
|
H A D | cmd_record_test.cpp | 206 ASSERT_EQ(PERF_TYPE_RAW, attrs[0].attr->type); in TEST()
|
/aosp12/system/extras/tests/icachetest/ |
H A D | Profiler.cpp | 154 pe.type = PERF_TYPE_RAW; in resetEvents() 164 pe.type = PERF_TYPE_RAW; in resetEvents()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | perf_event.h | 29 PERF_TYPE_RAW = 4, enumerator
|