Module Name: src Committed By: maxv Date: Fri Jul 13 11:03:36 UTC 2018
Modified Files: src/usr.sbin/tprof: Makefile tprof.8 tprof.c tprof.h Added Files: src/usr.sbin/tprof: tprof_analyze.c Log Message: Merge tpfmt(1) into tprof(8). We want to have access to everything with only one tool. The code is copied mostly as-is, and the functionality is available via the "analyze" command. Eg: tprof monitor -e llc-misses:k -o myfile.out sleep 20 tprof analyze < myfile.out Will move soon, I don't like the reading via stdin. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/tprof/Makefile cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/tprof/tprof.8 cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/tprof/tprof.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/tprof/tprof.h cvs rdiff -u -r0 -r1.1 src/usr.sbin/tprof/tprof_analyze.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.