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