index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
hw_breakpoint.c
Age
Commit message (
Expand
)
Author
2020-05-19
powerpc/watchpoint: Don't allow concurrent perf and ptrace events
Ravi Bangoria
2019-09-06
perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
Mark-PK Tsai
2019-02-04
perf/hw_breakpoints: Convert to SPDX license identifier
Thomas Gleixner
2018-12-03
perf: Fix typos in comments
Ingo Molnar
2018-08-30
perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint
Jiri Olsa
2018-08-30
perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0
Jiri Olsa
2018-08-30
perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set
Jiri Olsa
2018-06-26
perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()
Frederic Weisbecker
2018-06-26
perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()
Frederic Weisbecker
2018-06-26
perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()
Frederic Weisbecker
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
2018-06-26
perf/hw_breakpoint: Split attribute parse and commit
Frederic Weisbecker
2018-03-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2018-03-28
perf/hwbp: Simplify the perf-hwbp code, fix documentation
Linus Torvalds
2018-03-13
perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES
Milind Chabbi
2018-03-13
hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()
Jiri Olsa
2018-03-13
hw_breakpoint: Factor out __modify_user_hw_breakpoint() function
Jiri Olsa
2018-03-13
hw_breakpoint: Add modify_bp_slot() function
Jiri Olsa
2018-03-13
hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()
Jiri Olsa
2018-03-13
hw_breakpoint: Pass bp_type directly as find_slot_idx() argument
Jiri Olsa
2016-01-21
perf: Collapse and fix event_function_call() users
Peter Zijlstra
2015-03-23
perf: Remove type specific target pointers
Peter Zijlstra
2014-10-28
perf: Fix and clean up initialization of pmu::event_idx
Peter Zijlstra
2013-06-20
hw_breakpoint: Introduce "struct bp_cpuinfo"
Oleg Nesterov
2013-06-20
hw_breakpoint: Simplify *register_wide_hw_breakpoint()
Oleg Nesterov
2013-06-20
hw_breakpoint: Introduce cpumask_of_bp()
Oleg Nesterov
2013-06-20
hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths
Oleg Nesterov
2013-06-20
hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths
Oleg Nesterov
2013-06-20
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-06-20
hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
Oleg Nesterov
2013-06-20
hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)
Oleg Nesterov
2013-05-28
perf: Fix hw breakpoints overflow period sampling
Jiri Olsa
2013-02-14
perf/hwbp: Fix cleanup in case of kzalloc failure
Daniel Baluta
2012-10-30
perf, powerpc: Fix hw breakpoints returning -ENOSPC
Michael Neuling
2012-09-04
perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled
K.Prasad
2012-03-05
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-02-28
perf/hwbp: Fix a possible memory leak
Namhyung Kim
2011-12-21
perf, arch: Rework perf_event_index()
Peter Zijlstra
2011-07-01
perf: Add context field to perf_event
Avi Kivity
2011-05-03
hw breakpoints: Move to kernel/events/
Borislav Petkov