index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
uprobes.h
Age
Commit message (
Expand
)
Author
2024-11-11
uprobes: Re-order struct uprobe_task to save some space
Christophe JAILLET
2024-10-30
uprobes: SRCU-protect uretprobe lifetime (with timeout)
Andrii Nakryiko
2024-10-23
uprobe: Add support for session consumer
Jiri Olsa
2024-10-23
uprobe: Add data pointer to consumer handlers
Jiri Olsa
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
2024-09-05
uprobes: travers uprobe's consumer list locklessly under SRCU protection
Andrii Nakryiko
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
2024-08-02
perf,x86: avoid missing caller address in stack traces captured in uprobe
Andrii Nakryiko
2024-06-12
uprobe: Add uretprobe syscall to speed up return probe
Jiri Olsa
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-30
uprobes: Initialize uprobes earlier
Nadav Amit
2018-09-24
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
2018-08-13
Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()
Ravi Bangoria
2016-12-11
sparc64:Support User Probes for sparc
Allen Pais
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2015-07-31
uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever
Oleg Nesterov
2015-07-31
uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
uprobes/x86: Reimplement arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()
Oleg Nesterov
2014-10-22
uprobes: Remove "weak" from function declarations
Bjorn Helgaas
2014-06-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-05-25
ARM: 8043/1: uprobes need icache flush after xol write
Victor Kamensky
2014-05-14
uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap
Oleg Nesterov
2014-03-18
uprobes: allow ignoring of probe hits
David A. Long
2013-11-20
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
2013-11-20
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
2013-11-06
uprobes: Export write_opcode() as uprobe_write_opcode()
Oleg Nesterov
2013-11-06
uprobes: Move function declarations out of arch
David A. Long
2013-10-29
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
2013-10-29
uprobes: Remove the wrong __weak attribute
Ralf Baechle
2013-04-13
uretprobes: Limit the depth of return probe nestedness
Anton Arapov
2013-04-13
uretprobes: Return probe entry, prepare_uretprobe()
Anton Arapov
2013-04-13
uretprobes: Introduce uprobe_consumer->ret_handler()
Anton Arapov
2013-04-04
uprobes: Add trap variant helper
Ananth N Mavinakayanahalli
2013-02-08
uprobes: Introduce uprobe_apply()
Oleg Nesterov
2013-02-08
uprobes: Teach handler_chain() to filter out the probed task
Oleg Nesterov
2013-02-08
uprobes: Reintroduce uprobe_consumer->filter()
Oleg Nesterov
2013-02-08
uprobes: Kill uprobe_consumer->filter()
Oleg Nesterov
2012-11-16
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
Oleg Nesterov
2012-11-03
uprobes: Kill arch_uprobe_enable/disable_step() hooks
Oleg Nesterov
2012-10-07
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-09-29
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
2012-09-15
uprobes: Introduce arch_uprobe_enable/disable_step()
Sebastian Andrzej Siewior
2012-08-28
uprobes: Remove "verify" argument from set_orig_insn()
Oleg Nesterov
2012-08-28
uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()
Oleg Nesterov
2012-08-28
uprobes: Introduce MMF_HAS_UPROBES
Oleg Nesterov
2012-08-28
uprobes: Kill uprobes_state->count
Oleg Nesterov
2012-04-14
uprobes/core: Decrement uprobe count before the pages are unmapped
Srikar Dronamraju
[next]