summaryrefslogtreecommitdiffstats
path: root/runtime/sym.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure addr falls inside section in _stp_mod_sec_lookup.Mark Wielaard2009-04-141-14/+10
* Only set sec in _stp_mod_sec_lookup when not NULL.Mark Wielaard2009-04-141-1/+2
* Make sure code using the vma tracker compiles again.Mark Wielaard2009-04-081-2/+0
* Fix DEBUG_TASK_FINDER_VMA compilation.Mark Wielaard2009-04-081-1/+1
* Added '#ifdef STP_NEED_VMA_TRACKER' around code that needs it.David Smith2009-04-081-1/+2
* Use _stp_snprintf in _stp_symbol_snprint.Mark Wielaard2009-04-081-2/+2
* Track VMA per pid (group_leader/tgid).Mark Wielaard2009-04-071-5/+6
* PR 9940. Rearchitected task_finder.c a bit.David Smith2009-04-071-23/+45
* PR6580: Implement symname, symdata and modname context functions.Mark Wielaard2009-04-021-7/+19
* Move _stp_tf_vm_cb to sym.c.Mark Wielaard2009-03-201-0/+34
* Initialize user and vm_start before use.Mark Wielaard2009-03-191-3/+2
* Get rid of __stp_tf_get_vma_entry_addr function.Mark Wielaard2009-03-191-12/+16
* Merge branch 'master' into pr6866Mark Wielaard2009-02-201-7/+5
|\
| * Removed unused functions and variables.David Smith2009-02-181-3/+1
| * Use 'static' as much as possibleJosh Stone2009-01-281-4/+4
* | Always include task_finder.c and enable emit_vm_callback_probe_decl.Mark Wielaard2008-12-151-1/+3
* | PR6866: First pass at translating addresses to symbol names through vma.Mark Wielaard2008-12-101-6/+26
|/
* PR4886: enable assertive build-id checking for new kernelsFrank Ch. Eigler2008-11-261-2/+11
* PR4886: weaken build-id failure semanticsFrank Ch. Eigler2008-10-071-33/+27
* PR4886: check build-id if able.Wenji Huang2008-10-061-0/+66
* Add new function _stp_mod_sec_lookup extracted from _stp_kallsyms_lookup.Mark Wielaard2008-09-101-23/+32
* Correct this_section_offset calculation in _stp_kallsyms_lookup.Mark Wielaard2008-09-091-1/+1
* support multiple-relocatable-section modules such as hypothetical -ffunction-...Frank Ch. Eigler2008-07-171-52/+49
* avoid appearing to succeed in stp_relocation() of a symbol for a module that ...Frank Ch. Eigler2008-07-041-0/+4
* emit all symbol tables at compile time; don't do any module munging; new unwi...Frank Ch. Eigler2008-07-041-95/+45
* STP_RELOCATE message for kernel relocatability (re)adaption, starting impleme...Frank Ch. Eigler2008-06-291-4/+7
* 2.6.25 fixes and stack level limits.Martin Hunt2008-04-151-2/+3
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-3/+3
* 2008-02-27 Martin Hunt <hunt@redhat.com>hunt2008-02-271-91/+112
* Add support for memory allocation tracking.hunt2008-01-151-7/+13
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-021-1/+34
* 2007-05-15 Martin Hunt <hunt@redhat.com>hunt2007-05-161-2/+2
* 2007-03-22 Frank Ch. Eigler <fche@elastic.org>fche2007-03-221-1/+3
* 2007-03-21 Martin Hunt <hunt@redhat.com>hunt2007-03-211-53/+47
* 2007-03-20 Frank Ch. Eigler <fche@elastic.org>fche2007-03-211-15/+35
* 2007-03-18 Martin Hunt <hunt@redhat.com>hunt2007-03-191-1/+1
* 2007-03-18 Martin Hunt <hunt@redhat.com>hunt2007-03-181-2/+2
* 2007-01-31 Martin Hunt <hunt@redhat.com>hunt2007-01-311-37/+15
* * a question for huntfche2006-11-061-1/+1
* New dynamic module and symbol handling code.hunt2006-11-021-21/+80
* 2006-10-12 Martin Hunt <hunt@redhat.com>hunt2006-10-121-3/+22
* 2006-09-27 Martin Hunt <hunt@redhat.com>hunt2006-09-271-0/+44
* 2006-05-24 Josh Stone <joshua.i.stone@intel.com>jistone2006-05-241-0/+32
* 2005-10-31 Martin Hunt <hunt@redhat.com>hunt2005-10-311-1/+11
* 2005-10-06 Frank Ch. Eigler <fche@elastic.org>fche2005-10-061-4/+0
* 2005-09-22 Martin Hunt <hunt@redhat.com>hunt2005-09-221-1/+4
* 2005-08-31 Martin Hunt <hunt@redhat.com>hunt2005-08-311-11/+0
* 2005-05-26 Martin Hunt <hunt@redhat.com>hunt2005-05-261-20/+10
* *** empty log message ***hunt2005-04-071-5/+5
* Update to use relayfs.hunt2005-04-071-21/+27