We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c82052 commit fad76d4Copy full SHA for fad76d4
tools/perf/builtin-script.c
@@ -180,6 +180,18 @@ static struct {
180
PERF_OUTPUT_EVNAME | PERF_OUTPUT_TRACE
181
},
182
183
+ [PERF_TYPE_HW_CACHE] = {
184
+ .user_set = false,
185
+
186
+ .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
187
+ PERF_OUTPUT_CPU | PERF_OUTPUT_TIME |
188
+ PERF_OUTPUT_EVNAME | PERF_OUTPUT_IP |
189
+ PERF_OUTPUT_SYM | PERF_OUTPUT_SYMOFFSET |
190
+ PERF_OUTPUT_DSO | PERF_OUTPUT_PERIOD,
191
192
+ .invalid_fields = PERF_OUTPUT_TRACE | PERF_OUTPUT_BPF_OUTPUT,
193
+ },
194
195
[PERF_TYPE_RAW] = {
196
.user_set = false,
197
0 commit comments