platform/upstream/sysprof.git
2010-05-06 Søren Sandmann... Post-release version bump to 1.1.7
2010-05-06 Søren Sandmann... Pre-release bump to 1.1.6 1.1.6
2010-05-06 Søren Sandmann... Makefile.am: barrier.h is now called util.h
2010-04-24 Søren Sandmann... Fix use of uninitialized variable
2010-04-24 Søren Sandmann... Use the SET_OUTPUT ioctl to direct all output to the...
2010-04-24 Søren Sandmann... Make comm events reuse any existing process.
2010-04-23 Søren Sandmann... Eliminate some compiler warnings
2010-04-23 Søren Sandmann... Use d_print() instead of g_print() for debug spam
2010-04-23 Søren Sandmann... Add FIXME about performance issue in stack_stash_add_tr...
2010-04-23 Søren Sandmann... sysprof-cli: Print out number of samples when saving
2010-03-23 Pascal TerjanFix encoding of error message
2010-03-23 Pascal TerjanFix build with -Werror=format-security
2010-03-21 Søren Sandmann... Really disable hardware counters.
2010-03-10 Søren Sandmann... Ignore fork events that are just new threads being...
2010-03-09 Søren SandmannDisable use of hardware perf counters.
2010-03-09 Søren SandmannStop using double mmap trick.
2010-02-20 Søren Sandmann... Update list of kernel symbols to take counter->event...
2010-02-08 Søren Sandmann... Coding style fix
2010-02-08 NixWire up __NR_perf_counter_open syscall for almost all...
2010-02-01 Søren Sandmann... Unconditionally fall back to software if opening hardwa...
2009-11-03 Javier JardónRemove deprecated Glib symbols
2009-11-03 Javier JardónUse GTK+ single includes
2009-11-03 Javier JardónSupport silent build rules with automake 1.11
2009-11-02 Søren Sandmann... Post release version bump
2009-11-02 Søren Sandmann... Release 1.1.4 1.1.4
2009-11-02 Søren Sandmann... More error handling.
2009-11-02 Søren Sandmann... Return error when the counter can't be opened.
2009-10-29 Søren Sandmann... Also filter out NMI stack
2009-10-29 Søren Sandmann... Skip symbols from IRQ stack.
2009-10-23 Søren Sandmann... Exclude idle events and set sample_period to 200000
2009-10-21 Søren Sandmann... Set wakeup_events to 149, not 150
2009-10-21 Søren Sandmann... TODO
2009-10-21 Søren Sandmann... Show the "-- kernel --" marker in kernel threads
2009-10-21 Søren Sandmann... Disable accessibility
2009-10-21 Søren Sandmann... Make the events more compact by packing type and pid...
2009-10-21 Søren Sandmann... Add support for software fallback counters
2009-10-21 Søren Sandmann... TODO
2009-10-08 Søren Sandmann... Remove final bits of binparser
2009-10-08 Søren Sandmann... Eliminate more BinParser stuff
2009-10-08 Søren Sandmann... Beginning of the end for BinParser.
2009-09-26 Søren Sandmann... Pre-release version bump 1.1.2
2009-09-25 Søren Sandmann... Remove GSEAL macros
2009-09-25 Søren Sandmann... Really make it compile on older kernels
2009-09-25 Søren Sandmann... Make it distcheck
2009-09-25 Søren Sandmann... Comment out some debugging spam; update copyright
2009-09-24 Søren Sandmann... Eliminate 'partial' string
2009-09-16 M Joonas PihlajaIn sysprof-cli.c, stop the collector before trying...
2009-09-14 Søren Sandmann... Update TODO
2009-09-11 Søren Sandmann... Read data before stopping collector.
2009-09-10 Søren Sandmann... TODO
2009-09-08 Søren Sandmann... TODO, plus a number of other fixes
2009-09-08 Søren Sandmann... Avoid mallocs in process_sample()
2009-09-08 Søren Sandmann... Better handling of events without stacktraces
2009-09-08 Søren Sandmann... Remove stash from collector
2009-09-08 Søren Sandmann... Initial support for fork/exit events
2009-09-08 Søren Sandmann... Make sure parser->symbols is non-NULL after read_table()
2009-09-08 Søren Sandmann... TODO
2009-09-08 Søren Sandmann... Destroy state object after use, don't keep bin files...
2009-09-08 Søren Sandmann... Move bin file cache to state object
2009-09-08 Søren Sandmann... Simplify vdso reading in binfile.c
2009-09-08 Søren Sandmann... Remove last bits of process.[ch]
2009-09-08 Søren Sandmann... Don't compile process.[ch] anymore
2009-09-08 Søren Sandmann... Update TODO
2009-09-08 Søren Sandmann... Simpler message formatting
2009-09-08 Søren Sandmann... More informative errors when symbols can't be found
2009-09-08 Søren Sandmann... Various debug spew
2009-09-08 Søren Sandmann... Add symbol resolution to tracker
2009-09-08 Søren Sandmann... Add process and map tracking to tracker
2009-09-08 Søren Sandmann... Add events to tracker instead of stash
2009-09-08 Søren Sandmann... Fake new_process and new_map events when a tracker...
2009-09-08 Søren Sandmann... Hook up dead period, and only call back after a complet...
2009-09-08 Søren Sandmann... Implement tracker_add_sample()
2009-09-08 Søren Sandmann... Make stack_stash_add_trace() return a pointer to the...
2009-09-08 Søren Sandmann... Make StackStash store uint64_ts instead of pointers
2009-09-08 Søren Sandmann... Add code to append map and process events
2009-09-08 Søren Sandmann... Add array resizing code
2009-09-08 Søren Sandmann... Create data types
2009-09-08 Søren Sandmann... Add tracker.[ch]
2009-09-08 Søren Sandmann... Use a buffer of 32 pages.
2009-09-08 Søren Sandmann... Add a cache for TreeDataList allocation
2009-09-08 Søren Sandmann... Eliminate as many signal emissions as we can from footr...
2009-09-08 Søren Sandmann... Some more renamings
2009-09-08 Søren Sandmann... Lots of gtk->foo renames
2009-09-08 Søren Sandmann... Add forked copies of gtktreestore.[ch] and gtktreedatal...
2009-09-08 Søren Sandmann... Use two consecutive mappings of the ring buffer.
2009-09-08 Søren Sandmann... Initial port to perf counters
2009-08-22 Søren Sandmann... Remove unused profile_from_file variable
2009-08-19 Søren Sandmann... Rename sysprof-text to sysprof-cli
2009-08-17 Søren Sandmann... Delete trailing whitespace
2009-08-17 Søren Sandmann... Reserve space in the samples label for large numbers.
2009-08-17 Søren Sandmann... Free the sfile formats after freeing the input/output...
2009-08-14 Søren Sandmann... TODO
2009-02-22 Søren Sandmann... Merge branch 'master' of git+ssh://git.gnome.org/git...
2009-02-22 Søren Sandmann... Tweak percent sign format
2009-02-22 Søren Sandmann... Add percent signs in screenshot window
2009-02-22 Søren Sandmann... TODO
2009-02-22 Søren Sandmann... TODO
2009-02-22 Søren Sandmann... Get rid of hack to not fold recursions for "In file...
2009-02-22 Søren Sandmann... Give the samples label a minium width of "Samples:...
2009-02-21 Søren Sandmann... Add empty ChangeLog to appease automake
next