index
:
~ickle/odin
master
mmap
Odin: a simple memory profiler over time, ala massif but lightweight.
ickle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-17
Enable rudimentary TCP connections
HEAD
master
Chris Wilson
1
-11
/
+60
2009-01-26
Some forgotten changes.
Chris Wilson
1
-9
/
+9
2008-05-08
Fix misaccumulation in callgraph.
Chris Wilson
1
-9
/
+9
2008-04-25
Only update the timeline if the client has performed mallocs/frees etc.
Chris Wilson
1
-8
/
+20
2008-04-23
Tons of UI tweaks. Oops.
Chris Wilson
1
-4
/
+5
2007-12-25
Remove the old status before pushing the new message.
Chris Wilson
1
-0
/
+1
2007-12-22
Tidy spacetime reporting.
Chris Wilson
1
-1
/
+2
2007-12-21
Accumulate callgraph since last update.
Chris Wilson
1
-3
/
+3
2007-12-21
Ensure the frames are translated before use.
Chris Wilson
1
-11
/
+23
2007-12-20
Drop the '[lwp]' from the title string.
Chris Wilson
1
-2
/
+11
2007-12-20
Add a currently allocated summary.
Chris Wilson
1
-6
/
+17
2007-12-20
Delay updating the widgets to reduce overhead whilst monitoring clients.
Chris Wilson
1
-50
/
+224
2007-12-18
Only update procmap if we read from the child.
Chris Wilson
1
-15
/
+18
2007-12-18
Fix memleak.
Chris Wilson
1
-4
/
+6
2007-12-17
Cut'n'paste error.
Chris Wilson
1
-1
/
+1
2007-12-17
Use zlib for reading.
Chris Wilson
1
-182
/
+183
2007-12-17
Filter cmd-line env vars.
Chris Wilson
1
-2
/
+17
2007-12-16
Don't fiddle with SIGSTOP, rely on gdb attaching quicker than the signal.
Chris Wilson
1
-4
/
+1
2007-12-16
Allow user to limit number of callers to uniquely identify allocators.
Chris Wilson
1
-3
/
+7
2007-12-16
Clo to attach gdb to the child.
Chris Wilson
1
-2
/
+19
2007-12-11
Match the env var with a strcmp rather than a potential partial match.
Chris Wilson
1
-7
/
+38
2007-12-08
Flag busy when updating the callgraph or ring view.
Chris Wilson
1
-0
/
+16
2007-12-08
Interpret ENV=VAR cmdline like bash.
Chris Wilson
1
-10
/
+35
2007-12-07
Skip unresolved symbols.
Chris Wilson
1
-3
/
+9
2007-12-07
Skip unused superpages in the blockmap.
Chris Wilson
1
-2
/
+4
2007-12-07
Use select_path as we already have allocated the path.
Chris Wilson
1
-2
/
+1
2007-12-07
Attribute reallocated blocks to the original allocator.
Chris Wilson
1
-13
/
+26
2007-12-05
Store the array of Frames in the Allocator (rather than 3 arrays).
Chris Wilson
1
-24
/
+16
2007-12-05
Free the block when debugging memory allocations.
Chris Wilson
1
-0
/
+4
2007-12-05
Batch symbol lookups and release parsers.
Chris Wilson
1
-1
/
+2
2007-12-05
Oops, accidentally renamed memfault skin to odin.
Chris Wilson
1
-1
/
+1
2007-12-05
Fix typo.
Chris Wilson
1
-1
/
+1
2007-12-05
Shrink the counter from guint to gushort.
Chris Wilson
1
-2
/
+2
2007-12-05
Move the task of symbol lookup to the gui.
Chris Wilson
1
-34
/
+44
2007-12-04
Allow updating alloc_fns from summary.
Chris Wilson
1
-0
/
+3
2007-12-04
Return FALSE for unknown pids again.
Chris Wilson
1
-2
/
+2
2007-12-04
Discard unwanted data.
Chris Wilson
1
-1
/
+87
2007-12-04
Add an initial client summary.
Chris Wilson
1
-45
/
+23
2007-12-04
Rename to odin (Óðinn) after the Norse god of wisdom.
Chris Wilson
1
-11
/
+20
2007-12-04
Correct the last LWP_SOCKET.
Chris Wilson
1
-1
/
+1
2007-12-04
Update window every lwp batch (pretty animations!).
Chris Wilson
1
-3
/
+4
2007-12-04
Add GPL copyright preamble.
Chris Wilson
1
-0
/
+21
2007-12-04
Support reading/writing to LWP file.
Chris Wilson
1
-13
/
+34
2007-12-04
Use shorts for string lengths.
Chris Wilson
1
-16
/
+16
2007-12-04
Add events to their own AllocatorTime.
Chris Wilson
1
-26
/
+58
2007-12-03
Add a few UL.
Chris Wilson
1
-7
/
+7
2007-12-03
Count the total number of touched pages.
Chris Wilson
1
-4
/
+12
2007-12-03
Include lwp/valgrind in title.
Chris Wilson
1
-1
/
+18
2007-12-03
Remove obsolete refresh button.
Chris Wilson
1
-25
/
+0
2007-12-03
Use gsize to count bytes.
Chris Wilson
1
-3
/
+3
[next]