summaryrefslogtreecommitdiff
path: root/usr.sbin/tprof
AgeCommit message (Expand)Author
2023-07-07tprof(8): Add support for Skylake-X and Cascade Lake.msaitoh
2023-07-07Modify comment. No functional change.msaitoh
2023-04-18tprof.8: fix typo, s/speficied/specified/gutteridge
2023-04-17tprof(8): fix markup nitsuwe
2023-04-17tprof.8: new sentence, new linegutteridge
2023-04-17Use the default counter if -e argument is not specified.msaitoh
2023-04-17Add two note to the tprof(8)'s manual page.msaitoh
2023-04-12KNF. No functional change.msaitoh
2023-04-10Add Cometlake support.msaitoh
2022-12-26fixed parsing of event options.ryo
2022-12-26Reflect recent new options for top operation, add a and cryoon
2022-12-23use malloc instead of alloca so that SSP works.christos
2022-12-16the "scale" option can be specified in the event name even in "tprof monitor"ryo
2022-12-16- added 'c' command to tprof-top to show/hide event counter.ryo
2022-12-09if column width changes, the screen must be updated.ryo
2022-12-09supported AMD family addedryo
2022-12-09mainly fixes around display.ryo
2022-12-09add accumulative mode. "tprof top -a"ryo
2022-12-08Add AMD family 19h (zen3 and zen4) support to tprof.msaitoh
2022-12-08Use lowercase consistently for hexadecimal numbers. No functional change.msaitoh
2022-12-07KNF. No functional change.msaitoh
2022-12-05fix build error with llvmryo
2022-12-01fix build error of printf formatryo
2022-12-01add "top" subcommand to tprof(8)ryo
2022-12-01split ksyms stuff into ksyms.[ch]ryo
2022-12-01Improve tprof(8)ryo
2022-12-01Improve tprof(4)ryo
2022-06-13Disable the unsupported events from the bit vector length in EAX.msaitoh
2022-06-13Add topdown-slots to Intel architectural performance monitoring version 1.msaitoh
2022-05-25Add note about tprof(4) for people like me who forget to load tprof_x86.msaitoh
2021-10-14Output alignement - give lwp 6 charactersskrll
2021-01-30Print the path that we failed to open on errorjmcneill
2020-11-17Support aarch64eb; just works fine.rin
2020-04-17Fix typo in a comment.knakahara
2019-10-11Add AMD Family 15h to supported model listjmcneill
2019-10-11Add support for AMD Family 15hjmcneill
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