summaryrefslogtreecommitdiff
path: root/bin/win32kprof.py
AgeCommit message (Expand)AuthorFilesLines
2008-07-22win32kprof: Store the profile data as an caller->callee hash table, instead o...José Fonseca1-78/+46
2008-07-22win32kprof: Generate callgraphs.José Fonseca1-48/+91
2008-07-22win32kprof: Convert tabs to spaces.José Fonseca1-241/+241
2008-07-22win32kprof: Consider the section alignment when estimating the image base.José Fonseca1-11/+12
2008-06-19Parse the section:offset instead of the rva+base when reading mapfiles.José Fonseca1-1/+2
2008-05-26Add copyright header.José Fonseca1-2/+29
2008-05-25Demangle C++ symbols.José Fonseca1-13/+77
2008-05-24gallium: Pre-processor for win32 kernel profile output.José Fonseca1-0/+205