summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/p_debug_prof.c
AgeCommit message (Collapse)Author
2009-02-18util: Move p_debug.h into util module.José Fonseca
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
2008-07-22win32kprof: Store the profile data as an caller->callee hash table, instead ↵José Fonseca
of a trace.
2008-07-22gallium: Open a new file when existing profile memory map is exhausted.José Fonseca
2008-05-24gallium: Poor-man profiler for win32 kernel.José Fonseca