diff options
| author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2010-09-06 09:51:45 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-09-09 14:46:31 -0400 |
| commit | 15ac9a395a753cb28c674e7ea80386ffdff21785 (patch) | |
| tree | 63879e3031a6ed8e372ffd254ef97ff703a4d478 /include/linux | |
| parent | a4eaf7f14675cb512d69f0c928055e73d0c6d252 (diff) | |
perf: Remove the sysfs bits
Neither the overcommit nor the reservation sysfs parameter were
actually working, remove them as they'll only get in the way.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: paulus <paulus@samba.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/perf_event.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 402073c61669..b22176d3ebdf 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
| @@ -860,7 +860,6 @@ struct perf_cpu_context { | |||
| 860 | struct perf_event_context ctx; | 860 | struct perf_event_context ctx; |
| 861 | struct perf_event_context *task_ctx; | 861 | struct perf_event_context *task_ctx; |
| 862 | int active_oncpu; | 862 | int active_oncpu; |
| 863 | int max_pertask; | ||
| 864 | int exclusive; | 863 | int exclusive; |
| 865 | struct swevent_hlist *swevent_hlist; | 864 | struct swevent_hlist *swevent_hlist; |
| 866 | struct mutex hlist_mutex; | 865 | struct mutex hlist_mutex; |
| @@ -883,11 +882,6 @@ struct perf_output_handle { | |||
| 883 | 882 | ||
| 884 | #ifdef CONFIG_PERF_EVENTS | 883 | #ifdef CONFIG_PERF_EVENTS |
| 885 | 884 | ||
| 886 | /* | ||
| 887 | * Set by architecture code: | ||
| 888 | */ | ||
| 889 | extern int perf_max_events; | ||
| 890 | |||
| 891 | extern int perf_pmu_register(struct pmu *pmu); | 885 | extern int perf_pmu_register(struct pmu *pmu); |
| 892 | extern void perf_pmu_unregister(struct pmu *pmu); | 886 | extern void perf_pmu_unregister(struct pmu *pmu); |
| 893 | 887 | ||
