]> sourceware.org Git - systemtap.git/history - tapsets.cxx
Recognize the arm64 registers in SDT_V3 format
[systemtap.git] / tapsets.cxx
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
2014-05-27 Jonathan Lebonlibrary probes: suggest libraries on mismatch
2014-05-27 Jonathan Lebonlibrary probes: also try non-NEEDED libraries
2014-05-27 Jonathan Lebonprocess probes: throw error upon unresolved executable
2014-05-27 Jonathan Lebonlibrary probes: strengthen library path resolution
2014-05-27 Jonathan Lebonlibrary probes: don't add libraries to visited_modules
2014-05-27 Jonathan Lebondwarf_query: tweak final_function_name() signature
2014-05-27 Jonathan Lebonquery_srcfile_line(): add well-formed probe point
2014-05-27 Jonathan Lebonquery_plt_statement(): add well-formed probe point
2014-05-27 Jonathan Lebonquery_inline_instance_info(): add well-formed probe...
2014-05-27 Jonathan Lebonquery_func_info(): add well-formed probe point
2014-05-27 Jonathan Lebonquery_addr(): add well-formed probe point
2014-05-27 Jonathan Lebonquery_label(): add well-formed probe point
2014-05-27 Jonathan Lebonquery_callee(): add well-formed probe point
2014-05-27 Jonathan Lebondwarf_query: add probe point editing helper functions
2014-05-27 Jonathan Lebondwarf_query: add mount/unmount_well_formed_probe_point()
2014-05-27 Jonathan Lebonkprobe_builder: remember the .call component
2014-05-27 Jonathan Lebonsdt_query: set well-formed intermediate probe
2014-05-27 Jonathan Lebonhwbkpt_builder: add well-formed intermediate probe
2014-05-20 Jonathan LebonPR16955: improve blacklisting diagnostics
2014-05-14 Josh StoneUnify checks for target_symbol::comp_pretty_print
2014-05-13 Josh StoneHide the details of target_symbol_setter_functioncalls
2014-05-09 Josh Stoneelaborate: Propagate type_details in limited cases
2014-05-09 Jonathan LebonMerge branch 'jlebon/pr13296'
2014-05-09 Jonathan LebonSDT probes: remove kernel-specific handling
2014-05-09 Jonathan Lebonfactor out precision_to_function
2014-05-09 Jonathan Lebonfactor out try_parse_arg_varname
2014-05-09 Jonathan Lebonfactor out try_parse_arg_effective_addr
2014-05-09 Jonathan Lebonfactor out try_parse_arg_offset_register
2014-05-09 Jonathan Lebonfactor out try_parse_arg_register
2014-05-09 Jonathan Lebonfactor out build_dwarf_registers
2014-05-09 Jonathan Lebonfactor out try_parse_arg_literal
2014-05-09 Jonathan Lebonfactor out parse_out_arg_precision
next
This page took 0.468987 seconds and 108 git commands to generate.