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
/
tools
/
perf
/
util
/
lock-contention.h
Age
Commit message (
Expand
)
Author
2022-12-21
perf lock contention: Add -L/--lock-filter option
Namhyung Kim
2022-12-21
perf lock contention: Support lock type filtering for BPF
Namhyung Kim
2022-12-21
perf lock contention: Add -Y/--type-filter option
Namhyung Kim
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
2022-10-31
perf lock contention: Increase default stack skip to 4
Namhyung Kim
2022-10-06
perf lock contention: Fix a build error on 32-bit
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