summaryrefslogtreecommitdiff
path: root/simpleperf/event_type_table.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2020-01-13 15:25:16 -0800
committerYabin Cui <yabinc@google.com>2020-01-13 15:25:16 -0800
commit430c14961e557035bc6db3eb7ba7e210a3ceae2a (patch)
tree470e63633d786c964f1d4a703e25e4b87b3fd634 /simpleperf/event_type_table.h
parent10e605e0aac36ce92416b75a72501cdce37281ad (diff)
downloadextras-430c14961e557035bc6db3eb7ba7e210a3ceae2a.tar.gz
simpleperf: remove inplace-sampler.
Remove obsolete code for inplace-sampler, which is never fully implemented. Bug: none Test: run simpleperf_unit_test. Change-Id: I458c23e2d2331ec96c3c9d8462309eef544564b9
Diffstat (limited to 'simpleperf/event_type_table.h')
-rw-r--r--simpleperf/event_type_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/simpleperf/event_type_table.h b/simpleperf/event_type_table.h
index cd1f9d37..d2335adc 100644
--- a/simpleperf/event_type_table.h
+++ b/simpleperf/event_type_table.h
@@ -63,8 +63,6 @@ EVENT_TYPE_TABLE_ENTRY("node-store-misses", PERF_TYPE_HW_CACHE, ((PERF_COUNT_HW_
EVENT_TYPE_TABLE_ENTRY("node-prefetches", PERF_TYPE_HW_CACHE, ((PERF_COUNT_HW_CACHE_NODE) | (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) | (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)), "", "")
EVENT_TYPE_TABLE_ENTRY("node-prefetch-misses", PERF_TYPE_HW_CACHE, ((PERF_COUNT_HW_CACHE_NODE) | (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) | (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)), "", "")
-EVENT_TYPE_TABLE_ENTRY("inplace-sampler", SIMPLEPERF_TYPE_USER_SPACE_SAMPLERS, SIMPLEPERF_CONFIG_INPLACE_SAMPLER, "", "")
-
EVENT_TYPE_TABLE_ENTRY("raw-sw-incr", PERF_TYPE_RAW, 0x0, "Instruction architecturally executed, Condition code check pass, software increment", "arm")
EVENT_TYPE_TABLE_ENTRY("raw-l1i-cache-refill", PERF_TYPE_RAW, 0x1, "Level 1 instruction cache refill", "arm")
EVENT_TYPE_TABLE_ENTRY("raw-l1i-tlb-refill", PERF_TYPE_RAW, 0x2, "Attributable Level 1 instruction TLB refill", "arm")