platform/upstream/sysprof.git
14 years agoTODO
Søren Sandmann Pedersen [Wed, 21 Oct 2009 10:52:18 +0000 (06:52 -0400)]
TODO

14 years agoRemove final bits of binparser
Søren Sandmann Pedersen [Thu, 8 Oct 2009 23:25:54 +0000 (19:25 -0400)]
Remove final bits of binparser

14 years agoEliminate more BinParser stuff
Søren Sandmann Pedersen [Thu, 8 Oct 2009 23:17:24 +0000 (19:17 -0400)]
Eliminate more BinParser stuff

14 years agoBeginning of the end for BinParser.
Søren Sandmann Pedersen [Thu, 8 Oct 2009 21:40:20 +0000 (17:40 -0400)]
Beginning of the end for BinParser.

Instead of the clunky BinParser, we are moving to a scheme where the
ELF accessors are defined by macros. This is the first step towards
getting rid of it.

14 years agoPre-release version bump 1.1.2
Søren Sandmann Pedersen [Sat, 26 Sep 2009 13:56:33 +0000 (09:56 -0400)]
Pre-release version bump

14 years agoRemove GSEAL macros
Søren Sandmann Pedersen [Fri, 25 Sep 2009 16:47:55 +0000 (12:47 -0400)]
Remove GSEAL macros

14 years agoReally make it compile on older kernels
Søren Sandmann Pedersen [Fri, 25 Sep 2009 15:50:08 +0000 (11:50 -0400)]
Really make it compile on older kernels

14 years agoMake it distcheck
Søren Sandmann Pedersen [Fri, 25 Sep 2009 15:37:26 +0000 (11:37 -0400)]
Make it distcheck

Also add a warning about compiling against a too old kernel.

14 years agoComment out some debugging spam; update copyright
Søren Sandmann Pedersen [Fri, 25 Sep 2009 15:24:40 +0000 (11:24 -0400)]
Comment out some debugging spam; update copyright

14 years agoEliminate 'partial' string
Søren Sandmann Pedersen [Thu, 24 Sep 2009 14:46:59 +0000 (10:46 -0400)]
Eliminate 'partial' string

14 years agoIn sysprof-cli.c, stop the collector before trying to create a profile
M Joonas Pihlaja [Wed, 16 Sep 2009 12:21:49 +0000 (08:21 -0400)]
In sysprof-cli.c, stop the collector before trying to create a profile

14 years agoUpdate TODO
Søren Sandmann Pedersen [Mon, 14 Sep 2009 08:59:28 +0000 (04:59 -0400)]
Update TODO

14 years agoRead data before stopping collector.
Søren Sandmann Pedersen [Thu, 10 Sep 2009 07:41:32 +0000 (03:41 -0400)]
Read data before stopping collector.

Stop debug spew.

14 years agoTODO
Søren Sandmann Pedersen [Thu, 10 Sep 2009 07:08:16 +0000 (03:08 -0400)]
TODO

14 years agoTODO, plus a number of other fixes
Søren Sandmann Pedersen [Tue, 8 Sep 2009 23:35:03 +0000 (19:35 -0400)]
TODO, plus a number of other fixes

14 years agoAvoid mallocs in process_sample()
Søren Sandmann Pedersen [Tue, 8 Sep 2009 07:24:46 +0000 (03:24 -0400)]
Avoid mallocs in process_sample()

14 years agoBetter handling of events without stacktraces
Søren Sandmann Pedersen [Tue, 8 Sep 2009 06:59:04 +0000 (02:59 -0400)]
Better handling of events without stacktraces

14 years agoRemove stash from collector
Søren Sandmann Pedersen [Tue, 8 Sep 2009 06:30:16 +0000 (02:30 -0400)]
Remove stash from collector

14 years agoInitial support for fork/exit events
Søren Sandmann Pedersen [Tue, 8 Sep 2009 06:26:04 +0000 (02:26 -0400)]
Initial support for fork/exit events

14 years agoMake sure parser->symbols is non-NULL after read_table()
Søren Sandmann Pedersen [Tue, 8 Sep 2009 05:26:29 +0000 (01:26 -0400)]
Make sure parser->symbols is non-NULL after read_table()

Otherwise, we would read the file over and over.

Also get the process name from /proc/pid/cmdline, falling back to
/proc/pid/status if there is nothing there.

14 years agoTODO
Søren Sandmann Pedersen [Tue, 8 Sep 2009 04:45:43 +0000 (00:45 -0400)]
TODO

14 years agoDestroy state object after use, don't keep bin files in map objects
Søren Sandmann Pedersen [Tue, 8 Sep 2009 04:15:19 +0000 (00:15 -0400)]
Destroy state object after use, don't keep bin files in map objects

14 years agoMove bin file cache to state object
Søren Sandmann Pedersen [Tue, 8 Sep 2009 04:06:12 +0000 (00:06 -0400)]
Move bin file cache to state object

14 years agoSimplify vdso reading in binfile.c
Søren Sandmann Pedersen [Tue, 8 Sep 2009 04:00:06 +0000 (00:00 -0400)]
Simplify vdso reading in binfile.c

14 years agoRemove last bits of process.[ch]
Søren Sandmann Pedersen [Tue, 8 Sep 2009 03:35:30 +0000 (23:35 -0400)]
Remove last bits of process.[ch]

14 years agoDon't compile process.[ch] anymore
Søren Sandmann Pedersen [Tue, 8 Sep 2009 03:33:48 +0000 (23:33 -0400)]
Don't compile process.[ch] anymore

14 years agoUpdate TODO
Søren Sandmann Pedersen [Tue, 8 Sep 2009 02:50:30 +0000 (22:50 -0400)]
Update TODO

14 years agoSimpler message formatting
Søren Sandmann Pedersen [Tue, 8 Sep 2009 02:20:13 +0000 (22:20 -0400)]
Simpler message formatting

14 years agoMore informative errors when symbols can't be found
Søren Sandmann Pedersen [Tue, 8 Sep 2009 01:57:20 +0000 (21:57 -0400)]
More informative errors when symbols can't be found

14 years agoVarious debug spew
Søren Sandmann Pedersen [Tue, 8 Sep 2009 01:22:48 +0000 (21:22 -0400)]
Various debug spew

14 years agoAdd symbol resolution to tracker
Søren Sandmann Pedersen [Tue, 8 Sep 2009 00:43:22 +0000 (20:43 -0400)]
Add symbol resolution to tracker

14 years agoAdd process and map tracking to tracker
Søren Sandmann Pedersen [Mon, 7 Sep 2009 23:16:52 +0000 (19:16 -0400)]
Add process and map tracking to tracker

14 years agoAdd events to tracker instead of stash
Søren Sandmann Pedersen [Mon, 7 Sep 2009 22:43:34 +0000 (18:43 -0400)]
Add events to tracker instead of stash

14 years agoFake new_process and new_map events when a tracker is created
Søren Sandmann Pedersen [Mon, 7 Sep 2009 22:18:26 +0000 (18:18 -0400)]
Fake new_process and new_map events when a tracker is created

14 years agoHook up dead period, and only call back after a complete batch of samples
Søren Sandmann Pedersen [Mon, 7 Sep 2009 20:27:50 +0000 (16:27 -0400)]
Hook up dead period, and only call back after a complete batch of samples

14 years agoImplement tracker_add_sample()
Søren Sandmann Pedersen [Mon, 7 Sep 2009 19:57:34 +0000 (15:57 -0400)]
Implement tracker_add_sample()

14 years agoMake stack_stash_add_trace() return a pointer to the trace
Søren Sandmann Pedersen [Mon, 7 Sep 2009 19:55:45 +0000 (15:55 -0400)]
Make stack_stash_add_trace() return a pointer to the trace

14 years agoMake StackStash store uint64_ts instead of pointers
Søren Sandmann Pedersen [Mon, 7 Sep 2009 19:13:14 +0000 (15:13 -0400)]
Make StackStash store uint64_ts instead of pointers

14 years agoAdd code to append map and process events
Søren Sandmann Pedersen [Mon, 7 Sep 2009 14:14:01 +0000 (10:14 -0400)]
Add code to append map and process events

14 years agoAdd array resizing code
Søren Sandmann Pedersen [Mon, 7 Sep 2009 14:02:58 +0000 (10:02 -0400)]
Add array resizing code

14 years agoCreate data types
Søren Sandmann Pedersen [Mon, 7 Sep 2009 13:51:20 +0000 (09:51 -0400)]
Create data types

14 years agoAdd tracker.[ch]
Søren Sandmann Pedersen [Mon, 7 Sep 2009 13:46:40 +0000 (09:46 -0400)]
Add tracker.[ch]

14 years agoUse a buffer of 32 pages.
Søren Sandmann Pedersen [Mon, 7 Sep 2009 01:26:41 +0000 (21:26 -0400)]
Use a buffer of 32 pages.

Also remove a debug print statement.

14 years agoAdd a cache for TreeDataList allocation
Søren Sandmann Pedersen [Mon, 17 Aug 2009 11:38:15 +0000 (07:38 -0400)]
Add a cache for TreeDataList allocation

14 years agoEliminate as many signal emissions as we can from footreestore.c
Søren Sandmann Pedersen [Mon, 17 Aug 2009 09:45:46 +0000 (05:45 -0400)]
Eliminate as many signal emissions as we can from footreestore.c

14 years agoSome more renamings
Søren Sandmann Pedersen [Mon, 17 Aug 2009 08:31:38 +0000 (04:31 -0400)]
Some more renamings

14 years agoLots of gtk->foo renames
Søren Sandmann Pedersen [Mon, 7 Sep 2009 00:56:01 +0000 (20:56 -0400)]
Lots of gtk->foo renames

14 years agoAdd forked copies of gtktreestore.[ch] and gtktreedatalist.[ch]
Søren Sandmann Pedersen [Mon, 17 Aug 2009 08:15:29 +0000 (04:15 -0400)]
Add forked copies of gtktreestore.[ch] and gtktreedatalist.[ch]

14 years agoUse two consecutive mappings of the ring buffer.
Søren Sandmann Pedersen [Mon, 7 Sep 2009 00:43:57 +0000 (20:43 -0400)]
Use two consecutive mappings of the ring buffer.

This allows us to not ignore wrapping and just process events instead
of having to copy the data to temporary storage.

14 years agoInitial port to perf counters
Søren Sandmann Pedersen [Sat, 5 Sep 2009 21:15:19 +0000 (17:15 -0400)]
Initial port to perf counters

14 years agoRemove unused profile_from_file variable
Søren Sandmann Pedersen [Sat, 22 Aug 2009 08:08:57 +0000 (04:08 -0400)]
Remove unused profile_from_file variable

14 years agoRename sysprof-text to sysprof-cli
Søren Sandmann Pedersen [Sat, 15 Aug 2009 07:24:52 +0000 (03:24 -0400)]
Rename sysprof-text to sysprof-cli

14 years agoDelete trailing whitespace
Søren Sandmann Pedersen [Mon, 17 Aug 2009 13:40:08 +0000 (09:40 -0400)]
Delete trailing whitespace

14 years agoReserve space in the samples label for large numbers.
Søren Sandmann Pedersen [Mon, 17 Aug 2009 13:34:10 +0000 (09:34 -0400)]
Reserve space in the samples label for large numbers.

This way, we don't need to reallocate the label every time it changes.

14 years agoFree the sfile formats after freeing the input/output files.
Søren Sandmann Pedersen [Mon, 17 Aug 2009 12:19:38 +0000 (08:19 -0400)]
Free the sfile formats after freeing the input/output files.

The instruction arrays in the files have a references to types that
are owned by the formats, so if the formats are freed first, valgrind
complains about invalid accesses during the freeing of the instruction
array.

14 years agoTODO
Søren Sandmann Pedersen [Fri, 14 Aug 2009 01:51:13 +0000 (21:51 -0400)]
TODO

15 years agoMerge branch 'master' of git+ssh://git.gnome.org/git/sysprof
Søren Sandmann Pedersen [Sun, 22 Feb 2009 16:13:26 +0000 (11:13 -0500)]
Merge branch 'master' of git+ssh://git.gnome.org/git/sysprof

15 years agoTweak percent sign format
Søren Sandmann Pedersen [Sun, 22 Feb 2009 16:11:18 +0000 (11:11 -0500)]
Tweak percent sign format

15 years agoAdd percent signs in screenshot window
Søren Sandmann Pedersen [Sun, 22 Feb 2009 09:29:09 +0000 (04:29 -0500)]
Add percent signs in screenshot window

15 years agoTODO
Søren Sandmann Pedersen [Sun, 22 Feb 2009 06:04:30 +0000 (01:04 -0500)]
TODO

15 years agoTODO
Søren Sandmann Pedersen [Sun, 22 Feb 2009 03:41:21 +0000 (22:41 -0500)]
TODO

15 years agoGet rid of hack to not fold recursions for "In file" symbols
Søren Sandmann Pedersen [Sun, 22 Feb 2009 03:48:04 +0000 (22:48 -0500)]
Get rid of hack to not fold recursions for "In file" symbols

15 years agoGive the samples label a minium width of "Samples: 888888"
Søren Sandmann Pedersen [Sun, 22 Feb 2009 03:37:16 +0000 (22:37 -0500)]
Give the samples label a minium width of "Samples: 888888"

We do this by putting the samples label and a sizer label into a
notebook where show_tabs is false. The benefits of this is that w
avoid the hack of connecting to the size request signal, and that the
samples label will be right adjusted.

15 years agoAdd empty ChangeLog to appease automake
Søren Sandmann Pedersen [Sat, 21 Feb 2009 09:14:55 +0000 (04:14 -0500)]
Add empty ChangeLog to appease automake

15 years agoDelete ChangeLog
Søren Sandmann Pedersen [Sat, 21 Feb 2009 09:13:41 +0000 (04:13 -0500)]
Delete ChangeLog

15 years agonew enter_display_mode() function
Søren Sandmann Pedersen [Sat, 21 Feb 2009 09:07:07 +0000 (04:07 -0500)]
new enter_display_mode() function

15 years agoDon't delete profile when toggling on_profile
Søren Sandmann Pedersen [Sat, 21 Feb 2009 08:54:36 +0000 (03:54 -0500)]
Don't delete profile when toggling on_profile

15 years agoSelect the first row in the object view when making the profile
Søren Sandmann Pedersen [Sat, 21 Feb 2009 08:38:08 +0000 (03:38 -0500)]
Select the first row in the object view when making the profile

15 years agoDisregard symbols that are not defined with respect to the text section
Søren Sandmann Pedersen [Sat, 21 Feb 2009 07:27:45 +0000 (02:27 -0500)]
Disregard symbols that are not defined with respect to the text section

15 years agoAdd percent signs; update TODO
Søren Sandmann Pedersen [Fri, 20 Feb 2009 12:33:24 +0000 (07:33 -0500)]
Add percent signs; update TODO

15 years agoUpdate configure banner to the latest version control system.
Søren Sandmann Pedersen [Sat, 25 Oct 2008 20:17:33 +0000 (16:17 -0400)]
Update configure banner to the latest version control system.

It was two version control systems behind.

15 years agoUpdate to work with new vm_operations interface from 2.6.23. Patch from
Søren Sandmann [Sun, 14 Sep 2008 20:07:08 +0000 (20:07 +0000)]
Update to work with new vm_operations interface from 2.6.23. Patch from

Sun Sep 14 16:04:17 2008  Søren Sandmann  <sandmann@redhat.com>

* sysprof/module/sysprof-module.c: Update to work with new
vm_operations interface from 2.6.23. Patch from Chris Wilson.

svn path=/trunk/; revision=435

16 years agoApply patch from binutils to demangle local-source names. Binutils
Geoffrey Keating [Thu, 5 Jun 2008 02:09:33 +0000 (02:09 +0000)]
Apply patch from binutils to demangle local-source names. Binutils

Wed Jun  4 21:52:17 2008  Søren Sandmann  <sandmann@redhat.com>

* demangle.c: Apply patch from binutils to demangle local-source
names. Binutils changelog:

2007-05-05  Geoffrey Keating  <geoffk@apple.com>

* cp-demangle.c (d_name): Detect local-source-name.
(d_prefix): Likewise.
(d_unqualified_name): Implement local-source-name.

* sysprof.c: Update copyright statement

svn path=/trunk/; revision=434

16 years agoRemove weird comment.
Søren Sandmann [Mon, 2 Jun 2008 05:36:32 +0000 (05:36 +0000)]
Remove weird comment.

Mon Jun  2 01:35:25 2008  Søren Sandmann  <sandmann@redhat.com>

* demangle.c: Remove weird comment.

* elfparser.h: Formatting.

svn path=/trunk/; revision=433

16 years ago+Mon Jun 2 01:14:17 2008 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Mon, 2 Jun 2008 05:14:56 +0000 (05:14 +0000)]
+Mon Jun  2 01:14:17 2008  Søren Sandmann  <sandmann@redhat.com>
+
+ * binfile.c (get_debug_binaries): Remove left-over #if 0
+

svn path=/trunk/; revision=432

16 years agoSimplify loop.
Søren Sandmann [Mon, 2 Jun 2008 05:13:32 +0000 (05:13 +0000)]
Simplify loop.

Mon Jun  2 01:10:38 2008  Søren Sandmann  <sandmann@redhat.com>

* binfile.c (get_debug_binaries): Simplify loop.

svn path=/trunk/; revision=431

16 years agoActually recurse on the debuglink.
Søren Sandmann [Mon, 2 Jun 2008 04:59:01 +0000 (04:59 +0000)]
Actually recurse on the debuglink.

Mon Jun  2 00:58:17 2008  Søren Sandmann  <sandmann@redhat.com>

* binfile.c (get_debug_binaries): Actually recurse on the
debuglink.

svn path=/trunk/; revision=430

16 years agoPlug leak
Søren Sandmann [Mon, 2 Jun 2008 04:56:32 +0000 (04:56 +0000)]
Plug leak

Mon Jun  2 00:56:00 2008  Søren Sandmann  <sandmann@redhat.com>

* binfile.c (get_debug_binaries): Plug leak

svn path=/trunk/; revision=429

16 years agoKeep a list of elf files for each binary file. In some cases, notably
Søren Sandmann [Mon, 2 Jun 2008 04:54:15 +0000 (04:54 +0000)]
Keep a list of elf files for each binary file. In some cases, notably

Mon Jun  2 00:51:46 2008  Søren Sandmann  <sandmann@redhat.com>

* binfile.c (get_debug_binaries): Keep a list of elf files for
each binary file. In some cases, notably glibc on Fedora, the
debug binary does not contain a symbol table, but the original
file does.

svn path=/trunk/; revision=428

16 years agoDo not fold recursions for symbols starting with "In file".
Søren Sandmann [Mon, 2 Jun 2008 03:17:27 +0000 (03:17 +0000)]
Do not fold recursions for symbols starting with "In file".

Sun Jun  1 23:03:06 2008  Søren Sandmann  <sandmann@redhat.com>

* profile.c (add_trace_to_tree): Do not fold recursions for
symbols starting with "In file".

* treeviewutils.c: Update copyright. Various formatting fixes.

svn path=/trunk/; revision=427

16 years agoUpdate TODO
Søren Sandmann Pedersen [Fri, 30 May 2008 22:12:51 +0000 (22:12 +0000)]
Update TODO

svn path=/trunk/; revision=426

16 years agoReorder the tests for CONFIG_X86 and CONFIG_X86_64 since post 2.6.26, they
Owen Taylor [Thu, 8 May 2008 13:27:06 +0000 (13:27 +0000)]
Reorder the tests for CONFIG_X86 and CONFIG_X86_64 since post 2.6.26, they

2008-04-30  Owen Taylor  <otaylor@redhat.com>

* module/sysprof-module.c: Reorder the tests for
CONFIG_X86 and CONFIG_X86_64 since post 2.6.26, they are
both defined on x86-64 machines.

svn path=/trunk/; revision=419

16 years agoFix bug where the build id name was generated incorrectly.
Soren Sandmann Pedersen [Thu, 8 May 2008 00:17:13 +0000 (00:17 +0000)]
Fix bug where the build id name was generated incorrectly.

2008-05-07  Soren Sandmann Pedersen  <sandmann@daimi.au.dk>

* binfile.c (get_build_id_file): Fix bug where the build id name
was generated incorrectly.

Make a copy of the debug name, not the input name.

svn path=/trunk/; revision=418

16 years agoDon't leak kallsyms
Soren Sandmann [Sat, 26 Apr 2008 08:47:29 +0000 (08:47 +0000)]
Don't leak kallsyms

2008-04-26  Soren Sandmann <sandmann@daimi.au.dk>

        * process.c (get_kernel_symbols): Don't leak kallsyms

        * sysprof.c (gather_widgets): Don't leak the GladeXML

svn path=/trunk/; revision=415

16 years agoGet rid of all calls to glade_xml_get_widget(). (gather_widgets): Instead
Soren Sandmann [Sat, 26 Apr 2008 08:31:23 +0000 (08:31 +0000)]
Get rid of all calls to glade_xml_get_widget(). (gather_widgets): Instead

2008-04-26  Soren Sandmann <sandmann@daimi.au.dk>

        * sysprof.c (build_gui): Get rid of all calls to
        glade_xml_get_widget().
        (gather_widgets): Instead get all the widgets here.

* TODO: updates

svn path=/trunk/; revision=414

16 years agoRemove all calls to g_signal_connect() Instead connect all signals here
Soren Sandmann [Sat, 26 Apr 2008 08:09:48 +0000 (08:09 +0000)]
Remove all calls to g_signal_connect() Instead connect all signals here

2008-04-26  Soren Sandmann <sandmann@daimi.au.dk>

        * sysprof.c (build_gui): Remove all calls to g_signal_connect()
        * sysprof.c (connect_signals): Instead connect all signals here

svn path=/trunk/; revision=413

16 years agoAdd various constants
Soren Sandmann [Sat, 26 Apr 2008 07:24:08 +0000 (07:24 +0000)]
Add various constants

2008-04-26  Soren Sandmann <sandmann@daimi.au.dk>

        * unwind.c: Add various constants

svn path=/trunk/; revision=412

16 years agoMore build-id work
Søren Sandmann Pedersen [Mon, 21 Apr 2008 20:12:36 +0000 (20:12 +0000)]
More build-id work

svn path=/trunk/; revision=411

16 years agoInitial build id support
Søren Sandmann Pedersen [Sun, 20 Apr 2008 20:58:11 +0000 (20:58 +0000)]
Initial build id support

svn path=/trunk/; revision=410

16 years agoConstrain the samples label to only grow wider instead of bouncing around.
Owen Taylor [Tue, 1 Apr 2008 17:46:06 +0000 (17:46 +0000)]
Constrain the samples label to only grow wider instead of bouncing around.

2008-04-01  Owen Taylor  <otaylor@redhat.com>

        * sysprof.c (on_samples_label_size_request): Constrain the
        samples label to only grow wider instead of bouncing around.

svn path=/trunk/; revision=409

16 years agoSplit decode_entry
Søren Sandmann Pedersen [Sat, 29 Mar 2008 23:02:01 +0000 (23:02 +0000)]
Split decode_entry

svn path=/trunk/; revision=408

16 years agoWork around GTK+ ABI break.
Soren Sandmann [Sat, 29 Mar 2008 22:18:42 +0000 (22:18 +0000)]
Work around GTK+ ABI break.

2008-03-29  Soren Sandmann <sandmann@daimi.au.dk>

        Work around GTK+ ABI break.

        * sysprof.c (on_about_activated): Use "program-name" instead of
        "name" when the gtk+ minor version is >= 14.

svn path=/trunk/; revision=407

16 years agoCall back after collecting all traces.
Soren Sandmann [Sat, 29 Mar 2008 19:08:01 +0000 (19:08 +0000)]
Call back after collecting all traces.

2008-03-24  Soren Sandmann <sandmann@daimi.au.dk>

        * collector.c (collect_traces): Call back after collecting all
        traces.

        * TODO: update

        * process.c: Simpler code to find vmlinux

svn path=/trunk/; revision=406

16 years agoBeginning of a dwarf unwinder.
Søren Sandmann [Sat, 29 Mar 2008 16:00:33 +0000 (16:00 +0000)]
Beginning of a dwarf unwinder.

Sat Mar 29 11:14:38 2008  Søren Sandmann  <sandmann@redhat.com>

        * unwind.[ch], testunwind.c: Beginning of a dwarf unwinder.

svn path=/trunk/; revision=405

16 years agox86 merge happened in 2.6.25
Søren Sandmann [Sat, 29 Mar 2008 12:14:13 +0000 (12:14 +0000)]
x86 merge happened in 2.6.25

Sat Mar 29 08:05:46 2008  Søren Sandmann  <sandmann@redhat.com>

* module/sysprof-module.c: x86 merge happened in 2.6.25

svn path=/trunk/; revision=404

16 years agoRemove unnecessary show_samples
Søren Sandmann Pedersen [Mon, 24 Mar 2008 03:04:14 +0000 (03:04 +0000)]
Remove unnecessary show_samples

svn path=/trunk/; revision=403

16 years ago+2008-03-23 Soren Sandmann <sandmann@daimi.au.dk>
Søren Sandmann Pedersen [Mon, 24 Mar 2008 03:00:49 +0000 (03:00 +0000)]
+2008-03-23  Soren Sandmann <sandmann@daimi.au.dk>
+
+       * sysprof.c (queue_show_samples): Update samples immediately when
+       reset and start is clicked.
+

svn path=/trunk/; revision=402

16 years agoUse kernel builtin tracer instead of copying everything ourselves.
Soren Sandmann [Thu, 20 Mar 2008 09:49:46 +0000 (09:49 +0000)]
Use kernel builtin tracer instead of copying everything ourselves.

 2008-03-20  Soren Sandmann <sandmann@redhat.com>

       * module/sysprof-module.c (trace_kernel): Use kernel builtin
       tracer instead of copying everything ourselves.

svn path=/trunk/; revision=401

16 years agoSupport for 2.6.24 and newer
Soren Sandmann [Thu, 20 Mar 2008 07:19:13 +0000 (07:19 +0000)]
Support for 2.6.24 and newer

2008-03-20  Soren Sandmann <sandmann@redhat.com>

       * module/sysprof-module.c: Support for 2.6.24 and newer

svn path=/trunk/; revision=400

16 years agoUpdate a comment
Søren Sandmann Pedersen [Sun, 2 Mar 2008 00:08:21 +0000 (00:08 +0000)]
Update a comment

svn path=/trunk/; revision=399