summaryrefslogtreecommitdiff
path: root/usr.sbin/tprof
AgeCommit message (Expand)Author
2019-10-12Pull up following revision(s) (requested by jmcneill in ticket #301):martin
2019-05-29Add support for AMD Family 17h.maxv
2019-01-27Fix merge botch.kre
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-26tprof: Add goldmont plus support. Tested by msaitoh@n.o, thanks.knakahara
2018-11-26tprof: Add goldmont support.knakahara
2018-11-20Note support for Intel Silvermont/Airmont.maxv
2018-11-15tprof: Add silvermont, airmont support.knakahara
2018-07-24Add a "support" section.maxv
2018-07-24Use errx, there is no errno.maxv
2018-07-18Various improvements to man page. Sync usage.wiz
2018-07-15Add ARMv7 support.jmcneill
2018-07-15Add ARMv8 support.jmcneill
2018-07-14Fix a crash when running tprof with no arguments; check argc before accessing...jmcneill
2018-07-14Mark tprof_event_init, tprof_event_list, tprof_event_lookup as deadjmcneill
2018-07-14specialreg.h is x86-specific, don't include itmaxv
2018-07-14Finish the Skylake/Kabylake table, and improve the output of "tprof analyze".maxv
2018-07-13Mark tprof_monitor as deadjoerg
2018-07-13Ask for a file path with the "analyze" command, instead of reading stdin.maxv
2018-07-13Remove tpfmt(1). Its code was merged into tprof(8).maxv
2018-07-13Merge tpfmt(1) into tprof(8). We want to have access to everything withmaxv
2018-07-13Skylake/Kabylake are family 6, so add a check for that. While here improvemaxv
2018-07-13Change the arguments of the tprof tool, to match the behavior of pmc(1) andmaxv
2018-07-13Inline the values in amd_f10h_names[], we're not going to use defines formaxv
2018-07-13Revamp tprof.maxv
2012-01-10Use __deadjoerg
2011-12-09- add a CAVEATSyamt
2011-11-26Improve wording, sort sections, remove ls(1) escapee.wiz
2011-11-26man pageyamt
2009-10-13deal with the output of new objdump.yamt
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-01-26fix an error message.yamt
2009-01-03fix exit status values.yamt
2008-01-30Expunge references to lockmgr.ad
2008-01-14update commentsyamt
2008-01-14whitespaceyamt
2008-01-14add a script to produce something like opannotate.yamt
2008-01-14rename fmt.sh to tpfmt.shyamt
2008-01-05mention SIZEOF_PTRyamt
2008-01-05PR/37662 was fixed.yamt
2008-01-03usage: be a little more understandable.yamt
2008-01-03use the SIZEOF_PTR environment variable if set.yamt
2008-01-02note what's sampled.yamt
2008-01-02explain the output of fmt.shyamt
2008-01-01minimum documentation.yamt
2008-01-01comment a usage.yamt
2008-01-01a dumb formatter for tprof. should be rewritten.yamt
2008-01-01a dumb program to talk with the tprof driver.yamt