svn commit: r351103 - stable/12/lib/libpmc
Emmanuel Vadot
manu at bidouilliste.com
Thu Aug 15 22:46:22 UTC 2019
On Thu, 15 Aug 2019 21:39:22 +0000 (UTC)
Matt Macy <mmacy at FreeBSD.org> wrote:
> Author: mmacy
> Date: Thu Aug 15 21:39:21 2019
> New Revision: 351103
> URL: https://svnweb.freebsd.org/changeset/base/351103
>
> Log:
> pmc: restore "unhalted-cycles" alias
>
> Reported by: mav@
>
> Modified:
> stable/12/lib/libpmc/libpmc_pmu_util.c
>
> Modified: stable/12/lib/libpmc/libpmc_pmu_util.c
> ==============================================================================
> --- stable/12/lib/libpmc/libpmc_pmu_util.c Thu Aug 15 19:52:32 2019 (r351102)
> +++ stable/12/lib/libpmc/libpmc_pmu_util.c Thu Aug 15 21:39:21 2019 (r351103)
> @@ -69,6 +69,7 @@ static struct pmu_alias pmu_intel_alias_table[] = {
> {"BRANCH_MISSES_RETIRED", "BR_MISP_RETIRED.ALL_BRANCHES"},
> {"BRANCH-MISSES-RETIRED", "BR_MISP_RETIRED.ALL_BRANCHES"},
> {"cycles", "tsc-tsc"},
> + {"unhalted-cycles", "CPU_CLK_UNHALTED.THREAD_P_ANY"},
> {"instructions", "inst-retired.any_p"},
> {"branch-mispredicts", "br_misp_retired.all_branches"},
> {"branches", "br_inst_retired.all_branches"},
Why is this a direct commit to stable/12 and not an MFC of r351104 ?
Also you are supposed to wait 3 days to MFC thing.
--
Emmanuel Vadot <manu at bidouilliste.com> <manu at freebsd.org>
More information about the svn-src-stable-12
mailing list