]> sourceware.org Git - systemtap.git/history - runtime
tracepoints: Work with the tracequery's .o rather than .ko
[systemtap.git] / runtime /
2011-10-07 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-10-07 Mark WielaardEnable dwarf unwinder for ppc64.
2011-10-07 Mark WielaardAlways remove prefix '.' when _stp_snprint_addr() human...
2011-10-06 Josh StonePR3217: Compiled printf
2011-10-05 Mark WielaardDWARF_REG_MAP reg_value argument of DW_CFA_register...
2011-10-05 Mark WielaardPR13266 Implement DW_CFA_restore in the dwarf unwinder.
2011-10-05 Mark WielaardExplicitly set UNW_PC in unwinder to retAddrReg value...
2011-10-05 Mark WielaardSupport same value rules in unwinder. Don't treat undef...
2011-10-04 Mark WielaardIntroduce DWARF_MAP_REG for unwind.
2011-10-03 Mark WielaardRename runtime/stack-x86.c -> runtime/stack-dwarf.c...
2011-09-29 Mark WielaardRemove unused unwind _stp_put_unaligned definitions.
2011-09-28 Josh StoneConvert _stp_ctl_write_cmd->default's message to dbug_t...
2011-09-28 Josh StonePR13128: preparing for more privilege levels
2011-09-28 William CohenFix typo in loc2c-runtime.h for ia64
2011-09-28 William CohenFix typo in loc2c-runtime.h for ia6
2011-09-28 Mark WielaardIntroduce gfp_mask variants of _stp allocation functions.
2011-09-28 Mark Wielaardruntime/alloc.c: Remove unused _stp_vmalloc() and _stp_...
2011-09-27 Mark Wielaard_stp_vma_match_vdso: Don't subtract build_id_len from...
2011-09-26 Mark Wielaardstack.c (_stp_get_uregs): Detect kernel unwind before...
2011-09-23 Mark Wielaardstack.c (_stp_get_uregs): Recover user registers from...
2011-09-23 Mark Wielaardunwind.c (adjustStartLoc): Call stap_find_vma_map_info_...
2011-09-23 Mark Wielaard_stp_current_pt_regs() helper, explicitly checks curren...
2011-09-21 Timo Juhani LindforsTell the user if UTS_VERSION does not match running...
2011-09-20 Mark WielaardPut struct unwind_frame_info in unwind.h and remove...
2011-09-20 Mark WielaardIntroduce _stp_get_uregs and _STP_PROBE_STATE_FULL_UREG...
2011-09-19 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-09-19 Mark WielaardRemove arch specific _stp_probing_32bit_app() and _stp_...
2011-09-16 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-09-16 Mark WielaardSplit kregs and uregs in probe context.
2011-09-14 Frank Ch. EiglerPR6503: verify build-ids of dynamically arriving modules
2011-09-14 Frank Ch. EiglerPR6503: get at dynamic module section addresses via...
2011-09-14 Frank Ch. EiglerPR6503: note special build-id relocation with -DDEBUG_S...
2011-09-14 Frank Ch. EiglerBZ738242: tweak memory allocation estimation logic
2011-09-12 Frank Ch. EiglerPR13072: fix for translator, add for runtime
2011-09-11 Frank Ch. EiglerPR6503: enable module-init probing for 2.6.29+
2011-09-09 Frank Ch. EiglerPR6503: actually allow module init/exit probes
2011-09-09 Frank Ch. EiglerPR6503: call systemtap_module_refresh() upon module...
2011-09-09 Frank Ch. EiglerPR6503: when clearing departing module section relocati...
2011-09-08 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-09-08 William CohenUse "unsigned long" in place of "uintptr_t" to compile...
2011-09-08 Mark WielaardRename CONTEXT regflags to probe_flags. Now simply...
2011-09-07 Mark WielaardRemove unused runtime/counter.c file.
2011-09-06 Turgis, Fredericruntime/staprun/configure.ac: AC_CHECK_LIB before addin...
2011-09-06 David SmithRemove unused STP_WORK_TIMER define.
2011-09-06 David SmithAllow STP_WORK_TIMER to be changed on the stap command...
2011-09-01 Frank Ch. EiglerPR6503: make module notifier update kmodule section...
2011-09-01 Frank Ch. EiglerPR6503: make module notifier update kmodule section...
2011-09-01 Frank Ch. EiglerPR6503: add module notifier
2011-09-01 Frank Ch. Eiglerruntime: remove probe_start/_exit() intermediary
2011-09-01 Frank Ch. EiglerPR6503 part 1: separate out _stp_kmodule_update_address
2011-09-01 Diego Elio PettenòConfiguration improvements.
2011-09-01 David SmithFixed PR13146 by not allowing memory allocations to...
2011-08-30 Mark WielaardMerge branch 'master' of git://sources.redhat.com/git...
2011-08-30 Frederic TurgisPR13142: Stopping script execution on Android (ARM...
2011-08-25 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-08-22 David SmithConvert 4 autoconf tests to exportconf tests.
2011-08-18 David SmithFixed PR13055 by getting procfs probes working on 3...
2011-08-17 Mark WielaardReally old kprobes didn't have a symbol_name field...
2011-08-17 Mark WielaardPR6961 - backtrace from non-pt_regs probe context
2011-08-16 Mark WielaardBug 11859 - print_ubacktrace() prints kretprobe addresses
2011-08-16 Mark WielaardReintroduce timer for transport cmd channel, don't...
2011-08-16 Josh StoneAdd a compat #define FIELD_SIZEOF
2011-08-15 Lukas Berkupdate autoconf files for 2.68
2011-08-14 Mark WielaardImplement and use select to wait for cmd channel data.
2011-08-13 Mark Wielaardruntime/io.c: Explicitly signal setting of _stp_exit_flag.
2011-08-12 Mark WielaardRemove _stp_ctl_work_timer from module transport layer.
2011-08-11 Mark WielaardRemove preempt_disable from unwind hotpath.
2011-08-07 Mark WielaardAdd NULL context when creating perf event counter,...
2011-08-05 Mark WielaardCheck for hw_breakpoint context argument.
2011-08-04 Mark Wielaardruntime/stack.c: Wrap GET_PC_URETPROBE_NONE in #ifdef...
2011-08-04 Josh StoneMove the comment for STP_MAX_PROCFS_FILES closer
2011-08-03 Mark WielaardFix autoconf-ring_buffer_lost_events.c compile warning.
2011-08-03 Mark Wielaardcommon_probe_context.h: Put Individual Probe State...
2011-08-03 Mark WielaardAdd probe_type to common probe context.
2011-08-01 Mark WielaardProbe context data field is only used for procfs. Renam...
2011-08-01 Mark WielaardOnly add probe_name to the common probe context when...
2011-07-29 Frank Ch. Eiglerpull in some debian patches
2011-07-29 Mark WielaardPut common probe and session context state definitions...
2011-07-27 David SmithTwo task_finder cleanups.
2011-07-27 Mark WielaardAdd autoconf-ring_buffer_read_prepare.
2011-07-27 Mark WielaardAdd autoconf-ring_buffer_lost_events.
2011-07-27 Mark WielaardMerge branch 'mjw/backtrace'
2011-07-26 Mark WielaardAllow gcc to optimize away uprobe_get_pc() calls in...
2011-07-26 Josh StoneBump the runtime version to 1.7 too
2011-07-26 Mark WielaardAdd \n at end of debug message in staprun/mainloop.c.
2011-07-26 Mark WielaardFix stack-ppc.c typo level -> levels.
2011-07-26 Mark WielaardPush all stack logic into stack.c. tapset functions...
2011-07-26 Mark WielaardDon't pass kregprobe, uretprobe and unwind_context...
2011-07-25 Josh StoneCVE-2011-2503: read instead of mmap to load modules
2011-07-25 Josh StoneCVE-2011-2502: Don't allow path-based auth for uprobes
2011-07-25 Mark WielaardRemove superfluous definition of MAXSTRINGLEN from...
2011-07-25 Mark WielaardClean up maximum backtrace level code. And document...
2011-07-25 Mark WielaardRemove unused arch_unw_init_blocked arch specific unwin...
2011-07-25 Mark WielaardOnly include runtime/stack.c functions when needed.
2011-07-25 Mark WielaardRemove task_backtrace tapset function support.
2011-07-25 Mark WielaardMerge branch 'master' into mjw/backtrace
2011-07-22 Mark WielaardIntroduce /* pragma:unwind */
2011-07-22 Mark WielaardRemove stack-x64x.c specific fallback for _stp_stack_pr...
2011-07-21 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-07-21 Mark WielaardRemove STP_USE_FRAME_POINTER support and merge i386...
next
This page took 0.05694 seconds and 8 git commands to generate.