|
@@ -61,6 +61,8 @@ static struct perf_event_ops event_ops = {
|
|
|
.exit = event__process_task,
|
|
.exit = event__process_task,
|
|
|
.fork = event__process_task,
|
|
.fork = event__process_task,
|
|
|
.lost = event__process_lost,
|
|
.lost = event__process_lost,
|
|
|
|
|
+ .ordered_samples = true,
|
|
|
|
|
+ .ordering_requires_timestamps = true,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static void perf_session__insert_hist_entry_by_name(struct rb_root *root,
|
|
static void perf_session__insert_hist_entry_by_name(struct rb_root *root,
|