summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Handle .probes section big endian 32 bit case.Stan Cox2009-12-091-1/+9
* Add .library("lib").mark("mark") and use it for .mark semaphores.Stan Cox2009-12-081-66/+113
* Fix PR 11034 by directly allocating per-cpu context data.David Smith2009-12-021-1/+1
* PR10983: Give preference to tracepoints in trace/events/Josh Stone2009-11-181-2/+2
* PR5916: Exploit kretprobe data storage areaJosh Stone2009-11-101-27/+160
* PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-101-2/+2
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-091-4/+16
|\
| * Fix a comment typoJosh Stone2009-11-061-1/+1
| * expand comment on has_return=0 treatment of -L foo.return probesFrank Ch. Eigler2009-11-061-3/+7
| * Constrain $var-checking for -L of .return probesJosh Stone2009-11-061-10/+10
| * PR10849: Support MAXSKIPPED handling on RHEL4 through implementation of atomi...Roland Grunberg2009-11-061-2/+2
| * PR10820-cont': initialize the fields of empty tokenWenji Huang2009-11-061-0/+8
* | Don't reference global variable modpath in insert_module and its helpers.Dave Brolley2009-11-091-0/+30
|/
* PR10466: print the set-intersection of variables retrieved from each branchWenji Huang2009-11-041-11/+9
* PR10849: make MAXSKIPPED overflow trigger an error messageCharley Wang2009-11-021-4/+4
* PR10839: compute default KRETACTIVE from num_possible_cpus() instead of NR_CPUSFrank Ch. Eigler2009-10-301-2/+2
* PR10820: stap -L ignores any variable that isn't accessibleWenji Huang2009-10-291-6/+19
* Improve some runtime struct layoutsJosh Stone2009-10-191-1/+1
* provide error message token/context if loc2c doesn'tFrank Ch. Eigler2009-10-191-0/+1
* Fix $$targets in dwarf probesJosh Stone2009-10-141-1/+1
* Consolidate print_format creationJosh Stone2009-10-131-15/+2
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-10-131-4/+6
|\
| * PR10746: improve error message on utrace-less kernelsFrank Ch. Eigler2009-10-081-0/+3
| * Remove the global derived_probe->semaphore mapJosh Stone2009-10-061-4/+3
* | Ensure that unprivileged-authorized probe point functions are hashed differentlyDave Brolley2009-10-131-0/+1
* | Generate safety net assertions in probe function not authorized for unprivile...Dave Brolley2009-10-091-29/+33
|/
* PR10726: Get the correct scope for statement(NUM)Josh Stone2009-10-051-230/+217
* Add DEBUG_UPROBES for sdt semaphores.Stan Cox2009-10-011-0/+7
* * tapsets.cxx (sdt_query::record_semaphore): Adjust addr relative toStan Cox2009-09-281-2/+6
* Simplify copy_file callsJosh Stone2009-09-281-20/+5
* Try to build tracequery for all headers at onceJosh Stone2009-09-281-15/+43
* Factor out duplicated code to setup user/module Dwfl from dwflpp/translate.Mark Wielaard2009-09-291-1/+2
* Use dwlpp::setup_kernel for tracepoint modules.Mark Wielaard2009-09-281-1/+1
* optimization: reduce generated C code sizeFrank Ch. Eigler2009-09-221-4/+3
* Fix uninitialized line numbers in the function specJosh Stone2009-09-181-1/+4
* PR10655 part 1: uprobes: track sdt semaphores properlyFrank Ch. Eigler2009-09-181-35/+47
* Simplify the sdt semaphore decrement in utraceJosh Stone2009-09-171-0/+3
* Simplify sdt's record_semaphoreJosh Stone2009-09-171-16/+5
* Map std semaphores from probe->addrJosh Stone2009-09-171-24/+16
* Merge branch 'function_scopes'Josh Stone2009-09-161-71/+106
|\
| * PR10461: Match C++ scopes for namespaces and classesJosh Stone2009-09-161-71/+106
* | * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-161-5/+81
|/
* Remove function comparison from label iterationJosh Stone2009-09-151-4/+19
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2009-09-151-256/+120
|\
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-09-141-274/+100
| |\
| | * Remove duplicate uprobe_derived_probe codeJosh Stone2009-09-111-219/+47
| | * PR10594 cont'd: Use parent die cache for variable lookupJosh Stone2009-09-101-2/+34
| | * Simplify deleting all map valuesJosh Stone2009-09-101-2/+1
| | * PR10594: Provide a cached dwarf_getscopes_dieJosh Stone2009-09-101-15/+12
| * | Allow remaining process.* probes for unprivileged users.Dave Brolley2009-09-141-6/+17