]> sourceware.org Git - systemtap.git/history - tapsets.cxx
Fixed PR18577 by making 'stap -l **' faster.
[systemtap.git] / tapsets.cxx
2015-06-25 David SmithFixed PR18577 by making 'stap -l **' faster.
2015-06-24 Felix LuPR18075 add callee.return probes
2015-05-14 Jonathan Lebonmake from_glob a per-component field rather than per-pp
2015-05-01 Josh Stonetapsets.cxx: handle library globbing by path
2015-04-24 Mark WielaardFilter out descriptor/SHN_UNDEF symbols in symbol_table...
2015-04-24 Frank Ch. Eiglertapsets.cxx: Respond to pending_interrupts during ...
2015-04-23 Mark WielaardFix tapsets.cxx double ->-> compile error.
2015-04-23 Mark Wielaardppc64le doesn't have function descriptors. Remove __pow...
2015-04-22 Frank Ch. Eiglertapsets.cxx: fix symbol/address lookup returned-data...
2015-04-22 Hemant KumarPrioritize symbol table lookup for ppc64le
2015-04-22 Hemant Kumarsystemtap/tapsets.cxx: Fix dwarfless probes on multiple...
2015-04-09 Mark WielaardPR17958 escape DWARF names that aren't C identifier...
2015-03-30 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-03-26 Frank Ch. Eiglernumerous small coverity fixes
2015-02-27 Jonathan Lebonnearest probes: allow ENUMERATED and WILDCARD linenos
2015-02-20 Josh StonePR18000: Always use new tracequery objects directly
2015-02-13 Josh StonePR17966: never generate .call for an unresolved .return...
2015-02-06 Abegail JakopMerge branch 'ajakop/12276' of ssh://sourceware.org...
2015-01-28 William CohenSupport constant arguments for arm64 sdt markers
2015-01-27 William CohenMake EM_AARCH64 backup definition more generally availa...
2015-01-12 Josh StonePR17696: Ignore DW_AT_comp_dir == s.kernel_build_tree
2015-01-09 Jonathan LebonMerge branch 'jlebon/trace_system' (PR13330)
2015-01-09 Jonathan Lebontracepoint_query: make private what need not be public
2015-01-09 Jonathan Lebontracepoint probes: add support for $$system
2015-01-09 Jonathan Lebontracepoint probes: ensure valid string given
2015-01-09 Jonathan Lebondon't support TRACE_SYSTEM for --compatible <= 2.6
2015-01-09 Jonathan Lebonmake a #define for STAP_TRACE_SYSTEM
2015-01-09 Jonathan Lebontracepoint probes: filter by system and append to final...
2015-01-09 Jonathan Lebontracepoint probes: parse system:tracepoint syntax
2015-01-09 Jonathan Lebontracepoint_builder: add section to hold TRACE_SYSTEM
2015-01-08 Josh StoneUse the kernel source symlink for tracepoints
2014-12-08 William CohenFix the SDT_V3 operand handling to recognize arm64...
2014-11-21 William CohenRecognize the arm64 registers in SDT_V3 format
2014-11-20 Frank Ch. EiglerPR17126: put hcall_* kernel tracepoints into blacklist...
2014-09-12 Jonathan LebonPR17190: accept functions given with their decl_line
2014-09-12 Jonathan Lebonnearest probes: preserve user-entered lineno in chain
2014-09-12 Jonathan Lebonnearest probes: restrict to ABSOLUTE and RELATIVE
2014-09-09 Josh StoneIgnore symtab descriptors and undefined symbols
2014-09-02 Josh StoneUse is_valid_pid in more places
2014-09-02 Abegail Jakoptapsets.cxx: throw error for invalid PID, not valid PID
2014-09-02 Abegail JakopMerge branch 'ajakop/12333'
2014-08-26 Abegail Jakopstore given pid for process probe for use by task_finder
2014-08-11 Honggyu Kimdwflpp: register statement.nearest suffix
2014-08-11 Jonathan LebonMerge branch 'jlebon/onthefly' (PR10995)
2014-08-11 Jonathan Lebonmake schedule_work() call depend on otf_safe_context()
2014-08-11 Jonathan Lebonon-the-fly: make support a property of group rather...
2014-08-11 Jonathan Lebonon-the-fly: use a background timer to schedule work
2014-08-11 Jonathan Lebonon-the-fly: use atomic_t for need_module_refresh
2014-08-11 Jonathan Lebonkprobes.c: link stap_dwarf_probe to stap_dwarf_kprobe
2014-08-11 Jonathan Lebonruntime: remove STP_ON_THE_FLY
2014-08-11 Jonathan LebonPR16861: reset kprobe struct and improve refresh
2014-08-11 Jonathan Lebonkprobes.c: add stapkp_exit()
2014-08-11 Jonathan Lebonkprobes.c: add stapkp_refresh()
2014-08-11 Jonathan Lebonkprobes.c: add stapkp_init()
2014-08-11 Jonathan Lebonkprobes.c: new file for dwarf kprobes handling
2014-08-11 Jonathan Lebonuprobes-inode: support on-the-fly [dis]arming
2014-08-11 Jonathan Lebonuprobes-inode: override on_the_fly_supported()
2014-08-11 Jonathan Lebonkprobes: support on-the-fly [dis]arming
2014-08-11 Jonathan Lebondwarf_derived_probe_group: improve formatting
2014-08-11 Jonathan Lebonruntime: use workqueue to schedule systemtap_module_ref...
2014-08-11 Jonathan Lebonjava probes: remove probe group
2014-08-11 Jonathan LebonRevert "tapsets.cxx: add -DDEBUG_KPROBES tracing option...
2014-08-11 Josh StoneRemove a stowaway debug statement
2014-08-10 Frank Ch. Eiglertapsets.cxx: add -DDEBUG_KPROBES tracing option for...
2014-08-08 Stan CoxKeep perf counters in a vector instead of an unordered...
2014-08-01 Stan CoxKeep list of perf counters in an unordered list.
2014-07-29 Stan CoxAdd plt.return probes.
2014-07-22 Josh Stonetranslator: propagate DWARF types through function...
2014-07-22 Josh Stonetranslator: propagate types to .return saved vars
2014-07-18 Josh StoneMerge remote-tracking branch 'origin/master' into autocast
2014-07-15 William CohenAdd get_number_param that accepts 'long long' parameter
2014-07-15 Abegail JakopMerge branch 'ajakop/17131'
2014-07-15 Abegail Jakoptapsets.cxx: moved ctor to fix issue with prev commit
2014-07-15 Abegail Jakoptapsets.cxx: rearranged code to reflect original order
2014-07-14 Abegail Jakoptapsets.cxx: follow naming conventions and set pid_val
2014-07-14 Abegail Jakoptapsets.cxx: limit dwarf process(PID) probes to PID
2014-07-10 Jonathan LebonPR17073: module probes: support out-of-tree modules
2014-07-10 Jonathan Lebonmodule probes: allow full path to in-tree modules
2014-07-10 Abegail JakopMerge branch 'ajakop/6897'
2014-07-07 Abegail Jakoptapsets.cxx: validate PID for process(PID)*
2014-07-04 Frank Ch. EiglerPR6897 cont'd: process("foo").* handling
2014-07-04 Abegail Jakopvalidate PID in process(PID).* probes
2014-06-24 Abegail JakopMerge branch 'ajakop/16300'
2014-06-22 Mark WielaardHandle DW_TAG_restrict_type.
2014-06-12 Josh StoneLet @cast reuse modules even without a cache
2014-06-12 Josh StonePropagate dwarf types from plain tracepoint args to...
2014-06-12 Josh StoneFix void* handling in tracepoints and autocast
2014-06-10 Josh StoneTreat autocast pointer indirection as tracepoints do
2014-06-09 Josh StoneMerge branch 'master' into autocast
2014-06-07 Josh Stoneautocast: disallow writes for non-gurus
2014-06-05 Jonathan Lebondwflpp.cxx: pass linenos vector by reference
2014-06-05 Brian Chrismanstatement probes: add ENUMERATED lineno_type
2014-05-30 Abegail JakopMerge branch 'master' of ssh://sourceware.org/git/systemtap
2014-05-30 Abegail Jakopchanged check for -x PID, added tests
2014-05-29 Abegail Jakopinfer process path with -x PID
2014-05-27 Jonathan Lebontapsets.cxx (trivial): clear up comment
2014-05-27 Jonathan LebonMerge branch 'jlebon/listing' (PR16941)
2014-05-27 Jonathan LebonMerge branch 'jlebon/library' into jlebon/listing
2014-05-27 Jonathan Lebonderive_probes(): properly handle optionality
2014-05-27 Jonathan Lebonlabel probes: rework logic
next
This page took 0.450733 seconds and 107 git commands to generate.