platform/upstream/sysprof.git
2007-11-17 Soren SandmannFormatting
2007-11-17 Soren Sandmannupdates
2007-11-16 Soren SandmannUpdates
2007-10-30 Søren Sandmann... Update TODO
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... Add ChangeLog
2007-10-22 Soren SandmannDon't discard weak symbols.
2007-10-21 Søren Sandmann... Add notes about releasing
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-26 Søren Sandmann... TODO updates
2007-08-11 Søren Sandmann... Update TODO
2007-08-11 Søren Sandmann... Update TODO
2007-08-08 Søren Sandmann... Add MAINTAINERS
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-25 Søren Sandmann... svn path=/trunk/; revision=355
2007-02-24 Soren SandmannUpdates
2007-02-24 Søren Sandmann... include correct header file
2007-02-24 Soren SandmanSwitch to a simpler conceptual model. Update to binpars...
2007-02-09 Søren Sandmann... svn path=/trunk/; revision=351
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... Add new icons
2007-01-05 Behdad EsfahbodCorrect $PWD usage, so make install works from inside...
2006-12-10 Søren Sandmann... file announce-1.0.8 was initially added on branch syspr...
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-16 Søren Sandmann... file announce-1.0.7 was initially added on branch syspr...
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-30 Søren Sandmann... file announce-1.0.5 was initially added on branch syspr...
2006-10-30 Søren Sandmann... file announce-1.0.4 was initially added on branch syspr...
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... Incomplete changelog
2006-10-25 Søren Sandmann... +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... +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... Delete debug spew
2006-10-08 Soren SandmannDeal with address offsets. Address lookup is now:
2006-09-23 Soren SandmannRemove old commented out code Add commented out code...
2006-09-23 Søren Sandmann... Revert accidental commit
2006-09-23 Soren SandmannRemove old commented out code
2006-08-26 Søren Sandmann... Formatting fixes in header files
2006-08-26 Soren SandmannUpdate to new API
2006-08-26 Soren SandmannAdd new struct BinRecord. Comment out functions related...
2006-08-26 Soren SandmannAdd new bin_record() functions Implement them.
2006-08-26 Soren SandmannDemangle instead of strdup.
2006-08-22 Soren SandmannRename elf_sym_get_* to elf_parser_get_sym_* and make...
2006-08-22 Soren SandmannAdd ref_count and filename (bin_files): Add map from...
2006-08-21 Soren SandmannPass map->bin_file to bin_symbol_get_name.
2006-08-21 Soren SandmannUpdate
2006-08-21 Soren SandmannInitialize crc to 0xffffffff and invert it before retur...
2006-08-21 Soren SandmannComment out debug spew. (elf_parser_lookup_symbol)...
2006-08-21 Soren SandmannMake process_lookup_symbol() return a string. Delete
2006-08-21 Soren SandmannNew function
2006-08-21 Soren SandmannNew function
2006-08-20 Soren SandmannRead the name out of the file instead of out of the...
2006-08-20 Soren SandmannNew file, made out of files from libiberty in binutils.
2006-08-19 Soren SandmannMany cleanups.
2006-08-16 Søren SandmannPass the correct pointer.
next