]> sourceware.org Git - systemtap.git/history - tapset-perfmon.cxx
NEWS :: mention BPF tapset functions
[systemtap.git] / tapset-perfmon.cxx
2017-11-10 Aaron Mereystapbpf: add perf probe support.
2016-07-04 Cody SantingMerge branch 'csanting/PR19489'
2016-06-21 Felix LuImprove error messages
2016-01-15 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-12-02 Felix LuPR13820: timer.profile(NNN) variant using perf probes
2015-11-12 Josh Stonekill interned_string::c_str(), allowing shared substr()
2015-08-20 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-08-18 Frank Ch. Eiglerstring_ref: mass interned_string conversion
2014-09-02 Abegail JakopMerge branch 'ajakop/12333'
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-08 Stan CoxKeep perf counters in a vector instead of an unordered...
2014-06-09 Josh StoneMerge branch 'master' into autocast
2014-05-27 Jonathan LebonMerge branch 'jlebon/listing' (PR16941)
2014-05-27 Jonathan Lebonperf_builder: add well-formed intermediate probe
2014-05-02 Josh StoneMerge branch 'master' into autocast
2014-05-02 Jonathan LebonPR16894: give better errors re. -c commands
2014-04-29 Jonathan Lebonupdate copyrights
2014-03-25 Josh StoneRemove code that follows unconditional control statements
2014-03-25 Josh StoneRead the perf process from -c during pass2
2014-03-25 Josh StoneDon't add empty .process/counter to perf pp()
2014-03-25 Josh StonePR14223: Allow perf probes for mere @stapdev mortals
2013-12-18 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-10-30 Jonathan LebonMerge branch 'PR16019'
2013-10-30 Jonathan LebonPR16019: use SEMANTIC_ERROR macro in call sites
2013-02-01 Stan Coxperf.counter probe warnings.
2013-01-25 Stan CoxMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-01-25 Stan CoxMerge branch 'scox/perf': perf.counter support.
2013-01-23 Stan CoxMerge branch 'scox/perf' of ssh://sourceware.org/git...
2013-01-23 Stan CoxDo not use unnamed structs.
2013-01-10 Stan CoxAdd perf.counter probes for on demand performance monit...
2013-01-03 Frank Ch. Eiglerthe omnibus change act of 2013 for copyright and task_f...
2012-12-14 Stan CoxAdd process("NAME") to perf probe.
2012-10-17 David SmithFixed PR14735 by adding timing ('-t') mode support...
2012-09-21 Serguei Makarovcommon_probe_context cleanup: make probe_type an enum
2012-09-17 Serguei MakarovCleanup for PR6580: replace context probe_flags with...
2012-09-14 David Smith(PR14571 partial fix) For dyninst, use TLS for the...
2012-06-28 Josh StoneMerge remote-tracking branch 'origin/master' into jisto...
2012-06-26 Josh StoneMerge remote-tracking branch 'origin/master' into jisto...
2012-06-26 Josh StonePR14179: Start the runtime shuffle
2012-06-12 David SmithFix perf probe registration (PR14224) so that multiple...
2011-12-01 David SmithMerge branch 'master' into jistone/inode-uprobes
2011-12-01 Frank Ch. EiglerPR13306: introduce stap --suppress-handler-errors option
2011-10-24 David SmithMerge branch 'master' into dsmith/task_finder2
2011-09-22 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
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-08 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-09-08 Mark WielaardDon't try to be smart detecting perf event was in user...
2011-09-08 Mark WielaardRename CONTEXT regflags to probe_flags. Now simply...
2011-08-15 David SmithMerge branch 'master' into dsmith/task_finder2
2011-08-11 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
2011-08-07 Mark WielaardAdd NULL context when creating perf event counter,...
2011-08-04 David SmithMerge branch 'master' into dsmith/task_finder2
2011-08-03 Mark WielaardAdd probe_type to common probe context.
2011-02-25 Stan CoxMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-02-25 Lukas BerkPR3823: Fix type for 32-bit machines
2011-02-24 Lukas BerkPR3823: Adding Gettext funtionality to several files.
2010-12-06 rho@redhat.comMerge branch 'master' of ssh://sources.redhat.com/git...
2010-10-01 Josh StoneCentralize stap_probe, and make STP_TIMING data-driven
2010-09-29 Josh StoneStandardize how derived_probes dupe their location
2010-07-08 Mark WielaardAdd _STP_REGS_USER_FLAG to regflags for hardware based...
2010-07-07 Mark WielaardKeep track of context pt_regs state to distinquish...
2010-06-23 Josh StoneFactor out common probe elements
2010-03-19 Josh StoneSimplify the perf entry handlers
2010-03-19 Josh StoneCreate one perf structure to rule them all
2010-03-18 Frank Ch. EiglerPR909: store kernel exported symbols in session object
2010-03-18 Frank Ch. EiglerPR909: reject perf.* probes later
2010-03-18 Frank Ch. EiglerPR909: switch to tapset-based attr/type resolution
2010-03-18 Josh StonePreserve perf initialization errors
2010-03-18 Josh StoneAssign the perf probe_point on registration failure
2010-03-18 Josh StonePR909: Emit proper decls for perf probes
2010-03-17 Josh StoneTranslate perf events names into kernel names
2010-03-17 Josh StoneRename perf probe points
2010-03-17 Josh StoneMove the perf CONFIG check
2010-03-17 Will CohenStart of perf tapset parsing
2010-03-17 Will CohenRemove the old performance monitoring code.
2010-02-27 Josh StoneSquash elision warnings on synthetic functions
2009-09-03 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-03 Josh StoneMerge branch 'master' of sourceware.org:/git/systemtap
2009-09-02 Josh StoneUnify lex_cast* and avoid string copies
2009-08-27 Josh StoneRemove unnecessary static members
2009-08-04 Dave BrolleyMerge branch 'master' of git://sources.redhat.com/git...
2009-08-03 Josh StoneAdd update_visitor::replace
2009-08-03 Josh StoneMerge branch 'array_index'
2009-08-01 Josh StoneUnify no-component assertions on target variables
2009-08-01 Josh StoneMake a real type for target_symbol->components
2009-07-16 Dave BrolleyMerge branch 'master' of git://sources.redhat.com/git...
2009-07-16 Josh StonePR5930: Address-op for $target and @cast members
2009-05-21 David SmithMerge commit 'origin/master' into pr7043
2009-05-11 Dave BrolleyMerge branch 'master' of git://sources.redhat.com/git...
2009-05-08 Josh StoneMerge branch 'tapsets-cleanup'
2009-05-07 Josh StoneSeparate the permon tapset
This page took 0.671296 seconds and 101 git commands to generate.