resetting manifest requested domain to floor
[platform/upstream/sysprof.git] / ChangeLog
2009-02-21 Søren Sandmann Ped... Add empty ChangeLog to appease automake
2009-02-21 Søren Sandmann Ped... Delete ChangeLog
2008-09-14 Søren SandmannUpdate to work with new vm_operations interface from...
2008-06-05 Geoffrey KeatingApply patch from binutils to demangle local-source...
2008-06-02 Søren SandmannRemove weird comment.
2008-06-02 Søren Sandmann Ped... +Mon Jun 2 01:14:17 2008 Søren Sandmann <sandmann...
2008-06-02 Søren SandmannSimplify loop.
2008-06-02 Søren SandmannActually recurse on the debuglink.
2008-06-02 Søren SandmannPlug leak
2008-06-02 Søren SandmannKeep a list of elf files for each binary file. In some...
2008-06-02 Søren SandmannDo not fold recursions for symbols starting with "In...
2008-05-08 Owen TaylorReorder the tests for CONFIG_X86 and CONFIG_X86_64...
2008-05-08 Soren Sandmann Ped... Fix bug where the build id name was generated incorrectly.
2008-04-26 Soren SandmannDon't leak kallsyms
2008-04-26 Soren SandmannGet rid of all calls to glade_xml_get_widget(). (gather...
2008-04-26 Soren SandmannRemove all calls to g_signal_connect() Instead connect...
2008-04-26 Soren SandmannAdd various constants
2008-04-21 Søren Sandmann Ped... More build-id work
2008-04-20 Søren Sandmann Ped... Initial build id support
2008-04-01 Owen TaylorConstrain the samples label to only grow wider instead...
2008-03-29 Soren SandmannWork around GTK+ ABI break.
2008-03-29 Soren SandmannCall back after collecting all traces.
2008-03-29 Søren SandmannBeginning of a dwarf unwinder.
2008-03-29 Søren Sandmannx86 merge happened in 2.6.25
2008-03-24 Søren Sandmann Ped... +2008-03-23 Soren Sandmann <sandmann@daimi.au.dk>
2008-03-20 Soren SandmannUse kernel builtin tracer instead of copying everything...
2008-03-20 Soren SandmannSupport for 2.6.24 and newer
2008-02-24 Soren SandmannInitialize offset to 1. Don't do kernel lookup for...
2008-02-17 Soren SandmannAdd commented out code to reject callback.
2008-02-16 Soren SandmannAdd a memcpy() that uses nontemporal writes. (copy_kern...
2007-11-20 Soren SandmannUse hash table instead of list.
2007-11-19 Soren SandmannMake heuristic stack scanning more accurate
2007-11-18 Søren SandmannCrude heuristic stack scanning on x86-64.
2007-11-18 Søren SandmannReturn ssize_t instead of int.
2007-11-17 Søren Sandmann Ped... +2007-11-17 Soren Sandmann <sandmann@daimi.au.dk>
2007-11-17 Soren SandmannFormatting
2007-11-17 Soren Sandmannupdates
2007-11-16 Soren SandmannUpdates
2007-10-25 Soren SandmannUse an array instead of a list. Look for vmlinux in...
2007-10-22 Soren SandmannMake this a two-pass algorithm, one pass to add the...
2007-10-22 Soren SandmannFix some spelling errors
2007-10-22 Søren Sandmann Ped... Add ChangeLog
2007-10-21 Soren SandmannRemove CFLAGS reminiscence of 2.4 support.
2007-10-20 Soren SandmannCall callback with an extra boolean indicating whether...
2007-09-17 Soren SandmannAdd support for looking up kernel symbols from /proc...
2007-08-26 Soren SandmannCompute the size by simply summing the size of the...
2007-08-26 Soren SandmannReformat and fix various minor issues.
2007-08-26 Soren SandmannWork around GTK+ bug 405625.
2007-08-04 Soren SandmannUpdate to use new tree view API.
2007-03-24 Soren Sandmann+ * elfparser.c (elf_parser_get_crc32): madvise()
2007-03-24 Soren SandmannUpdate screenshot window in an idle handler to deal...
2007-03-05 Søren SandmannNew function. Only warn once about bad CRC's.
2007-03-02 Soren SandmannMake this function static
2007-03-02 Soren SandmannRemove FIXME.
2007-03-02 Soren SandmanFree the undefined symbol
2007-03-02 Soren SandmannMake a copy of the vdso bytes to make valgrind a little...
2007-03-02 Soren SandmannFix two leaks, both pointed out by Kjartan Maraas
2007-02-24 Soren SandmannUpdates
2007-02-24 Soren SandmanSwitch to a simpler conceptual model. Update to binpars...
2007-02-09 Søren SandmannUpdate copyright notices
2007-02-09 Søren SandmannDon't store the size of the symbol. (elf_parser_lookup_...
2007-01-22 Søren Sandmannsysprof-icon-32.png Add a 32x32 version (also from...
2007-01-22 Søren Sandmann Ped... Add new icons
2007-01-05 Behdad EsfahbodCorrect $PWD usage, so make install works from inside...
2006-12-09 Soren SandmannAdd forgotten put_cpu_var(). Parse in chunks of 65536...
2006-11-23 Soren SandmannSet inode for vdso to 0.
2006-11-23 Soren SandmannUse GMappedFile instead g_file_get_contents(). (build_i...
2006-11-22 Soren SandmannMove match to front (add_trace_to_tree): Break as soon...
2006-11-20 Soren Sandmannreset the collector after generating the profile.
2006-11-20 Soren SandmannUse stack allocated variables to avoid taking addresses...
2006-11-20 Soren SandmannUse stack_node_new() o (profile_load): Use set_root...
2006-11-19 Soren SandmannDeclare bin_parser_free();
2006-11-11 Soren SandmannNew function
2006-11-09 Søren Sandmannudpate
2006-11-09 Søren SandmannStart with "/usr", not "usr". Pointed out by Tim Rowley.
2006-11-09 Søren SandmannLook in the correct directory for debug info files...
2006-11-09 Søren SandmannAdd debug spew.
2006-11-09 Søren SandmannDie immediately if the output file is a directory.
2006-11-02 Soren SandmannValgrind:
2006-11-02 Soren SandmannIncrease the max number of addresses to 1021, reorganis...
2006-10-26 Soren SandmannCombine processes with identical commandlines here.
2006-10-26 Soren SandmannMake the pointer array static to improve cache behavior...
2006-10-25 Søren Sandmann Ped... Incomplete changelog
2006-10-25 Søren Sandmann Ped... +2006-10-25 Soren Sandmann <sandmann@daimi.au.dk> ...
2006-10-25 Soren Sandmannreplace PAGE_SIZE macro with this function.
2006-10-24 Soren SandmannUse an array instead of list of maps.
2006-10-23 Soren SandmannUse PAGE_SIZE - 1 instead of 4096.
2006-10-23 Soren SandmannCommunicate traces to userspace through shared memory...
2006-10-12 Soren SandmannSkip nodes that don't have a parent.
2006-10-11 Soren SandmannMake this function return a list of immediate callers...
2006-10-10 Søren Sandmann Ped... +2006-10-09 Soren Sandmann <sandmann@redhat.com>
2006-10-09 Soren SandmannNew function.
2006-10-09 Soren SandmannDon't include bfd.h
2006-10-08 Soren SandmannNew function to support --version option
2006-10-08 Soren SandmannAdd a cache of the text section.
2006-10-08 Soren SandmannRemove now unused load-address heuristic
2006-10-08 Soren SandmannUse "SHT_DYNSYM" for ".dynsym".
2006-10-08 Soren SandmannSupport _debuglink recursions.
2006-10-08 Søren Sandmann Ped... Delete debug spew
2006-10-08 Soren SandmannDeal with address offsets. Address lookup is now:
next