1[config] 2command = stat 3args = kill >/dev/null 2>&1 4ret = 1 5 6# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK 7[event1:base-stat] 8fd=1 9type=1 10config=1 11 12# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_CONTEXT_SWITCHES 13[event2:base-stat] 14fd=2 15type=1 16config=3 17 18# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_CPU_MIGRATIONS 19[event3:base-stat] 20fd=3 21type=1 22config=4 23 24# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_PAGE_FAULTS 25[event4:base-stat] 26fd=4 27type=1 28config=2 29 30# PERF_TYPE_HARDWARE / PERF_COUNT_HW_CPU_CYCLES 31[event5:base-stat] 32fd=5 33type=0 34config=0 35optional=1 36 37# PERF_TYPE_HARDWARE / PERF_COUNT_HW_STALLED_CYCLES_FRONTEND 38[event6:base-stat] 39fd=6 40type=0 41config=7 42optional=1 43 44# PERF_TYPE_HARDWARE / PERF_COUNT_HW_STALLED_CYCLES_BACKEND 45[event7:base-stat] 46fd=7 47type=0 48config=8 49optional=1 50 51# PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS 52[event8:base-stat] 53fd=8 54type=0 55config=1 56optional=1 57 58# PERF_TYPE_HARDWARE / PERF_COUNT_HW_BRANCH_INSTRUCTIONS 59[event9:base-stat] 60fd=9 61type=0 62config=4 63optional=1 64 65# PERF_TYPE_HARDWARE / PERF_COUNT_HW_BRANCH_MISSES 66[event10:base-stat] 67fd=10 68type=0 69config=5 70optional=1 71 72# PERF_TYPE_RAW / slots (0x400) 73[event11:base-stat] 74fd=11 75group_fd=-1 76type=4 77config=1024 78read_format=15 79optional=1 80 81# PERF_TYPE_RAW / topdown-retiring (0x8000) 82[event12:base-stat] 83fd=12 84group_fd=11 85type=4 86config=32768 87disabled=0 88enable_on_exec=0 89read_format=15 90optional=1 91 92# PERF_TYPE_RAW / topdown-bad-spec (0x8100) 93[event13:base-stat] 94fd=13 95group_fd=11 96type=4 97config=33024 98disabled=0 99enable_on_exec=0 100read_format=15 101optional=1 102 103# PERF_TYPE_RAW / topdown-fe-bound (0x8200) 104[event14:base-stat] 105fd=14 106group_fd=11 107type=4 108config=33280 109disabled=0 110enable_on_exec=0 111read_format=15 112optional=1 113 114# PERF_TYPE_RAW / topdown-be-bound (0x8300) 115[event15:base-stat] 116fd=15 117group_fd=11 118type=4 119config=33536 120disabled=0 121enable_on_exec=0 122read_format=15 123optional=1 124 125# PERF_TYPE_RAW / topdown-heavy-ops (0x8400) 126[event16:base-stat] 127fd=16 128group_fd=11 129type=4 130config=33792 131disabled=0 132enable_on_exec=0 133read_format=15 134optional=1 135 136# PERF_TYPE_RAW / topdown-br-mispredict (0x8500) 137[event17:base-stat] 138fd=17 139group_fd=11 140type=4 141config=34048 142disabled=0 143enable_on_exec=0 144read_format=15 145optional=1 146 147# PERF_TYPE_RAW / topdown-fetch-lat (0x8600) 148[event18:base-stat] 149fd=18 150group_fd=11 151type=4 152config=34304 153disabled=0 154enable_on_exec=0 155read_format=15 156optional=1 157 158# PERF_TYPE_RAW / topdown-mem-bound (0x8700) 159[event19:base-stat] 160fd=19 161group_fd=11 162type=4 163config=34560 164disabled=0 165enable_on_exec=0 166read_format=15 167optional=1 168