index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-10
apitrace trim: Remove memory leak in FastCallRange objects
Lawrence L Love
2
-27
/
+75
2013-12-10
apitrace: Allow multiple --calls and/or --frames input options
Lawrence L Love
2
-4
/
+15
2013-11-29
d3dretrace: Add flags for D3D8 calls.
José Fonseca
1
-0
/
+14
2013-10-29
common: Conditionally compile-out os::log (issue #164).
Nigel Stewart
2
-0
/
+4
2013-10-14
gui: Group on glPush/PopGroupMarkerEXT too.
José Fonseca
1
-0
/
+2
2013-10-11
Implement grouping of calls.
Zack Rusin
2
-3
/
+10
2013-09-20
backtrace: Allow to build without libbacktrace.
José Fonseca
2
-48
/
+26
2013-09-20
os: Fix missing os::dump_backtrace symbol in Android builds.
José Fonseca
1
-0
/
+4
2013-09-20
common: dump backtrace on signals
Alexander Monakov
3
-12
/
+112
2013-09-20
common: carve out RawStackFrame::dump
Alexander Monakov
2
-17
/
+18
2013-09-20
common/backtrace: move namespace trace -> os
Alexander Monakov
3
-10
/
+16
2013-09-20
common: rename trace_backtrace.* -> os_backtrace.*
Alexander Monakov
5
-6
/
+4
2013-09-11
Build fixes for VS2013
Nigel Stewart
2
-2
/
+3
2013-07-11
Replace dynamic_cast with virtual functions.
Nigel Stewart
3
-2
/
+23
2013-07-08
Use consistent cpp logic for including backtrace.h
José Fonseca
1
-3
/
+3
2013-07-08
Resolve C4267 MS compiler warnings
Nigel Stewart
3
-5
/
+5
2013-07-08
Delete the file object if the trace file could not be loaded due to being an ...
Peter Lohrmann
1
-0
/
+2
2013-07-02
common: Add platform #ifdefs for non-cmake build convenience.
Nigel Stewart
2
-1
/
+7
2013-07-02
Resolve some MS compiler warnings (in picky mode)
Nigel Stewart
3
-5
/
+5
2013-06-17
os: Ensure len is properly computed on all getProcessName code paths.
José Fonseca
1
-6
/
+14
2013-06-17
os: Improve String with more comments and checks.
José Fonseca
1
-3
/
+31
2013-06-16
Use rand() on windows.
José Fonseca
2
-1
/
+14
2013-06-16
Use skiplist-based FastCallSet within trace::CallSet
Carl Worth
4
-14
/
+32
2013-06-16
Rename trim::CallSet to trace::FastCallSet
Carl Worth
4
-5
/
+299
2013-06-15
Fix pre-processor logic.
Vinjn Zhang
1
-1
/
+1
2013-06-13
d3dretrace: Handle deferred d3d11 contexts better.
José Fonseca
1
-0
/
+2
2013-06-12
cli: Don't replace, but instead prepend the environment variable.
José Fonseca
1
-0
/
+2
2013-06-01
retrace: Don't try to recreate existing directories.
José Fonseca
1
-3
/
+0
2013-05-28
Merge branch 'libbacktrace'
José Fonseca
2
-188
/
+135
2013-05-28
common: Add copyright headers to trace_backtrace.hpp
José Fonseca
1
-0
/
+26
2013-05-28
common: Fix C pre-processor logic.
José Fonseca
1
-1
/
+1
2013-05-25
retrace: Create snapshot directory if it does not exist.
José Fonseca
3
-20
/
+35
2013-05-23
Use libstdc++ demangler
Alexander Monakov
1
-0
/
+4
2013-05-23
Remove GlibcBacktraceProvider
Alexander Monakov
1
-112
/
+0
2013-05-23
Switch to libbacktrace provider
Alexander Monakov
2
-3
/
+3
2013-05-23
Implement libbacktrace provider
Alexander Monakov
1
-0
/
+92
2013-05-23
Cleanup backtrace setup code
Alexander Monakov
2
-84
/
+21
2013-05-13
Merge branch 'backtrace'
José Fonseca
13
-20
/
+763
2013-05-13
common: Cleanup backtrace.
Alexander Monakov
1
-9
/
+4
2013-05-13
Re-add backtrace_is_needed() call.
José Fonseca
1
-1
/
+1
2013-05-13
Fix Android build.
Alexander Monakov
1
-1
/
+1
2013-05-10
retrace: Join with runner threads before destroy runner objects.
José Fonseca
1
-0
/
+10
2013-05-10
os: Prevent app from redirecting log messages.
José Fonseca
2
-2
/
+12
2013-05-10
trace: Check process id also when the destructor is invoked.
José Fonseca
2
-18
/
+24
2013-05-09
Try to be robust against fork.
José Fonseca
3
-2
/
+48
2013-05-06
Use ids for frames.
José Fonseca
9
-68
/
+124
2013-05-05
Fix windows build.
José Fonseca
1
-2
/
+2
2013-05-05
Cleanup the backtrace representation.
José Fonseca
12
-225
/
+122
2013-05-04
Remove FunctionSig::backtrace member.
José Fonseca
6
-18
/
+16
2013-05-04
Backtrace via call detail
Eugene Velesevich
13
-22
/
+819
[next]