|
@@ -226,7 +226,8 @@ struct perf_evsel *perf_evsel__new_idx(struct perf_event_attr *attr, int idx)
|
|
perf_evsel__init(evsel, attr, idx);
|
|
perf_evsel__init(evsel, attr, idx);
|
|
|
|
|
|
if (perf_evsel__is_bpf_output(evsel)) {
|
|
if (perf_evsel__is_bpf_output(evsel)) {
|
|
- evsel->attr.sample_type |= PERF_SAMPLE_RAW;
|
|
|
|
|
|
+ evsel->attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME |
|
|
|
|
+ PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD),
|
|
evsel->attr.sample_period = 1;
|
|
evsel->attr.sample_period = 1;
|
|
}
|
|
}
|
|
|
|
|