summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)AuthorFilesLines
2008-09-14Update to work with new vm_operations interface from 2.6.23. Patch fromSøren Sandmann1-0/+28
2008-05-08Reorder the tests for CONFIG_X86 and CONFIG_X86_64 since post 2.6.26, theyOwen Taylor1-6/+6
2008-03-29Beginning of a dwarf unwinder.Søren Sandmann1-1/+5
2008-03-29x86 merge happened in 2.6.25Søren Sandmann1-1/+1
2008-03-20Use kernel builtin tracer instead of copying everything ourselves.Soren Sandmann2-28/+73
2008-03-20Support for 2.6.24 and newerSoren Sandmann1-9/+16
2008-02-16Add a memcpy() that uses nontemporal writes. (copy_kernel_stack): AddSoren Sandmann1-1/+36
2007-11-19Update TODOSøren Sandmann Pedersen1-4/+8
2007-11-19Make heuristic stack scanning more accurateSoren Sandmann1-5/+41
2007-11-18Crude heuristic stack scanning on x86-64.Søren Sandmann1-39/+67
2007-11-18Return ssize_t instead of int.Søren Sandmann1-20/+40
2007-11-17FormattingSoren Sandmann1-3/+3
2007-11-17updatesSoren Sandmann1-2/+13
2007-10-21Remove CFLAGS reminiscence of 2.4 support.Soren Sandmann1-1/+0
2007-09-17Add support for looking up kernel symbols from /proc/kallsymsSoren Sandmann2-48/+45
2007-01-05Correct $PWD usage, so make install works from inside module/.Behdad Esfahbod1-2/+2
2006-12-09Add forgotten put_cpu_var(). Parse in chunks of 65536 to improve locality.Soren Sandmann2-2/+7
2006-11-02Increase the max number of addresses to 1021, reorganise SysprofMmapAreaSoren Sandmann1-4/+4
2006-10-23Use PAGE_SIZE - 1 instead of 4096.Soren Sandmann1-1/+1
2006-10-23Communicate traces to userspace through shared memory instead of copying.Soren Sandmann2-37/+73
2006-10-08Deal with address offsets. Address lookup is now:Soren Sandmann1-1/+0
2006-09-23Remove old commented out code Add commented out code accessing entireSoren Sandmann2-1/+40
2006-09-23Revert accidental commitSøren Sandmann Pedersen2-32/+1
2006-09-23Remove old commented out codeSoren Sandmann2-1/+32
2006-08-12Some formatting fixes.Søren Sandmann1-5/+5
2006-08-12Make n_samples per-cpu. Add an atomic variable in_timer_notify and use itSøren Sandmann1-5/+14
2006-02-17more ifdef's to make it work with Red Hat Enterprise Linux 4's 2.6.9-basedBastien Nocera1-4/+35
2006-01-16Print out sysprof version at module load time.Soeren Sandmann1-1/+2
2006-01-14Initialize retval.Soeren Sandmann1-2/+4
2006-01-09Remove START_OF_STACK check.Soeren Sandmann1-6/+0
2006-01-05small updates cosmetic updates cosmetic updatesSøren Sandmann1-1/+1
2005-12-20Remove left over debug print out and add support for multiple clientsKristian Høgsberg1-7/+18
2005-12-20Remove left over debug print out.Kristian Høgsberg1-2/+0
2005-12-20Dist and install udev rule.Kristian Høgsberg2-25/+54
2005-12-19*** empty log message ***Søren Sandmann Pedersen1-6/+2
2005-12-19A few formatting fixes. Hopefully make it work with x86-64.Søren Sandmann1-4/+7
2005-11-23Various cleanupsSoeren Sandmann1-143/+99
2005-11-23Remove unused pages_present() functionSoeren Sandmann1-31/+0
2005-11-13great-sage-equal-to-heaven:~/vertigo/sysprof% head -13 ChangeLogSøren Sandmann1-10/+53
2005-11-05Add copyright statement.Soren Sandmann1-1/+1
2005-10-12Add back these constants, but this time make sure we won't divide by 0 orSoeren Sandmann1-2/+7
2005-10-11Delete lots of commented-out code.Soeren Sandmann1-224/+0
2005-10-10Don't use INTERVAL or SAMPLES_PER_SECOND now that we useRobert Love1-5/+0
2005-09-27If the address is 0x01, treat as kernel, regardless of whether we have aSoeren Sandmann1-35/+25
2005-09-04UpdatesSoeren Sandmann1-3/+3
2005-08-30Complain if we can't find /lib/modules/`uname -r`/build/Makefile.Søren Sandmann1-2/+4
2005-08-02Add support for amd64/x86-64. Patch from Mike Frysinger.Soeren Sandmann1-8/+30
2005-07-10Cache BinFiles by filename.Soeren Sandmann1-1/+1
2005-06-19Add version informationSøren Sandmann1-1/+1
2005-06-19UpdatesSøren Sandmann2-8/+140