summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-04-22 13:41:49 +0100
committerMarc Zyngier <maz@kernel.org>2021-04-22 13:41:49 +0100
commit9a8aae605b80fc0a830cdce747eed48e11acc067 (patch)
treec3d138d0c96f9303ec117398f9b96c256f9a09f3 /include/linux/perf_event.h
parent4085ae809334f036ec01790d1bac41a8ec3116da (diff)
parent7f318847a0f37b96d8927e8d30ae7b8f149b11f1 (diff)
Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/next
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 3f7f89ea5e51..51154ed9a206 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -951,8 +951,6 @@ extern void perf_event_itrace_started(struct perf_event *event);
extern int perf_pmu_register(struct pmu *pmu, const char *name, int type);
extern void perf_pmu_unregister(struct pmu *pmu);
-extern int perf_num_counters(void);
-extern const char *perf_pmu_name(void);
extern void __perf_event_task_sched_in(struct task_struct *prev,
struct task_struct *task);
extern void __perf_event_task_sched_out(struct task_struct *prev,