History log of /freebsd-12.1/usr.sbin/pmcstudy/eval_expr.c (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0
# 835ddc36 05-Sep-2019 Warner Losh <[email protected]>

MFC r343755:

Regularize the Netflix copyright


# 4f58e69b 05-Sep-2019 Warner Losh <[email protected]>

Revert r351902 ... it didn't properly exclude rack.c changes


# c1b1efbe 05-Sep-2019 Warner Losh <[email protected]>

MFC r343755:

Regularize the Netflix copyright


Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# 463a577b 21-Oct-2015 Eitan Adler <[email protected]>

Fix a ton of speelling errors

arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, [email protected]
Differential Revision: https://reviews.freebsd.org/D3337


Revision tags: release/10.2.0
# d95b3509 14-Jan-2015 Randall Stewart <[email protected]>

Update the hwpmc driver to have the new type HASWELL_XEON. Also
go back through HASWELL, IVY_BRIDGE, IVY_BRIDGE_XEON and SANDY_BRIDGE
to straighten out all the missing PMCs. We also add a new pmc too

Update the hwpmc driver to have the new type HASWELL_XEON. Also
go back through HASWELL, IVY_BRIDGE, IVY_BRIDGE_XEON and SANDY_BRIDGE
to straighten out all the missing PMCs. We also add a new pmc tool
pmcstudy, this allows one to run the various formulas from
the documents "Using Intel Vtune Amplifier XE on XXX Generation platforms" for
IB/SB and Haswell. The tool also allows one to postulate your own
formulas with any of the various PMC's. At some point I will enahance
this to work with Brendan Gregg's flame-graphs so we can flamegraph
various PMC interactions. Note the manual page also needs some
work (lots of work) but gnn has committed to help me with that ;-)
Reviewed by: gnn
MFC after:1 month
Sponsored by: Netflix Inc.

show more ...