index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_skel
/
lock_contention.bpf.c
Age
Commit message (
Expand
)
Author
2024-04-11
perf lock contention: Add a missing NULL check
Namhyung Kim
2024-02-29
perf lock contention: Account contending locks too
Namhyung Kim
2023-10-25
perf lock contention: Use per-cpu array map for spinlocks
Namhyung Kim
2023-10-25
perf lock contention: Check race in tstamp elem creation
Namhyung Kim
2023-10-25
perf lock contention: Clear lock addr after use
Namhyung Kim
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-06-23
perf bpf: Move the declaration of struct rq
Ian Rogers
2023-05-10
perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...
Jiri Olsa
2023-05-02
perf lock contention: Rework offset calculation with BPF CO-RE
Namhyung Kim
2023-05-02
perf lock contention: Fix struct rq lock access
Namhyung Kim
2023-04-10
perf lock contention: Support pre-5.14 kernels
Ian Rogers
2023-04-06
perf lock contention: Do not try to update if hash map is full
Namhyung Kim
2023-04-06
perf lock contention: Add data failure stat
Namhyung Kim
2023-04-06
perf lock contention: Update default map size to 16384
Namhyung Kim
2023-04-04
perf lock contention: Show detail failure reason for BPF
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-03-14
perf lock contention: Track and show mmap_lock with address
Namhyung Kim
2023-03-13
perf lock contention: Fix compiler builtin detection
Ian Rogers
2023-02-08
perf lock contention: Support old rw_semaphore type
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
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-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-11-23
perf lock contention: Do not use BPF task local storage
Namhyung Kim
2022-10-06
perf lock contention: Fix a build error on 32-bit
Namhyung Kim
2022-10-04
perf lock contention: Skip stack trace from BPF
Namhyung Kim
2022-08-02
perf lock: Print the number of lost entries for BPF
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