summaryrefslogtreecommitdiffstats
path: root/bin/win32kprof.py
Commit message (Collapse)AuthorAgeFilesLines
* win32kprof: Store the profile data as an caller->callee hash table, instead ↵José Fonseca2008-07-221-78/+46
| | | | of a trace.
* win32kprof: Generate callgraphs.José Fonseca2008-07-221-48/+91
| | | | Relies on gprof2dot.py.
* win32kprof: Convert tabs to spaces.José Fonseca2008-07-221-241/+241
|
* win32kprof: Consider the section alignment when estimating the image base.José Fonseca2008-07-221-11/+12
|
* Parse the section:offset instead of the rva+base when reading mapfiles.José Fonseca2008-06-191-1/+2
|
* Add copyright header.José Fonseca2008-05-261-2/+29
|
* Demangle C++ symbols.José Fonseca2008-05-251-13/+77
|
* gallium: Pre-processor for win32 kernel profile output.José Fonseca2008-05-241-0/+205