MFC: r351429,351430,351485,351497,351498Merge changes to turn off -Werror for gcc 4.2.1 by default as part ofthe plan to deorbit gcc 4.2.1 from -head before 13.0.Relnotes: Yes
MFC r343755: Regularize the Netflix copyright
Revert r351902 ... it didn't properly exclude rack.c changes
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Don't end up manpage titles with a full stop.MFC after: 2 weeks
DIRDEPS_BUILD: Add some missing dirctories to the build.Sponsored by: EMC / Isilon Storage Division
Fix non-amd64 build from r292043 after reconnecting in r303410.MFC after: 3 daysX-MFC-With: r303410Sponsored by: EMC / Isilon Storage Division
pmcstudy.8: minor "efficiency" fix.No functional change.
Cleanup unnecessary semicolons from utilities we all love.
Fix several typos and bugs within pmcstudy. Also highlight the one SB testthat is failing (and is likely a problem in the actual PMC defintions). Addto this also the -A option to run all canned tes
Fix several typos and bugs within pmcstudy. Also highlight the one SB testthat is failing (and is likely a problem in the actual PMC defintions). Addto this also the -A option to run all canned tests.Sponsored by: Netflix Inc.
show more ...
Update the manual page to include Broadwell.
White space changes.
Proper support of Broadwell tool by the pmc_study based on theIntel Itune guide for 5th generation processors. There is at leastone formula missing in that guide, which I extrapolated and put a ? b
Proper support of Broadwell tool by the pmc_study based on theIntel Itune guide for 5th generation processors. There is at leastone formula missing in that guide, which I extrapolated and put a ? byin the help.Sponsored by: Netflix Inc
Fix a ton of speelling errorsarc lint is helpfulReviewed By: allanjude, wblock, #manpages, [email protected]Differential Revision: https://reviews.freebsd.org/D3337
Rough first mdoc, spelling and grammar cleanup pass.
Opps its section 8 not 1 silly.MFC after: 3 daysSponsored by: Netflix
Update the manual page to be a bit more sane. It stillmay need some work, but at least now it will read properly.(gnn you are still on the hook to help out with thislike you committed).Sponsored
Update the manual page to be a bit more sane. It stillmay need some work, but at least now it will read properly.(gnn you are still on the hook to help out with thislike you committed).Sponsored by: Netflix.
Fix yet another coverty warning (missing io is NULL check) and in examining thatwarning I see yet another issue where we should be pclosing the io in the eventof the error and its a command (not fc
Fix yet another coverty warning (missing io is NULL check) and in examining thatwarning I see yet another issue where we should be pclosing the io in the eventof the error and its a command (not fclose only).
Fix minor errors found by coverity. Thanks Gleb forthe pointers to the email!
Update the hwpmc driver to have the new type HASWELL_XEON. Alsogo back through HASWELL, IVY_BRIDGE, IVY_BRIDGE_XEON and SANDY_BRIDGEto straighten out all the missing PMCs. We also add a new pmc too
Update the hwpmc driver to have the new type HASWELL_XEON. Alsogo back through HASWELL, IVY_BRIDGE, IVY_BRIDGE_XEON and SANDY_BRIDGEto straighten out all the missing PMCs. We also add a new pmc toolpmcstudy, this allows one to run the various formulas fromthe documents "Using Intel Vtune Amplifier XE on XXX Generation platforms" forIB/SB and Haswell. The tool also allows one to postulate your ownformulas with any of the various PMC's. At some point I will enahancethis to work with Brendan Gregg's flame-graphs so we can flamegraphvarious PMC interactions. Note the manual page also needs somework (lots of work) but gnn has committed to help me with that ;-)Reviewed by: gnnMFC after:1 monthSponsored by: Netflix Inc.