summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Collapse)AuthorFilesLines
2005-04-30Use getpagesize()Soeren Sandmann1-2/+2
Sat Apr 30 16:57:23 2005 Soeren Sandmann <sandmann@redhat.com> * process.c (PAGE_SIZE): Use getpagesize() * TODO: More updates
2005-04-09Remove debug spewSøren Sandmann1-4/+22
Sat Apr 9 17:04:50 2005 Søren Sandmann <sandmann@redhat.com> * Makefile: Remove debug spew * *: Add copyright notices
2005-04-06Put back the weird loop, and stop pretending I understand this. This timeSøren Sandmann1-28/+12
Tue Apr 5 23:01:02 2005 Søren Sandmann <sandmann@redhat.com> * binfile.c (read_symbols): Put back the weird loop, and stop pretending I understand this. This time use SEC_ALLOC instead of SEC_LOAD.
2005-04-06Add commented out debug spew.Søren Sandmann1-38/+26
Tue Apr 5 20:13:44 2005 Søren Sandmann <sandmann@redhat.com> * process.c (process_ensure_map): Add commented out debug spew. * process.c (process_lookup_symbol): Remove all should_offset() function and all references to it. * binfile.c (bin_file_lookup_symbol): Document that address must be in file coordinates. * binfile.c (read_symbols): Remove misguided code that tried to guess the load address of the file. Instead, do all computations in "file coordinates". Also fix a memory leak. Add commented out debug spew. * binfile.c (separate_debug_file_exists): Fix signedness
2005-04-01Walk all threads, not just all processes.Søren Sandmann1-0/+3
Thu Mar 31 19:51:51 2005 Søren Sandmann <sandmann@redhat.com> * sysprof-module.c (do_generate): Walk all threads, not just all processes. * TODO: Add disk profiling ideas
2005-03-03Experiment with a file-format-description format.Soeren Sandmann1-2/+2
Wed Mar 2 23:39:50 2005 Soeren Sandmann <sandmann@redhat.com> * profile.[ch], sfile.[ch]: Experiment with a file-format-description format. * sysprof.c: Add commented out code using /proc/ based timeout.
2004-11-23*** empty log message ***Søren Sandmann Pedersen1-26/+88
2004-11-21*** empty log message ***Søren Sandmann Pedersen1-2/+6
2004-11-12*** empty log message ***Søren Sandmann Pedersen1-1/+1
2004-11-04*** empty log message ***Søren Sandmann Pedersen1-18/+21
2004-11-02*** empty log message ***Søren Sandmann Pedersen1-0/+2
2004-11-01*** empty log message ***Søren Sandmann Pedersen1-1/+1
2004-04-29better disk profilingSøren Sandmann Pedersen1-8/+23
2004-04-28support prelinked binariesSøren Sandmann Pedersen1-2/+11
2004-04-27Initial revisionSøren Sandmann Pedersen1-0/+343