开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_lock_contention.c
Age
Commit message (
Expand
)
Author
2024-03-03
perf machine: Move machine's threads into its own abstraction
Ian Rogers
2024-02-29
perf lock contention: Account contending locks too
Namhyung Kim
2023-12-20
perf maps: Add maps__load_first()
Ian Rogers
2023-11-21
perf lock contention: Fix a build error on 32-bit
Yang Jihong
2023-09-12
perf lock contention: Add -G/--cgroup-filter option
Namhyung Kim
2023-09-12
perf lock contention: Add --lock-cgroup option
Namhyung Kim
2023-09-12
perf lock contention: Prepare to handle cgroups
Namhyung Kim
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-06
perf lock contention: Revise needs_callstack() condition
Namhyung Kim
2023-04-06
perf lock contention: Update total/bad stats for hidden entries
Namhyung Kim
2023-04-06
perf lock contention: Add data failure stat
Namhyung Kim
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
2023-04-04
perf lock contention: Show detail failure reason for BPF
Namhyung Kim
2023-04-04
perf lock contention: Fix msan issue in lock_contention_read()
Namhyung Kim
2023-03-14
perf lock contention: Show per-cpu rq_lock with address
Namhyung Kim
2023-03-14
perf lock contention: Track and show siglock with address
Namhyung Kim
2023-02-08
perf lock contention: Add -o/--lock-owner option
Namhyung Kim
2023-02-03
perf lock contention: Support filters for different aggregation
Namhyung Kim
2023-02-03
perf lock contention: Use lock_stat_find{,new}
Namhyung Kim
2023-02-03
perf lock contention: Factor out lock_contention_get_name()
Namhyung Kim
2023-02-02
perf lock contention: Add -S/--callstack-filter option
Namhyung Kim
2022-12-21
perf lock contention: Support lock addr/name filtering for BPF
Namhyung Kim
2022-12-21
perf lock contention: Support lock type filtering for BPF
Namhyung Kim
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
2022-12-14
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
2022-12-14
perf lock contention: Add lock_data.h for common data
Namhyung Kim
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
2022-11-23
perf lock contention: Do not use BPF task local storage
Namhyung Kim
2022-10-31
perf lock contention: Avoid variable length arrays
Namhyung Kim
2022-10-31
perf lock contention: Fix memory sanitizer issue
Namhyung Kim
2022-10-06
perf lock: Remove unused struct lock_contention_key
Yuan Can
2022-10-04
perf lock contention: Skip stack trace from BPF
Namhyung Kim
2022-10-04
perf lock contention: Allow to change stack depth and skip
Namhyung Kim
2022-10-04
perf lock contention: Show full callstack with -v option
Namhyung Kim
2022-08-02
perf lock: Print the number of lost entries for BPF
Namhyung Kim
2022-08-02
perf lock: Add --map-nr-entries option
Namhyung Kim
2022-08-02
perf lock: Introduce struct lock_contention
Namhyung Kim
2022-08-01
perf lock: Implement cpu and task filters for BPF
Namhyung Kim
2022-08-01
perf lock: Use BPF for lock contention analysis
Namhyung Kim