Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ec4036ed
Commit
ec4036ed
authored
May 20, 2022
by
Paolo Bonzini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: x86/pmu: remove useless prototype
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
43d62d10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
arch/x86/kvm/pmu.h
arch/x86/kvm/pmu.h
+0
-1
No files found.
arch/x86/kvm/pmu.h
View file @
ec4036ed
...
@@ -191,7 +191,6 @@ void kvm_pmu_cleanup(struct kvm_vcpu *vcpu);
...
@@ -191,7 +191,6 @@ void kvm_pmu_cleanup(struct kvm_vcpu *vcpu);
void
kvm_pmu_destroy
(
struct
kvm_vcpu
*
vcpu
);
void
kvm_pmu_destroy
(
struct
kvm_vcpu
*
vcpu
);
int
kvm_vm_ioctl_set_pmu_event_filter
(
struct
kvm
*
kvm
,
void
__user
*
argp
);
int
kvm_vm_ioctl_set_pmu_event_filter
(
struct
kvm
*
kvm
,
void
__user
*
argp
);
void
kvm_pmu_trigger_event
(
struct
kvm_vcpu
*
vcpu
,
u64
perf_hw_id
);
void
kvm_pmu_trigger_event
(
struct
kvm_vcpu
*
vcpu
,
u64
perf_hw_id
);
void
kvm_init_pmu_capability
(
void
);
bool
is_vmware_backdoor_pmc
(
u32
pmc_idx
);
bool
is_vmware_backdoor_pmc
(
u32
pmc_idx
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment