Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Tue Jan  1 21:28:40 UTC 2008

Modified Files:
        src/sys/arch/amd64/amd64: trap.c
        src/sys/arch/i386/i386: trap.c
        src/sys/conf: files majors
Added Files:
        src/sys/arch/x86/include: tprof.h
        src/sys/arch/x86/x86: tprof_pmi.c
        src/sys/dev/tprof: files.tprof tprof.c tprof.h tprof_ioctl.h

Log Message:
a simple performance monitor based profiler, inspired from linux oprofile.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/amd64/amd64/trap.c
cvs rdiff -r1.229 -r1.230 src/sys/arch/i386/i386/trap.c
cvs rdiff -r0 -r1.1 src/sys/arch/x86/include/tprof.h
cvs rdiff -r0 -r1.1 src/sys/arch/x86/x86/tprof_pmi.c
cvs rdiff -r1.881 -r1.882 src/sys/conf/files
cvs rdiff -r1.39 -r1.40 src/sys/conf/majors
cvs rdiff -r0 -r1.1 src/sys/dev/tprof/files.tprof src/sys/dev/tprof/tprof.c \
    src/sys/dev/tprof/tprof.h src/sys/dev/tprof/tprof_ioctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index