summaryrefslogtreecommitdiffstats
path: root/tapset-utrace.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add startswith/endswith helpersJosh Stone2010-03-111-1/+1
* PR11005: @defined part 2: clarify/standardize internal handling of unresolvab...Frank Ch. Eigler2010-02-251-14/+23
* PR11005: @defined($tvar) predicate, part 1Frank Ch. Eigler2010-02-231-1/+9
* Rework identification of probes allowed for unprivileged users.Dave Brolley2010-02-151-4/+6
* Purge sdt utrace support.Stan Cox2010-01-041-102/+7
* sdt.h semaphore: use get_user / put_user instead of __access_process_vm.Frank Ch. Eigler2009-12-221-13/+9
* PR11113 fix. Support new utrace API.David Smith2009-12-211-0/+4
* Add .library("lib").mark("mark") and use it for .mark semaphores.Stan Cox2009-12-081-14/+88
* PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-101-2/+1
* Improve some runtime struct layoutsJosh Stone2009-10-191-1/+1
* Consolidate print_format creationJosh Stone2009-10-131-7/+1
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-10-131-5/+5
|\
| * PR10746: improve error message on utrace-less kernelsFrank Ch. Eigler2009-10-081-0/+3
| * Remove the global derived_probe->semaphore mapJosh Stone2009-10-061-5/+2
* | Ensure that unprivileged-authorized probe point functions are hashed differentlyDave Brolley2009-10-131-0/+15
* | Generate safety net assertions in probe function not authorized for unprivile...Dave Brolley2009-10-091-6/+21
|/
* Simplify the sdt semaphore decrement in utraceJosh Stone2009-09-171-39/+19
* Map std semaphores from probe->addrJosh Stone2009-09-171-12/+6
* * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-161-0/+46
* Allow remaining process.* probes for unprivileged users.Dave Brolley2009-09-141-0/+4
* Merge branch 'master' of sourceware.org:/git/systemtapJosh Stone2009-09-031-6/+14
|\
| * Allow process begin/end probes for unprivileged users.Dave Brolley2009-09-031-6/+14
* | Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-3/+3
|/
* Provide accurate error message for failed utrace probeWenji Huang2009-08-311-0/+2
* cleanup: rename task_finder_target->pathname -> procnameFrank Ch. Eigler2009-08-211-2/+2
* PR10228: use task_finder_vma for -d /user/object files.Frank Ch. Eigler2009-08-141-30/+0
* Add update_visitor::replaceJosh Stone2009-08-031-1/+1
* Unify no-component assertions on target variablesJosh Stone2009-07-311-36/+2
* Make a real type for target_symbol->componentsJosh Stone2009-07-311-2/+2
* PR6978: support $$parms for process.syscallWenji Huang2009-07-281-41/+84
* PR5930: Address-op for $target and @cast membersJosh Stone2009-07-151-0/+3
* Make all tapsets' TOK_FOO constantJosh Stone2009-05-151-6/+6
* Separate the utrace tapsetJosh Stone2009-05-071-0/+1061