mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
update pmc_pmu_idx_get_by_event signature for !x86
This commit is contained in:
parent
bfb46e2ba8
commit
ce6fc9d779
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334602
@ -482,7 +482,7 @@ pmc_pmu_stat_mode(const char ***a __unused)
|
||||
}
|
||||
|
||||
int
|
||||
pmc_pmu_idx_get_by_event(const char *e __unused)
|
||||
pmc_pmu_idx_get_by_event(const char *c __unused, const char *e __unused)
|
||||
{
|
||||
return (-1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user