diff options
Diffstat (limited to 'tools/perf/util/build-id.c')
-rw-r--r-- | tools/perf/util/build-id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/build-id.c b/tools/perf/util/build-id.c index 8e3a740ddbd4..6a6399955ef2 100644 --- a/tools/perf/util/build-id.c +++ b/tools/perf/util/build-id.c | |||
@@ -64,7 +64,7 @@ static int perf_event__exit_del_thread(struct perf_tool *tool __maybe_unused, | |||
64 | struct perf_tool build_id__mark_dso_hit_ops = { | 64 | struct perf_tool build_id__mark_dso_hit_ops = { |
65 | .sample = build_id__mark_dso_hit, | 65 | .sample = build_id__mark_dso_hit, |
66 | .mmap = perf_event__process_mmap, | 66 | .mmap = perf_event__process_mmap, |
67 | .fork = perf_event__process_task, | 67 | .fork = perf_event__process_fork, |
68 | .exit = perf_event__exit_del_thread, | 68 | .exit = perf_event__exit_del_thread, |
69 | .attr = perf_event__process_attr, | 69 | .attr = perf_event__process_attr, |
70 | .build_id = perf_event__process_build_id, | 70 | .build_id = perf_event__process_build_id, |