Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 881 Bytes

README.md

File metadata and controls

34 lines (33 loc) · 881 Bytes

tools

BUILD

make
sudo make install

RUN

htod : convert HEX to DEC
Ex, htod fee1c001

dtoh : convert DEC to HEX
Ex, dtoh 4276207617

gettimeofday : get current time(UNIX timestamp)
Ex, gettimeofday

ctime : convert UNIX timestamp to string
Ex, ctime 1461570588 1461570598

get-all-changelog.py : get all kernel changelog, change url if get another version in python script
Ex, get-all-changelog.py

objdump-function.sh : dump one function disassemble code
Ex, objdump-function.sh vmlinux do_fork

sparse-file : generate sparse file
Ex, sparse-file -s 4096 -t 409600000

filemap : dump file extents, logical address, physical address mapping info.
Ex, filemap test.file

pmu-counters : get pmu counters
Ex, pmu-counters