TODO
[platform/upstream/sysprof.git] / module /
2008-09-14 Søren SandmannUpdate to work with new vm_operations interface from...
2008-05-08 Owen TaylorReorder the tests for CONFIG_X86 and CONFIG_X86_64...
2008-03-29 Søren SandmannBeginning of a dwarf unwinder.
2008-03-29 Søren Sandmannx86 merge happened in 2.6.25
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-16 Soren SandmannAdd a memcpy() that uses nontemporal writes. (copy_kern...
2007-11-19 Søren Sandmann Ped... Update TODO
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 Soren SandmannFormatting
2007-11-17 Soren Sandmannupdates
2007-10-21 Soren SandmannRemove CFLAGS reminiscence of 2.4 support.
2007-09-17 Soren SandmannAdd support for looking up kernel symbols from /proc...
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-02 Soren SandmannIncrease the max number of addresses to 1021, reorganis...
2006-10-23 Soren SandmannUse PAGE_SIZE - 1 instead of 4096.
2006-10-23 Soren SandmannCommunicate traces to userspace through shared memory...
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 Ped... Revert accidental commit
2006-09-23 Soren SandmannRemove old commented out code
2006-08-12 Søren SandmannSome formatting fixes.
2006-08-12 Søren SandmannMake n_samples per-cpu. Add an atomic variable in_timer...
2006-02-17 Bastien Noceramore ifdef's to make it work with Red Hat Enterprise...
2006-01-16 Soeren SandmannPrint out sysprof version at module load time.
2006-01-14 Soeren SandmannInitialize retval.
2006-01-09 Soeren SandmannRemove START_OF_STACK check.
2006-01-05 Søren Sandmannsmall updates cosmetic updates cosmetic updates
2005-12-20 Kristian HøgsbergRemove left over debug print out and add support for...
2005-12-20 Kristian HøgsbergRemove left over debug print out.
2005-12-20 Kristian HøgsbergDist and install udev rule.
2005-12-19 Søren Sandmann Ped... *** empty log message ***
2005-12-19 Søren SandmannA few formatting fixes. Hopefully make it work with...
2005-11-23 Soeren SandmannVarious cleanups
2005-11-23 Soeren SandmannRemove unused pages_present() function
2005-11-13 Søren Sandmanngreat-sage-equal-to-heaven:~/vertigo/sysprof% head...
2005-11-05 Soren SandmannAdd copyright statement.
2005-10-12 Soeren SandmannAdd back these constants, but this time make sure we...
2005-10-11 Soeren SandmannDelete lots of commented-out code.
2005-10-10 Robert LoveDon't use INTERVAL or SAMPLES_PER_SECOND now that we use
2005-09-27 Soeren SandmannIf the address is 0x01, treat as kernel, regardless...
2005-09-04 Soeren SandmannUpdates
2005-08-30 Søren SandmannComplain if we can't find /lib/modules/`uname -r`/build...
2005-08-02 Soeren SandmannAdd support for amd64/x86-64. Patch from Mike Frysinger.
2005-07-10 Soeren SandmannCache BinFiles by filename.
2005-06-19 Søren SandmannAdd version information
2005-06-19 Søren SandmannUpdates
2005-05-22 Soeren Sandmannupdate
2005-05-19 Søren SandmannRemove ref-counting since it didn't actually do any...
2005-05-15 Søren SandmannFirst attempt at making module robust agains unloading...
2005-05-15 Soeren SandmannDo more-or-less what the automake manual suggests about...
2005-05-14 Søren SandmannAuto*ify.